Getting Data In

Query format for viewing server name with count on respect of color

sushil_sh
Engager

Hi Team,

 

I am very new in Splunk and i need your help to change my query as per requirement  

 

Please validate my syantax  as per requirement How do we get list of server name with count(which is change color like grey or Uninitialized) instead of count of server (server name comes under ServerName)

 

Please find my syntax and result

 

sourcetype=ABC Category IN ("Support","Patch") HealthValue IN(Grey, Uninitialized,) | bin _time span=1d | dedup ServerName HealthValue _time | timechart count(ServerName) as "QTY Servers" by HealthValue

 

 

sushil_sh_0-1627731180493.png

i am waiting for quick response

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
sourcetype=ABC Category IN ("Support","Patch") HealthValue IN(Grey, Uninitialized,) | bin _time span=1d | stats count by ServerName HealthValue _time

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
sourcetype=ABC Category IN ("Support","Patch") HealthValue IN(Grey, Uninitialized,) | bin _time span=1d | dedup ServerName HealthValue _time | stats values(ServerName) as "Servers" by HealthValue _time
0 Karma

sushil_sh
Engager

Thanks for your response

@ITWhisperer  how do we get clour cout on the refference of server name

 

Eg:- suppose  one server change color 3 time in time _time then how do i express  this query in syntax

like below

ServerColourCount Time
xyzGrey31:00

 

Thanks in advance

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
sourcetype=ABC Category IN ("Support","Patch") HealthValue IN(Grey, Uninitialized,) | bin _time span=1d | stats count by ServerName HealthValue _time
0 Karma
Get Updates on the Splunk Community!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...