What is the result of the following search?
index=myindex source=c: \mydata. txt NOT error=*
Answer : C
The search query index=myindex source=c: \mydata. txt NOT error=* specifies three criteria for the events to be returned:
The index must be myindex, which is a user-defined index that contains the data from a specific source or sources.
The source must be c: \mydata. txt, which is the name of the file or directory where the data came from.
The error field must not exist in the events, which is indicated by the NOT operator and the wildcard character (*).
The NOT operator negates the following expression, which means that it returns the events that do not match the expression. The wildcard character () matches any value, including an empty value or a null value. Therefore, the expression NOT error=means that the events must not have an error field at all, regardless of its value.
The search query does not use quotation marks around the source value, which means that it is case-sensitive and exact. If there are any variations in the source name, such as capitalization or spacing, they will not match the query.
Reference
Basic searches and search results
Which of the following is a metadata field assigned to every event in Splunk?
Answer : A
Explanation/Reference: Reference: https://docs.splunk.com/Documentation/Splunk/8.0.3/Data/Assignmetadatatoeventsdynamically
Assuming a user has the capability to edit reports, which of the following are editable?
Answer : B
Explanation/Reference: Reference: https://docs.splunk.com/Documentation/Splunk/8.0.3/Report/Createandeditreports
What is a quick, comprehensive way to learn what data is present in a Splunk deployment?
Answer : C
Explanation/Reference: Reference: https://docs.splunk.com/Documentation/Splunk/8.0.3/InheritedDeployment/Yourdata
When viewing results of a search job from the Activity menu, which of the following is displayed?
Answer : C
Following are the time selection option while making search:
(Choose all that apply.)
Answer : B
Selected fields are a set of configurable fields displayed for each event.
Answer : A