Splunk Search

How to get an Advanced XML timechart to not automatically create its own bins of milliseconds like a Simple XML timechart?

strive
Influencer

Hi,

The timechart in advanced XML creates its own bins of milliseconds. See below
alt text

Whereas in simple XML, it doesn't. See below
alt text

How to get this simple XML behavior in advanced XML?

Thanks,
Strive

0 Karma

strive
Influencer

The span is specified in the search. It is span=1d
That is the minimum span that we can specify

for the search macro, the span value is passed as an argument. There are two possible values: 1d and 7d.
The problem is when span=1d

0 Karma

jlin
Splunk Employee
Splunk Employee

If you do not want to mess around with xml, you could enforce span size for timechart.

http://docs.splunk.com/Documentation/Splunk/6.2.5/SearchReference/timechart

For example:

... | timechart span=1h ...

0 Karma

strive
Influencer

Already span is specified in the search. It is span=1d

That is the minimum span that we can specify

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...