Splunk Search

How to search for overlapping events that occurred on the same host?

mitchabaza
Explorer

Given the Splunk result set in the attached screenshot, I'd like to formulate a search that finds all overlapping events that occurred on the same host. Many thanks!

0 Karma

songhyunho
New Member

What about this?

| stats values(MessageKey) by host
Or
| chart count over host by MessageKey usenull=f

0 Karma

jluo_splunk
Splunk Employee
Splunk Employee

You could use the transaction command, for example:

.... | transaction host

0 Karma

mitchabaza
Explorer

This returns no results.

0 Karma
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...