Dashboards & Visualizations

How to increase Dashboard JSChart series limit?

chanmi2
Path Finder

Hi,
In http://docs.splunk.com/Documentation/Splunk/6.2.1/AdvancedDev/CustomChartingConfig-JSChart, it mentions that "JSChart can only plot the first 50 series that are returned". Because of this limit, results is not truncated only when the search is ...| timechart limit=48 useother=true ...

Is it a hard limit or I can change it somewhere? Thank you

Tags (2)
0 Karma

subtrakt
Contributor

Hi,
I was able to fix Truncation Error by increasing resultTruncationLimit:

<module name="HiddenChartFormatter">
<param name="charting.chart.resultTruncationLimit">2000</param>
0 Karma
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...