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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

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 ...