Splunk Search

Is there a way to remove the min outlier from the graph?

HattrickNZ
Motivator

I have the following chart:

alt text

now I can use outliers to remove the max outliers:
... | outlier action=remove

alt text
But is there a way to remove the minimum outlier

I have had a look at the docs, but stats are not my strong point, and I can't seem to find a way with this command.
The max and min values are approx +60K and -50K. The outlier will remove the +60K but not the -50K values in this case.

Based on the numbers here in the graph is there a way to remove the min outlier?
Maybe I need to look at another command?

Tags (3)
0 Karma
1 Solution

somesoni2
Revered Legend

Try outlier action=remove uselower=true

<uselower>
Syntax: uselower=<bool>
Description: Controls whether to look for outliers for values below the median in addition to above.
Default: false

View solution in original post

somesoni2
Revered Legend

Try outlier action=remove uselower=true

<uselower>
Syntax: uselower=<bool>
Description: Controls whether to look for outliers for values below the median in addition to above.
Default: false

HattrickNZ
Motivator
0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...