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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...