Hello,
We are an Elastic Service Premium subscriber. I have two Deployments setup, for non-prod and prod workloads. Both clusters are using ES 7.9.3.
I followed this documentation to setup a monitoring cluster with ES 7.11.
The non-prod and prod Deployments are writing their logs to the monitoring cluster. Also the monitoring cluster is sending its logs to itself so that daily indices are removed
On the monitoring cluster's Kibana I can go to Stack Monitoring, and I see all three clusters, I can get into each one and see metrics like:
- CPU %
- JVM Heap,
- Disk data among others
Now, I want to setup some alarms on those three metrics, where the Action is sending a notification to Microsoft Teams. I went over this documentation, which seems to be the be the "new-ish" way to setup alarms from Kibana instead of Elasticsearch's Watcher
In Kibana I see some predefined alarms for the metrics I want when I go to Stack Management/Alerts and Actions:
But I can't (and shouldn't) change those. I tried to create my own alarms following these instructions but I don't see the CPU Usage, Disk Usage, Memory JVM Usage metrics.
Any guidance is much appreciated