Splunk Search

Plot unique value in Timechart

rponcel
New Member

Hello team.

I need to plot only one value in my timechart.
I am using the next search string:

search...|timechart span=1d sum(GB) as sgb by index | addtotals

The values that I'm obtaining are in table mode like this:

_time index1 index2 index3 index4 Total

Each column has one value for each time and each index. When I select mode graph all the values are graphed.

I need create one graph for only one value (for example index1 versus time)

Thanks and regards.

0 Karma

lguinn2
Legend

The best way would be to specify the index in your search

yoursearchhere index=index1
| timechart span=1d sum(GB) as sgb

There is no way AFAIK to have the table view show all the indexes and yet have the chart show only one index.

0 Karma
Get Updates on the Splunk Community!

App Platform's 2025 Year in Review: A Year of Innovation, Growth, and Community

As we step into 2026, it’s the perfect moment to reflect on what an extraordinary year 2025 was for the Splunk ...

Operationalizing Entity Risk Score with Enterprise Security 8.3+

Overview Enterprise Security 8.3 introduces a powerful new feature called “Entity Risk Scoring” (ERS) for ...

Unlock Database Monitoring with Splunk Observability Cloud

  In today’s fast-paced digital landscape, even minor database slowdowns can disrupt user experiences and ...