How to write in percentage Elast Alert CPU usage/Memory usage #259
-
Hi, basically i want to know how to wrire a policy for cpu and memory usage in percentage and as well as notification will send on the slack. Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
jertel
Jun 11, 2021
Replies: 1 comment 1 reply
-
Look into Metricbeat. If you have that running and logging metric data, including CPU/Memory data, into Elastic then you can write a rule to trigger if the value exceeds a threshold. Search this discussion forum for |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jertel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Look into Metricbeat. If you have that running and logging metric data, including CPU/Memory data, into Elastic then you can write a rule to trigger if the value exceeds a threshold. Search this discussion forum for
metricbeat
and you'll find others who are doing this and their rules that you can use as a template.