SPLK-1002 Splunk Core Certified Power User Exam Questions and Answers
Which of the following data model are included In the Splunk Common Information Model (CIM) add-on? (select all that apply)
Which of the following definitions describes a macro named "samplemacro" that accepts two arguments?
If there are fields in the data with values that are " " or empty but not null, which of the following would add a value?
This function of the stats command allows you to identify the number of values a field has.
Where are the descriptions of the data models that come with the Splunk Common Information Model (CIM) Add-on documented?
Which field will be used to populate the field if the productName and product:d fields have values for a given event?
| eval productINFO=coalesco(productName,productid)
The time range specified for a historical search defines the ____________ .------questionable on ans
Marty has multiple data sources that contain fields with IP Address values. What knowledge object should he use to normalize the fields so his data is CIM compliant?
When multiple event types with different color values are assigned to the same event, what determines the color displayed for the events?
When should the regular expression mode of Field Extractor (FX) be used? (select all that apply)
Which of the following eval commands will provide a new value for host from src if it exists?
A report scheduled to run every 15 mins. but takes 17 mins. to complete is in danger of being_____.
When a search is executed, what must occur before field aliases can be assigned?
Which command can include both an over and a by clause to divide results into sub-groupings?
What does the fillnull command replace null values with, it the value argument is not specified?
A macro has another macro nested within it, and this inner macro requires an argument. How can the user pass this argument into the SPL?
What approach is recommended when using the Splunk Common Information Model (CIM) add-on to normalize data?
A user wants to convert numeric field values to strings and also to sort on those values.
Which command should be used first, the eval or the sort?
When performing a regex field extraction with the Field Extractor (FX), a data type must be chosen before a sample event can be selected. Which of the following data types are supported?
When creating a POST workflow action, what can a user define as the POST arguments?
To identify all of the contributing events within a transaction that contains at least one REJECT event, which syntax is correct?
Which of the following search modes automatically returns all extracted fields in the fields sidebar?
In the following eval statement, what is the value of description if the status is 503? index=main | eval description=case(status==200, "OK", status==404, "Not found", status==500, "Internal Server Error")
A calculated field is a shortcut for performing repetitive, long, or complex transformations using which of the following commands?
In the Field Extractor Utility, this button will display events that do not contain extracted fields.
Select your answer.
Using the Field Extractor (FX) tool, a value is highlighted to extract and give a name to a new field. Splunk has not successfully extracted that value from all appropriate events. What steps can be taken so Splunk successfully extracts the value from all appropriate events? (select all that apply)
When would a user select delimited field extractions using the Field Extractor (FX)?
Which of the following searches will return all clientip addresses that start with 108?
Consider the following search:
Index=web sourcetype=access_combined
The log shows several events that share the same JSESSIONID value (SD404K289O2F151). View the events as a group. From the following list, which search groups events by JSESSIONID?
A user runs the following search:
index—X sourcetype=Y I chart count (domain) as count, sum (price) as sum by product, action usenull=f useother—f
Which of the following table headers match the order this command creates?
Which of the following statements describes the command below (select all that apply)
Sourcetype=access_combined | transaction JSESSIONID
When performing a regular expression (regex) field extraction using the Field Extractor (FX), what happens when the require option is used?
When creating a data model, which root dataset requires at least one constraint?
Which of the following fields should be normalized using the Splunk Common Information Model (CIM) based on their relationship?
Which method in the Field Extractor would extract the port number from the following event? |
10/20/2022 - 125.24.20.1 ++++ port 54 - user: admin < web error >
For the following search, which field populates the x-axis?
index=security sourcetype=linux secure | timechart count by action
Which of the following are valid options to speed up reports? (Select all the apply.)
What does the fillnull command do in this search?
index=main sourcetype=http:log | fillnull value="Unknown"
In this search, __________ will appear on the y-axis. SEARCH: sourcetype=access_combined status!=200 | chart count over host
Which knowledge object is used to normalize field names to comply with the Splunk Common Information Model (CIM)?
Which knowledge Object does the Splunk Common Information Model (CIM) use to normalize data. in addition to field aliases, event types, and tags?
Given the following eval statement:
...| eval fieldl - if(isnotnull(fieldl),fieldl,0), field2 = if(isnull < field2 > , "NO-VALUE", fieid2)
Which of the following is the equivalent using f ilinull?
Which option of the transaction command would be used to specify the maximum time between events in a transaction?
Which of the following definitions describes a macro named “samplemacro” that accepts two arguments?
In which of the following scenarios is an event type more effective than a saved search?
Which of the following Statements about macros is true? (select all that apply)
Which tool uses data models to generate reports and dashboard panels without using SPL?
