Power User Flashcards
For Splunk Power User Certification Exam
Which one of the following statements about the search command is true?
A. It does not allow the use of wildcards.
B. It treats field values in a case-sensitive manner.
C. It can only be used at the beginning of the search pipeline.
D. It behaves exactly like search strings before the first pipe.
D. It behaves exactly like search strings before the first pipe.
Which of the following actions can the eval command perform?
A. Remove fields from results.
B. Create or replace an existing field.
C. Group transactions by one or more fields.
D. Save SPL commands to be reused in other searches.
B. Create or replace an existing field.
When can a pipe follow a macro?
A. A pipe may always follow a macro.
B. The current user must own the macro.
C. The macro must be defined in the current app.
D. Only when sharing is set to global for the macro.
A. A pipe may always follow a macro.
Data models are composed of one or more of which of the following datasets? (Choose all that apply.)
A. Events datasets
B. Search datasets
C. Transaction datasets
D. Any child of event, transaction, and search datasets
A. Events datasets
B. Search datasets
C. Transaction datasets
When using the Field Extractor (FX), which of the following delimiters will work? (Choose all that apply.)
A. Tabs
B. Pipes
C. Colons
D. Spaces
A. Tabs
B. Pipes
C. Colons
D. Spaces
Which group of users would most likely use pivots?
A. Users
B. Architects
C. Administrators
D. Knowledge Managers
A. Users
When multiple event types with different color values are assigned to the same event, what determines the color displayed for the event?
A. Rank
B. Weight
C. Priority
D. Precedence
C. Priority
Based on the macro definition shown below, what is the correct way to execute the macro in a search string?
Name
Enter the name of the macro. If the search macro takes an argument indicate this by appending the number of arguments to the name. For example: mymacro(2)
[convert_sales(3)]
Definition
Enter the string the search macro expands to when it is referenced in another search. If arguments are included, enclose them in dollar signs. For example: $arg1$
[stats sum(price) as USD by product_name
| eval $currency$=”$symbol$”.tostring(round(USD*$rate$,2), “commas”) | eval USD=”$” + tostring(USD,”commas”)]
[]Use eval-based def?
Arguments
Enter a comma-delimited string of argument names. Argument names may only contain alphanumeric,’_’ and ‘-‘ characters.
[currency,symbol,rate]
A. “convert_sales(euro,ג‚¬,.79)”
B. ‘convert_sales(euro,ג‚¬,.79)’
C. “convert_sales($euro$,$ג‚¬$,$.79$)”
D. ‘convert_sales($euro$,$ג‚¬$,$.79$)’
B. ‘convert_sales(euro,ג‚¬,.79)’
There are several ways to access the field extractor.Which option automatically identifies the data type, source type, and sample event?
A. Event Actions > Extract Fields
B. Fields sidebar > Extract New Fields
C. Settings > Field Extractions > New Field Extraction
D. Settings > Field Extractions > Open Field Extractor
A. Event Actions > Extract Fields
Which of the following statements would help a user choose between the transaction and stats commands?
A. stats can only group events using IP addresses.
B. The transaction command is faster and more efficient.
C. There is a 1000 event limitation with the transaction command.
D. Use stats when the events need to be viewed as a single correlated event.
C. There is a 1000 event limitation with the transaction command.
By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?
A. Turned off.
B. Turned on.
C. Determined automatically based on the sourcetype.
D. Determined automatically based on the data source.
A. Turned off.
Which of the following statements describe the Common Information Model (CIM)? (Choose all that apply.)
A. CIM is a methodology for normalizing data.
B. CIM can correlate data from different sources.
C. The Knowledge Manager uses the CIM to create knowledge objects.
D. CIM is an app that can coexist with other apps on a single Splunk deployment.
A. CIM is a methodology for normalizing data.
B. CIM can correlate data from different sources.
C. The Knowledge Manager uses the CIM to create knowledge objects.
Which of the following knowledge objects represents the output of an eval expression?
A. Eval fields
B. Calculated fields
C. Field extractions
D. Calculated lookups
B. Calculated fields
What do events in a transaction have in common?
A. All events in a transaction must have the same timestamp.
B. All events in a transaction must have the same sourcetype.
C. All events in a transaction must have the exact same set of fields.
D. All events in a transaction must be related by one or more fields.
D. All events in a transaction must be related by one or more fields.
Which delimiters can the Field Extractor (FX) detect? (Choose all that apply.)
A. Tabs
B. Pipes
C. Spaces
D. Commas
A. Tabs
B. Pipes
C. Spaces
D. Commas
A data model consists of which three types of datasets?
A. Constraint, field, value.
B. Events, searches, transactions.
C. Field extraction, regex, delimited.
D. Transaction, session ID, metadata.
B. Events, searches, transactions.
Where are the results of eval commands stored?
A. In a field.
B. In an index.
C. In a KV Store.
D. In a database.
A. In a field.
Which of the following statements describe calculated fields? (Choose all that apply.)
A. Calculated fields can be used in the search bar.
B. Calculated fields can be based on an extracted field.
C. Calculated fields can only be applied to host and sourcetype.
D. Calculated fields are shortcuts for performing calculations using the eval command.
A. Calculated fields can be used in the search bar.
B. Calculated fields can be based on an extracted field.
D. Calculated fields are shortcuts for performing calculations using the eval command.
Calculated fields can be based on which of the following?
A. Tags
B. Extracted fields
C. Output fields for a lookup
D. Fields generated from a search string
B. Extracted fields
When should transaction be used?
A. Only in a large distributed Splunk environment.
B. When calculating results from one or more fields.
C. When event grouping is based on start/end values.
D. When grouping events results in over 1000 events in each group.
C. When event grouping is based on start/end values.
When performing a regular expression (regex) field extraction using the Field Extractor (FX), what happens when the require option is used?
A. The regex can no longer be edited.
B. The field being extracted will be required for all future events.
C. The events without the required field will not display in searches.
D. Only events with the required string will be included in the extraction.
D. Only events with the required string will be included in the extraction.
When using | timechart by host, which field is represented in the x-axis?
A. date
B. host
C. time
D. _time
D. _time
Which of the following is the correct way to use the datamodel command to search fields in the Web data model within the Web dataset?
A. | datamodel Web Web search | fields Web*
B. | search datamodel Web Web | fields Web*
C. | datamodel Web Web fields | search Web*
D. datamodel=Web | search Web | fields Web*
A. | datamodel Web Web search | fields Web*
Which of the following statements describe the command below? (Choose all that apply.)
sourcetype=access_combined | transaction JSESSIONID
A. An additional field named maxspan is created.
B. An additional field named duration is created.
C. An additional field named eventcount is created.
D. Events with the same JSESSIONID will be grouped together into a single event.
B. An additional field named duration is created.
C. An additional field named eventcount is created.
D. Events with the same JSESSIONID will be grouped together into a single event.
The transaction command adds two fields to the raw events, duration and eventcount.