Splunk Search

Dashboard

uagraw01
Builder

 

 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

Labels (1)
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
Builder

Yes, i get the solution. Thanks for the help

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...