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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...