What are the expected search results from executing the following SPL command?
index=network NOT StatusCode=200
We can use the rename command to _____ (Select all that apply.)
Which of the following commands will show the maximum bytes?
To which of the following can a field alias be applied?
Given the following eval statement:
... | eval field1 = if(isnotnull(field1),field1,0), field2 = if(isnull(field2), "NO-VALUE", field2)
Which of the following is the equivalent using fillnull?
In which Settings section are macros defined?
Which command can include both an over and a by clause to divide results into sub-groupings?
Which of the following is NOT a stats function:
A user wants a table that will show the total revenue made for each product in each sales region. Which would be the correct SPL query to use?
What fields does the transaction command add to the raw events? (select all that apply)
Which of the following objects can a calculated field use as a source?
Which statement is true?
Which of the following can be saved as an event type? A. index=server_48 sourcetype=BETA_881 code=220
B. index=server_48 sourcetype=BETA_881 code=220 | stats count by code
C. index=server_48 sourcetype=BETA_881 code=220 | inputlookup append=t servercode.csv
D. index=server_48 sourcetype=BETA_881 code=220 | stats where code > 220
The macro weekly_sales (2) contains the search string:
index—games I eval Product Sales = $price$ $AmountS01d$
Which of the following will return results?
To create a tag, which of the following conditions must be met by the user?
Complete the search, …. | _____ failure>successes
Two separate results tables are being combined using the join command. The outer table has the following values:
The inner table has the following values:
The line of SPL used to join the tables is: join employeeNumber type=outer
How many rows are returned in the new table?
A user wants to create a new field alias for a field that appears in two sourcetypes.
How many field aliases need to be created?
Which of the following can be saved as an event type?
Which of the following search control will not re-rerun the search? (Select all that apply.)
By default search results are not returned in ________ order.
What is needed to define a calculated field?
Which of the following statements about tags is true?
How can an existing accelerated data model be edited?
How could the following syntax for the chart command be rewritten to remove the OTHER category? (select all that apply)
Which of the following is included with the Splunk Common Information Model (CIM) Add-on?
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)
How do event types help a user search their data?
By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?
What are the expected results for a search that contains the command | where A=B?
Which of the following statements about calculated fields in Splunk is true?
What commands can be used to group events from one or more data sources?
Which of the following statements describes the use of the Field Extractor (FX)?
Which of the following searches can be used to define an event type?
There are several ways to access the field extractor. Which option automatically identifies data type, source type, and sample event?
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")
What is the correct format for naming a macro with multiple arguments?
Which of the following statements describes the use of the Filed Extractor (FX)?
What is the Splunk Common Information Model (CIM)?
Which tool uses data models to generate reports and dashboard panels without using SPL?
The timechart command buckets data in time intervals depending on:
These allow you to categorize events based on search terms.
Select your answer.
Which is not a comparison operator in Splunk
Which of the following statements describes the command below (select all that apply)
Sourcetype=access_combined | transaction JSESSIONID
Which of the following searches show a valid use of macro? (Select all that apply)
Which of the following workflow actions can be executed from search results? (select all that apply)
Which of the following statements describes this search?
sourcetype=access_combined I transaction JSESSIONID | timechart avg (duration)
The Field Extractor (FX) is used to extract a custom field. A report can be created using this custom field. The created report can then be shared with other people in the organization. If another person in the organization runs the shared report and no results are returned, why might this be? (select all that apply)
Which of the following statements describe the search string below?
| datamodel Application_State All_Application_State search
Calculated fields can be based on which of the following?
Which of the following statements about tags is true?
After manually editing; a regular expression (regex), which of the following statements is true?
Which of the following searches will return events contains a tag name Privileged?
What does the Splunk Common Information Model (CIM) add-on include? (select all that apply)
A field alias has been created based on an original field. A search without any transforming commands is then executed in Smart Mode. Which field name appears in the results?
What does the transaction command do?
Which of the following Statements about macros is true? (select all that apply)
When using timechart, how many fields can be listed after a by clause?
What do events in a transaction have In common?
What does the fillnull command replace null values with, it the value argument is not specified?
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 statements describe the search below? (select all that apply)
Index=main I transaction clientip host maxspan=30s maxpause=5s
Which group of users would most likely use pivots?
A calculated field maybe based on which of the following?
Which of the following eval command function is valid?
Which delimiters can the Field Extractor (FX) detect? (select all that apply)
Which of the following file formats can be extracted using a delimiter field extraction?
Which of the following statements describes POST workflow actions?
Which of the following can be used with the eval command tostring function (select all that apply)
Which of the following statements about event types is true? (select all that apply)
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?
Which of the following is the correct way to use the data model command to search field in the data model within the web dataset?
Data model are composed of one or more of which of the following datasets? (select all that apply.)
When using the Field Extractor (FX), which of the following delimiters will work? (select all that apply)
Data model fields can be added using the Auto-Extracted method. Which of the following statements describe Auto-Extracted fields? (select all that apply)
When multiple event types with different color values are assigned to the same event, what determines the color displayed for the events?
Which of the following describes the Splunk Common Information Model (CIM) add-on?
What functionality does the Splunk Common Information Model (CIM) rely on to normalize fields with different names?
What are the two parts of a root event dataset?
Given the macro definition below, what should be entered into the Name and Arguments fileds to correctly configured the macro?
Which of the following statements describe calculated fields? (select all that apply)
Based on the macro definition shown below, what is the correct way to execute the macro in a search string?
Which are valid ways to create an event type? (select all that apply)
What is required for a macro to accept three arguments?
How does a user display a chart in stack mode?
Which of the following are required to create a POST workflow action?