InterviewSolution
| 1. |
What Is The Difference Between Stats And Eventstats Commands? |
|
Answer» Stats COMMAND generate SUMMARY STATISTICS of all existing fields in your search results and save them as values in new fields. Eventstats is similar to the stats command, except that aggregation results are added inline to each event and only if the aggregation is PERTINENT to that event. eventstats computes the requested statistics like stats, but aggregates them to the original raw DATA. Stats command generate summary statistics of all existing fields in your search results and save them as values in new fields. Eventstats is similar to the stats command, except that aggregation results are added inline to each event and only if the aggregation is pertinent to that event. eventstats computes the requested statistics like stats, but aggregates them to the original raw data. |
|