Splunk Search

How do you get events time interval as 15 minutes on timechart x-axis?

prathapkcsc
Explorer

Hi one and all,
I have my log data as below for every 15min interval.

2018-08-23,16:16,11230,37393,49019
2018-08-23,16:16,11631,37943,49973
2018-08-23,16:47,17014,55890,73450

This is how i have data for 24 hrs. When i do 'timechart` the graph bins automatically showing with 4 hrs gap on scale. But i wanted 15m wise points on graph along with the time on x-axis.
please see the below picture for expected output
alt text

what i am getting is below from timechart command
alt text

I want 15m scale on x-axis.can some one help on this?
Thanks in advance.

0 Karma

nadlurinadluri
Communicator

Can you show the "statistics tab" with _time and values that would be helpful

0 Karma

horsefez
Motivator

Hi @prathapkcsc,

this might help you.

https://answers.splunk.com/answers/91717/timechart-x-axis.html

so for your search that should look like this

...| timechart span=15m fixedrange=true ...

you need to edit the SimpleXML options of the chart on the dashboard, adding the following:

<option name="charting.scaleX">1</option>
<option name="charting.axisLabelsX.majorUnit">P0Y0M0DT0H15M0S</option>
0 Karma

prathapkcsc
Explorer

I tried this. It didn't work with my dash board.

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

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...