Splunk Search

Eval and Status

peter_gianusso
Communicator

I want to get a average of the indexing latency time by host.

index = ili_imaging_index| eval latency =_time - _indextime| table avg(latency) by host

This is returning useless stuff. This seems so simple!!

Tags (3)
0 Karma
1 Solution

peter_gianusso
Communicator

this works

index = ili_imaging_index| eval latency =_time - _indextime| stats sum(latency) by host

View solution in original post

0 Karma

peter_gianusso
Communicator

this works

index = ili_imaging_index| eval latency =_time - _indextime| stats sum(latency) by host

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...