Skip to content

Releases: sentinl/sentinl

7.6.1

21 Aug 14:38
c819646
Compare
Choose a tag to compare
7.6.1 Pre-release
Pre-release

Alpha pre-release for testing only

  • Release borrowed from @leadwire-apm (thanks! please join us here!)
  • Set release for Kibana 7.6.1
  • Support Elasticsearch Index Lifecycle Policy

Previously, Sentinl creates new index everyday which load a ton of indices on cluster and it is hard to manage old indices. This build will add Index Lifecycle Policy supports to Sentinel watcher_alarms index.

To enable

Add this config to kibana.yaml under sentinl section

  es:
    rollover_index: true

Create an Index Lifecycle Policy named watcher-alarms. The name can be configured from es.rollover_policy_name setting.
If you are freshly install Sentinl on Kibana, the policy will automatically applied to index template, and newly creating index.
If you upgrading from existing plugin, you may have to apply the policy to template and the latest index manually. (Depends on your situation)

Important: the Index lifecycle policy requires index name to be suffixed with -\d+ thus all new creating index will be changed from pattern watcher_alarms-2020.10.15 to watcher_alarms-00001. And index alias watcher_alarms will be created.

6.8.4

21 Aug 14:01
4080e2c
Compare
Choose a tag to compare
  • Release borrowed from @KongZ (thanks!)
  • Set release for Kibana 6.8.4
  • Support Elasticsearch Index Lifecycle Policy

Previously, Sentinl creates new index everyday which load a ton of indices on cluster and it is hard to manage old indices. This build will add Index Lifecycle Policy supports to Sentinel watcher_alarms index.

To enable

Add this config to kibana.yaml under sentinl section

  es:
    rollover_index: true

Create an Index Lifecycle Policy named watcher-alarms. The name can be configured from es.rollover_policy_name setting.
If you are freshly install Sentinl on Kibana, the policy will automatically applied to index template, and newly creating index.
If you upgrading from existing plugin, you may have to apply the policy to template and the latest index manually. (Depends on your situation)

Important: the Index lifecycle policy requires index name to be suffixed with -\d+ thus all new creating index will be changed from pattern watcher_alarms-2019.10.15 to watcher_alarms-00001. And index alias watcher_alarms will be created.

6.6.X

18 Feb 15:55
Compare
Choose a tag to compare
tag-6.6.0-0

version 6.6.0

5.6.X

23 Nov 10:43
Compare
Choose a tag to compare

Bug fixes and new watcher wizard UI beta.

6.5.X Beta

20 Nov 18:29
Compare
Choose a tag to compare
  • Horseman/PhantomJS report engine was deprecated
  • Add all puppeteer pdf and screenshot options for report
  • Scroll all page long when doing the screenshot report

6.X.X-5

30 Oct 12:28
Compare
Choose a tag to compare
tag-6.2.4-3-public

version 6.2.4

6.3.X 6.4.X Beta

29 Oct 16:20
Compare
Choose a tag to compare
6.3.X 6.4.X Beta Pre-release
Pre-release

Things that still not work:

  • Spy dashboard button

6.4.X Beta

01 Oct 15:55
Compare
Choose a tag to compare
6.4.X Beta Pre-release
Pre-release

Things that still not work:

  • Spy dashboard button
  • Location name in UI error notifications
  • No Sentinl icon on Kibana home page
  • Siren Investigate support

6.3.X Beta

02 Oct 14:22
Compare
Choose a tag to compare
6.3.X Beta Pre-release
Pre-release

Things that still not work:

  • Spy dashboard button
  • Location name in UI error notifications
  • No Sentinl icon on Kibana home page
  • Siren Investigate support

6.X.X-4

17 Aug 22:56
Compare
Choose a tag to compare
  • UI Wizard
  • Report improvements
    • two engines: horseman and puppeteer
  • Log errors in Elasticsearch