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!

CX Day is Coming!

Customer Experience (CX) Day is on October 7th!! We're so excited to bring back another day full of wonderful ...

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...