Hi,
I have this query that finds the duration of the transaction times.
index=wholesale_app buildTarget=* product=* analyticType=sessionStart OR (analyticType=AppStateEvent AND Properties.in...
We log money for amounts between $0.01 and $1,000,000,000.00. We are trying to format the histogram labels to show commas and remove trailing zeroes though. This is giving us a problem.
O...
I am trying to create a histogram with two data sets that share the x-axis. I can do it for each data set but can not get the sets onto a common x-axis.
Example search for one histogram:
s...
Is there a way to use the results of a metrics search as a field value(s) for an event search?
For example, a specific metrics search will display a list of hosts that meet a certain criteria. I...
I have events that contains an amount. How do I create a histogram report that counts events grouped into these intervalls:
lt 100
100 – 149
150 – 199
200 – 249
250 – 299
300 – 3...
I have a search like this: index=my_index search=my_search | stats count as no_of_hosts by uptime It gives me uptime of hosts present in our environment and no_of_hosts having that...
Hi I'm trying to draw a distribution histogram of the duration to complete a specific action. The search is: index=index1 STATUS=Executed
| eval EXECUTED_DATE_e = strptime(E...
All,
I am currently a Splunk_TA_windows 4.8x customer and source="Perfmon:Process" is just destroying my disk space and license. I've been told metrics is the way to go for these values.
I a...
...eek of data I want to plot the histogram of the hourly average of ResponseTime for api1.
I did the following query:
index=<index> api1|bucket _time span=1h|stats avg(ResponseTime) by _...
Following the documentation here https://docs.splunk.com/Documentation/Splunk/7.2.0/Metrics/GetMetricsInCollectd we're trying to get SNMP data with collectd into a metrics index.
The current f...