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

How to define not condition while creating in the Dashbords.

Ratnak
Participant

How to define not condition while creating in the Dashbords. my requirement is a to build a dashbord for top 50 non root file systems but i am able to create the dashboard for top 50 root file system. (how to define not condition at this place type(disk),entityName(~"root~"))

 

please find the attachment for your reference

 

 

2 REPLIES 2

dannemca
DynaMight Guru
DynaMight Guru

Hi @Ratnak , try this:

 

builtin:host.disk.usedPct:filter(not(in("dt.entity.disk",entitySelector("type(disk),entityName(~"/root~")")))):splitBy("dt.entity.host","dt.entity.disk"):sort(value(auto,descending)):limit(50)

 

Regards.

Site Reliability Engineer @ Kyndryl

Hi,

Thanks for the solution.

Featured Posts