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!

New Year, New Changes for Splunk Certifications

As we embrace a new year, we’re making a small but important update to the Splunk Certification ...

[Puzzles] Solve, Learn, Repeat: Unmerging HTML Tables

[Puzzles] Solve, Learn, Repeat: Unmerging HTML TablesFor a previous puzzle, I needed some sample data, and ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...