opensearch-project / alerting

📟 Get notified when your data meets certain conditions by setting up monitors, alerts, and notifications
https://opensearch.org/docs/latest/monitoring-plugins/alerting/index/
Apache License 2.0
62 stars 102 forks source link

[FEATURE] Custom Findings/Alerting index management #889

Open petardz opened 1 year ago

petardz commented 1 year ago

Is your feature request related to a problem? Currently, index management job in Alerting is processing only Alerting's default findings and alerting indices. We have identical index management job in Security Analytics plugin, which is handling custom findings/alerting indices passed through DataSources monitor field.

What solution would you like? Extend Alerting index management job to handle custom findings/alerting indices too.

lezzago commented 1 year ago

Is it worth to integrate with the ISM plugin to manage these indices better?