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
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...