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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...