In Splunk documentation for the outlier command, it say:
" The transform option truncates the outlying values to the threshold for outliers."
Would like to understand how it c...
...eries to a DensityProbability model then with the following SPL for the Outlier chart: | eval leftRange=mvindex(BoundaryRanges,0)
| eval rightRange=mvindex(BoundaryRanges,1)
| rex f...
...s an outlier
My question is why?
is this a standard formula?
an axiom?
where did this come from?
Here is the query that was used in this tutorial:
sourcetype=xmlwineventlog:microsoft-w...
Hello Splunkers.
I've downloaded the Splunk Machine Learning Toolkit.
In Detect Numeric Outliers Showcase, I can successfully create a search, detect the outliers and see the "Data and outlier...
I am trying to build a query to find outliers using avg and stdev on a perfmon counter but the counter is not a value you can calculate an average and I can't figure out how to create a count of t...
...ay average of distinct hourly counts per host/user". We define an outlier/alert as an hourly distinct count above 2 standard deviations from the 90day hourly average. For instance, if the 90 day h...
How can I use outlier with grouping. For instance, if I want to group my data by country, I would like to remove outliers from each group's data, not from the population as a whole. This is a p...
Hello fellow splunkers, I would like to ask you something regarding the function that most of the alerts take to find outliers and so on, I was actually trying to find some information on m...
So I am trying to filter out outliers using the 3 sigma rule across some transactions. My search is as follows:
blah... blah... blah...
| eval durationMins = (duration / 60)
| appendpipe [s...