Splunk Search

Is it possible to genereate parallell time charts liks this?

sune43
Engager

IS is possible to draw charts in Splunk that can show multi-channel data in the same chart? Similar to the multi-channel chart below?

I want to correllate time events from different systems and figure out when things happend in correlation with other events

alt text

Tags (2)

Ayn
Legend

Not sure if this what you're after, but timechart has a split-by directive so you could chart a field split by some term, so for instance

... | timechart count by Task

would give you multiple lines, one for each value for Task.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...