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!

Why You Can't Miss .conf25: Unleashing the Power of Agentic AI with Splunk & Cisco

The Defining Technology Movement of Our Lifetime The advent of agentic AI is arguably the defining technology ...

Deep Dive into Federated Analytics: Unlocking the Full Power of Your Security Data

In today’s complex digital landscape, security teams face increasing pressure to protect sprawling data across ...

Your summer travels continue with new course releases

Summer in the Northern hemisphere is in full swing, and is often a time to travel and explore. If your summer ...