Splunk Search

How to use String fields in chart??

Rajkumarkbm
Engager

I want to use the string Fields in the chart. Please help me on this.

EX:
Date Duration Volume
01-02-2018 02:20 10000
02-02-2018 04:10 15000
.
.
28-02-2-18 03:02 15323
for the above date should be in x axis and the other 2 in Y axis.

Thank You.
Raj

Tags (2)
0 Karma

deepashri_123
Motivator

Hey@Rajkumarkbm ,

Try using timechart
index=* | timechart span=1d sum(Volume) AS Volume sum(Duration) AS Duration.

Let me know if this helps!!

0 Karma

niketn
Legend

@Rajkumarkbm, refer to Timeline Custom Visualization from Splunk.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma
Get Updates on the Splunk Community!

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...

Cloud Platform | Migrating your Splunk Cloud deployment to Python 3.7

Python 2.7, the last release of Python 2, reached End of Life back on January 1, 2020. As part of our larger ...