Deployment Architecture

limit bin entries to 1

Lynyrd
Explorer

`sourcetype=mfgtestengsoftware  | search "Result Logged" "Results{}.Pass"=true "B1611" "CCS" | spath Results{}.StepName | rename Results{}.Name AS StepName |  spath Results{}.Actual  | rename Results{}.Actual AS Act

How do I limit the Upper and Lower limits to just 1, rather than 40 or 50 values

Tags (1)
0 Karma

Lynyrd
Explorer

This is the code for the plots.
sourcetype=mfgtestengsoftware | search "Result Logged" "Results{}.Pass"=true "B1611" "CCS" | spath Results{}.StepName | rename Results{}.Name AS StepName | spath Results{}.Actual | rename Results{}.Actual AS Actual | transaction StepName, Actual | spath Results{}.Minimum | rename Results{}.Minimum AS Minimum | eval Minimum=Minimum | spath Results{}.Maximum | rename Results{}.Maximum AS Maximum | eval Maximum=Maximum | eval output = toString(Actual) + ";" + toString(Minimum) + ";" + toString(Maximum) | makemv delim=";" output | mvexpand output | bin output span=0.25 | chart distinct_count(Minimum) AS Minimum distinct_count(Maximum) AS Maximum count over output by StepName limit=0 useother=f

0 Karma
Get Updates on the Splunk Community!

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...

Integrating Splunk Search API and Quarto to Create Reproducible Investigation ...

 Splunk is More Than Just the Web Console For Digital Forensics and Incident Response (DFIR) practitioners, ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...