In ES how can we find that which process is going currently if cpu load is high

Hi everyone,
I m new in ES,
I want to that which process is currently running when CPU load is high or any time.

Hi @Ekta,

good places to start are the nodes hot threads and tasks APIs.

Thanks Henning