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 Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...