Which of the following would be a valid post-processing search?
There is a global search named “global_search” defined on a form as shown below:
<search id=“global_search”>
<query>
index-_internal source-*splunkd.log | stats count by component, log_level
</query>
</search>
Which of the following would be a valid post-processing search? (Select all that apply.)
A . | tstats count
B . sourcetype=mysourcetype
C . stats sum(count) AS count by log level
D . search log_level=error | stats sum(count) AS count by component
Answer: CD
Explanation:
Reference: https://docs.splunk.com/Documentation/Splunk/8.1.2/Viz/Savedsearches
Latest SPLK-2001 Practice Questions with 70 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments