| sort _time desc
see: sort - Splunk Documentation
| stats count by status
| chart stats count by status, host
| timechart count
see: Search commands > stats, chart, and timechart | Splunk
Returns a table that is formed by only the fields that are specified in the arguments.
| table _time, event
Both dedup
and uniq
works as a filter on the search results to remove any search result that is an exact duplicate. dudup
however only looks at fields specified.
| dedup field1
| uniq