Splunk Search

Break out search results by host

DFresh4130
Path Finder

I'm currently searching all of my jboss.out logs for SQLState. How can I break out the results with number of errors per host instead of a combined value? It'd be great if I can also have a graph created that's an overlay type which visualizes how many of those errors per host on top of each other for the same time period. Below is the query I have so far:

index="itdev" host="xxxxx*" source="/var/log/jboss/jboss.out" "SQLState" | sort - count

Tags (1)
0 Karma
1 Solution

gkanapathy
Splunk Employee
Splunk Employee
index="itdev" host="xxxxx*" source="/var/log/jboss/jboss.out" "SQLState" | stats count by host

View solution in original post

0 Karma

gkanapathy
Splunk Employee
Splunk Employee
index="itdev" host="xxxxx*" source="/var/log/jboss/jboss.out" "SQLState" | stats count by host
0 Karma

lguinn2
Legend

And for the graph:

index="itdev" host="xxxxx*" source="/var/log/jboss/jboss.out" "SQLState" | timechart count by host

Put them together in a dashboard, maybe

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...