sentinl

Kibana Alert & Report App for Elasticsearch

APACHE-2.0 License

Stars
1.3K

Bot releases are hidden (Show)

sentinl - 7.6.1 Latest Release

Published by lmangani about 4 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.

sentinl - 6.8.4

Published by lmangani about 4 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.

sentinl - 6.6.X

Published by sergibondarenko over 5 years ago

sentinl - 5.6.X

Published by sergibondarenko almost 6 years ago

Bug fixes and new watcher wizard UI beta.

sentinl - 6.5.X Beta

Published by sergibondarenko almost 6 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
sentinl - 6.X.X-5

Published by sergibondarenko almost 6 years ago

sentinl - 6.3.X 6.4.X Beta

Published by sergibondarenko almost 6 years ago

Things that still not work:

  • Spy dashboard button
sentinl - 6.3.X Beta

Published by sergibondarenko about 6 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
sentinl - 6.4.X Beta

Published by sergibondarenko about 6 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
sentinl - 6.X.X-4

Published by sergibondarenko about 6 years ago

  • UI Wizard
  • Report improvements
    • two engines: horseman and puppeteer
  • Log errors in Elasticsearch
sentinl - 6.2.4 Wizard (for devs)

Published by sergibondarenko over 6 years ago

sentinl - 6.X.X-4 Wizard.

Published by sergibondarenko over 6 years ago

Added wizard to UI.

ATTENTION!!!
Master branch doesn't contain any new code. You should use only the attached .zip archive.
Default report engine - horseman (pahntomjs).

sentinl - 6.X.X-3

Published by sergibondarenko over 6 years ago

ATTENTION!!! There are changes in configuration, look the documentation

  • Sync Siren 10 changes
  • Actions fix
  • Report
    • Two report engines: horseman, puppeteer
    • Better catch errors
    • Make report executable by default
sentinl - 6.X.X-2

Published by sergibondarenko over 6 years ago

Fixes:
Better handle errors and warning in the WatcherHandler class.

sentinl - 6.X.X-1

Published by sergibondarenko over 6 years ago

New features:

  • Use Kibana confirm modal

Fixes:

  • Save watchers with duplicated names (done via Kibana confirm modal)
  • Do not use finally with native Promise lib. It gave is not a function error in Firefox.
  • Refactor reports. Chrome v59+ should be installed on Kibana server
  • Show spy button in vis editor
  • Report is triggered if condition is met
sentinl - 6.X.X-0

Published by sergibondarenko over 6 years ago

New features:

  • Use Kibana Saved Objects API to manage watchers in the default .kibana index

Fixes:

  • Fix Elasticsearch basic authentication
  • Display only watcher _source properties in the editor Raw tab
sentinl - 6.0.X

Published by sergibondarenko almost 7 years ago

ATTENTION!

ALPHA RELEASE FOR DEVELOPERS ONLY! Do not install unless you plan contibuting to the 6.x release.

  • Install Sentinl only from .zip archives which you can get from the release attachment.

  • fix. Do not load bootstrap from cdn. Use local modules instead

sentinl - 5.6.X

Published by sergibondarenko about 7 years ago

Kibana

  • add report image resolution
  • add a possibility to specify a name for the report image
  • hide password when typing it in report action
  • autodetect Elasticsearch connection settings based on the settings in kibana.yml
  • fix ace editor error in the watcher editor
  • add PDF option to the report actio
  • fix. Do not load bootstrap from cdn. Use local modules instead

Kibi

  • fix mapping
sentinl - 5.5.X

Published by sergibondarenko about 7 years ago

ATTENTION! Install Sentinl only from .zip archives which you can get from the release attachment.

Updates

  • Anomaly detection
  • Execute watcher on demand
  • Expand transform and condition
  • Kibi Saved Objects API integration
  • add PDF option to the report action

Condition

  • fix script functionality
  • add never functionality
  • add compare functionality
  • add array compare functionality

Transform

  • fix script functionality
  • check search functionality and fix it if needed
  • add chain functionality
sentinl - 5.0.X-5.4.X

Published by sergibondarenko about 7 years ago

ATTENTION! Install Sentinl only from .zip archives which you can get from the release attachment.

Badges
Extracted from project README
Codacy Badge
Related Projects