cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Number of services launched on the process

radek_jasinski
DynaMight Guru
DynaMight Guru

Hi,

Is there any way to pin to the dashboard how many services are running on a particular process and additionally report when this number changes?

Radek

Have a nice day!
8 REPLIES 8

radek_jasinski
DynaMight Guru
DynaMight Guru

Any idea?

Have a nice day!

Hi,

I would say trying with DQL but I do not have sufficient experience to provide you a query.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

AntonioSousa
DynaMight Guru
DynaMight Guru

No idea how I would do that in the UI.

It is possible to get it through API calls though, with the relationship approach. Have done it to pass data to a CMDB...

Antonio Sousa

DanielS
DynaMight Guru
DynaMight Guru

Part 1 - This give you how many services

 

fetch dt.entity.service
| filter runs_on[dt.entity.process_group] == "PROCESS_GROUP-6E6F69FC1108F0E7"
|  summarize count()

 

The true delight is in the finding out rather than in the knowing.

That just shows how impressive DQL is!

Antonio Sousa

DanielS
DynaMight Guru
DynaMight Guru

Part 2 - Pin to Dashboard

DanielS_0-1703263831422.png

 

The true delight is in the finding out rather than in the knowing.

DanielS
DynaMight Guru
DynaMight Guru

Part 3 - It's not and alert (Workaround) but you can set a threshold

DanielS_1-1703264816870.png

Hope it helps!!!

The true delight is in the finding out rather than in the knowing.

radek_jasinski
DynaMight Guru
DynaMight Guru

@DanielS Thank you very much - let me tell you, I hadn't thought of that🫡

Have a nice day!

Featured Posts