Splunk Dev

trellis behaving badly squished plots

Lynyrd
Explorer

Trellis appears to plot 15 charts nicely, but 16 or more and Trellis squishes them.
sourcetype=mfgtestengsoftware | search "Result Logged" "Results{}.Pass"=true "B1611" "CCS" | spath Results{}.Actual | rename Results{}.Actual AS Actual | spath Results{}.Minimum | rename Results{}.Minimum AS Minimum | spath Results{}.Maximum | rename Results{}.Maximum AS Maximum | eval output = toString(Actual) + ";" + toString(Minimum) + ";" + toString(Maximum) | makemv delim=";" output | mvexpand output | eval new=mvdedup(output) | bin output span=0.5 | chart dc(new) over output by StepName limit=16 useother=f

here is squished plots limit=16
alt text

here is good plots at limit=15
alt text

Tags (1)
0 Karma

niketn
Legend

@Lynyrd, have you tried setting the Trellis Scale to Independent instead of Shared? Following is corresponding Simple XML

    <option name="trellis.scales.shared">0</option>
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

Lynyrd
Explorer

Is there a way to get the Splunk Team to investigate the limitations on Trellis and why it is squishing the plots past 16 or more plots? We have hundreds of plots to analyze. Can SPLUNK Incorporated investigate any bugs or limitations to Trellis plotting? Is there a trellis configuration setting?

0 Karma

Lynyrd
Explorer

We basically have what we want, we just need a way for Trellis to NOT squish the plots if we desire 16 or more plots. We have nearly 150 plots to visually examine.

0 Karma

Lynyrd
Explorer

Yes we tried both Shared and Independent and when limit=16 or greater we get squished plots. There seems to be a scaling issue with Trellis if you try to do many plots.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
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, ...