CARVIEW |
Navigation Menu
-
-
Notifications
You must be signed in to change notification settings - Fork 295
Releases: sentinl/sentinl
7.6.1
c819646
Compare
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.
Assets 3
6.8.4
4080e2c
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.
Assets 3
6.6.X
Compare
tag-6.6.0-0 version 6.6.0
Assets 4
5.6.X
Compare
Bug fixes and new watcher wizard UI beta.
Assets 12
6.5.X Beta
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
Assets 7
6.X.X-5
Compare
tag-6.2.4-3-public version 6.2.4
Assets 13
6.3.X 6.4.X Beta
Compare
Things that still not work:
- Spy dashboard button
Assets 9
6.4.X Beta
Compare
Things that still not work:
- Spy dashboard button
- Location name in UI error notifications
- No Sentinl icon on Kibana home page
- Siren Investigate support
Assets 4
6.3.X Beta
Compare
Things that still not work:
- Spy dashboard button
- Location name in UI error notifications
- No Sentinl icon on Kibana home page
- Siren Investigate support
Assets 5
6.X.X-4
Compare
- UI Wizard
- Report improvements
- two engines: horseman and puppeteer
- Log errors in Elasticsearch