Hi, we started using onpremise Elastic Stack 7.9.0 for monitoring infrastructure and logs.
- For alerting, how can I combine multiple metrics and create an alert?
For ex to calculate the percentage of elasticsearch node free disk space:
(elasticsearch.node.stats.fs.summary.available.bytes / elasticsearch.node.stats.fs.summary.total.bytes) * 100
How can I convert this into an alert?
- When I attach an jira action to the alert, when the alert condition is met, the jira is being created even if the jira was already created in the previous check.
Is it possible to add the comment if the jira is already present?