Splunk Search

How do I break a chart with too many columns into several charts within the same report?

qhma
New Member

I created a chart with too many columns, like following:

source="/abc/def/aaa.log | chart count(eval(searchmatch("12345"))) AS "The First Column", count(eval(searchmatch("23456"))) AS "The Second  Column",....., count(eval(searchmatch("22222"))) AS "The twenty first Column"

Is it possible to break this chart to several small charts but showing within same report?

0 Karma

Vijeta
Influencer

Try the trellis option, in your dashboard visualization where you have selected chart option, there you can see more options click on that for Trellis and see if that works for you

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...