Splunk Search

How to create a line chart so each data point shows three field values?

byu168168
Path Finder

I generated a line chart and am plotting on two fields: Time and ID, however, I want to see more than just these two fields. Is there a way to generate a chart so that each point on the line chart shows three field values: Time, ID, and Name?

0 Karma
1 Solution

jimodonald
Contributor

Line charts are designed for plotting two values on a axis. If it makes sense, you can concatenate the ID and Name into one field and plot that over time.

<your search> | eval NameID=Name+":"+ID | timechart values(NameID)

View solution in original post

0 Karma

jimodonald
Contributor

Line charts are designed for plotting two values on a axis. If it makes sense, you can concatenate the ID and Name into one field and plot that over time.

<your search> | eval NameID=Name+":"+ID | timechart values(NameID)
0 Karma

byu168168
Path Finder

Concatenation makes it look a little long and messy but should work fine. Thanks!

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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