For choropleth maps,splunk ships with the following KMZ files (select all that apply)
When using multiple expressions in a single eval command, which delimiter is used?
Which of the following search modes automatically returns all extracted fields in the fields sidebar?
Two separate results tables are being combined using the |join command. The outer table has the following values:
Refer to following Tables
The line of SPL used to join the tables is: | join employeeNumber type=outer
How many rows are returned in the new table?
When using the timechart command, how can a user group the events into buckets based on time?
To identify all of the contributing events within a transaction that contains at least one REJECT event, which syntax is correct?
The Splunk Common Information Model (CIM) is a collection of what type of knowledge object?
Which of the following statements describes this search?
sourcetype=access_combined I transaction JSESSIONID | timechart avg (duration)
What does the fillnull command replace null values with, it the value argument is not specified?
When performing a regular expression (regex) field extraction using the Field Extractor (FX), what happens when the require option is used?
Which function should you use with the transaction command to set the maximum total time between the earliest and latest events returned?
Which of the following statements are true for this search? (Select all that apply.) SEARCH: sourcetype=access* |fields action productld status
Consider the following search:
index=web sourcetype=access_corabined
The log shows several events that share the same jsesszonid value (SD462K101O2F267). View the events as a group.
From the following list, which search groups events by jSSESSIONID?
Which of the following searches show a valid use of a macro? (Choose all that apply.)
Which of the following knowledge objects represents the output of an eval expression?
How could the following syntax for the chart command be rewritten to remove the OTHER category? (select all that apply)
Which of the following definitions describes a macro named “samplemacro” that accepts two arguments?
Use this command to use lookup fields in a search and see the lookup fields in the field sidebar.
When would a user select delimited field extractions using the Field Extractor (FX)?
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?
Using the export function, you can export search results as __________.( Select all that apply)
It is mandatory for the lookup file to have this for an automatic lookup to work.
Which syntax will find events where the values for the 1 field match the values for the Renewal-MonthYear field?
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 commands are used when creating visualizations(select all that apply.)
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?
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?
Which of the following searches would return a report of sales by product-name?
Data model fields can be added using the Auto-Extracted method. Which of the following statements describe Auto-Extracted fields? (select all that apply)
Where are the descriptions of the data models that come with the Splunk Common Information Model (CIM) Add-on documented?
A calculated field is a shortcut for performing repetitive, long, or complex transformations using which of the following commands?
Which of the following searches will return events contains a tag name Privileged?
What syntax would a user specify to search for the prod tag associated with the host field and webserver value?
Which of the following is included with the Common Information Model (CIM) add-on?
By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?
A field alias is created where field1—fieid2 and the Overwrite Field Values checkbox is selected.
What happens if an event only contains values for fieid1?
This function of the stats command allows you to return the middle-most value of field X.
Which of the following is included with the Splunk Common Information Model (CIM) Add-on?
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
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 knowledge object is used to normalize field names to comply with the Splunk Common Information Model (CIM)?
Consider the the following search run over a time range of last 7 days:
index=web sourcetype=access_conbined | timechart avg(bytes) by product_nane
Which option is used to change the default time span so that results are grouped into 12 hour intervals?
Which of the following file formats can be extracted using a delimiter field extraction?
The macro weekly_sales (2) contains the search string:
index=games | eval ProductSales = $Price$ * $AmountSold$
Which of the following will return results?
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?
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 these is NOT a field that is automatically created with the transaction command?
Which of the following commands connects an additional table of data directly to the right side of the existing table?
Given the event below, how can the value in the Zip_Code field be used to retrieve the local weather from an external resource?
25/Oct/2023:20:29:43 , 151.131.173.143 , V2.003 , Zip_Code: 75890 , DataCenter: DC1