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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...