Sentinl Versions Save

Kibana Alert & Report App for Elasticsearch

7.6.1

3 years ago

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

3 years ago
  • 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.

tag-6.6.0-0

5 years ago

tag-5.6.x

5 years ago

Bug fixes and new watcher wizard UI beta.

tag-6.5.0-0

5 years ago
  • Horseman/PhantomJS report engine was deprecated
  • Add all puppeteer pdf and screenshot options for report
  • Scroll all page long when doing the screenshot report

tag-6.2.4-3-public

5 years ago

tag-6.4.2-0

5 years ago

Things that still not work:

  • Spy dashboard button

tag-6.3.2-beta-1

5 years ago

Things that still not work:

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

tag-6.4.1-beta-1

5 years ago

Things that still not work:

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

tag-6.2.4

5 years ago
  • UI Wizard
  • Report improvements
    • two engines: horseman and puppeteer
  • Log errors in Elasticsearch