Splunk Search

Dashboard

uagraw01
Motivator

 

 As Per below screenshot, i getting results the difference between last week host and this week host count. But i want list of the difference servers in splunk search. How can i retreive the list of all 23 servers which arr having diffrence from last week count to this week count.

 

 

IMG_20201105_162111.jpg

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

Try using

| stats dc(host) as Total_host, values(host) as Hosts by Week_Status

You'll also need to modify the stats commands that follow so they don't discard the Hosts field.

The last two lines of the query should be deleted because they add no value.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

Try using

| stats dc(host) as Total_host, values(host) as Hosts by Week_Status

You'll also need to modify the stats commands that follow so they don't discard the Hosts field.

The last two lines of the query should be deleted because they add no value.

---
If this reply helps you, Karma would be appreciated.

uagraw01
Motivator

Yes, i get the solution. Thanks for the help

0 Karma
Get Updates on the Splunk Community!

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...

Secure Your Future: Mastering Upgrade Readiness for Splunk 10

Spotlight: The Splunk Health Assistant Add-On  The Splunk Health Assistant Add-On is your ultimate companion ...

Observability Unlocked: Kubernetes & Cloud Monitoring with Splunk IM

Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team on ...