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!

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 ...