Splunk Search

number max of timechart column

Emilien
Explorer

Hi,

I've try to extract some results of my indexed data and make a sum of these results in a result column.
But timechart forbids me to display more than 10 results columns and i must get 16 differents columns.
Moreover, a column "other" appears with a number which i don't know from where he is..

So my question is, is it possible to extends the number of timechart column ?

This is my researche : (XXX contains 16 differents values)

index="A" sourcetype="B" | timechart eval(round(avg(nbr_teams),0)) by XXX | fillnull value=0 | rename _time AS Time | eval Time=strftime(Time, "%B")

=> alt text

0 Karma
1 Solution

Vladimir
Path Finder

You can use timechart limit=16

View solution in original post

Vladimir
Path Finder

You can use timechart limit=16

Emilien
Explorer

thank you,
I thought it was just a restrictive attribute

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...