There is a global search named “global_search” defined on a form as shown below:
index-_internal source-*splunkd.log | stats count by component, log_level
Which of the following would be a valid post-processing search? (Select all that apply.)
Select all that apply, then click Submit answer.
-
○
| tstats count
-
○
sourcetype=mysourcetype
-
○
stats sum(count) AS count by log level
-
○
search log_level=error | stats sum(count) AS count by component