SPLK-1002 Practice Questions
300 real SPLK-1002 exam questions with expert-verified answers and explanations. Page 2 of 6.
- Question #51Basic Transforming Commands
This function of the stats command allows you to identify the number of values a field has.
Splunk stats commandcount functionAggregations - Question #52Basic Transforming Commands
This function of the stats command allows you to return the sample standard deviation of a field.
stats commandstandard deviationstatistical functionsSPL - Question #53Basic Transforming Commands
Which of the following commands will show the maximum bytes?
Splunk Search Languagestats commandaggregation functionsmax function - Question #54Basic Transforming Commands
Which of the following searches will show the number of categoryld used by each host?
Splunk SearchStats CommandAggregationGrouping Results - Question #55Basic Transforming Commands
This clause is used to group the output of a stats command by a specific name.
stats commandfield renamingaggregationSPL syntax - Question #56Basic Transforming Commands
This function of the stats command allows you to return the middle-most value of field X.
stats commandmedianaggregationstatistical functions - Question #57Using Transforming Commands for Visualizations
When a search returns __________, you can view the results as a list.
Search resultsStatistical resultsResult presentationSplunk UI - Question #58Filtering and Grouping Results
Clicking a SEGMENT on a chart, ________.
Chart interactionSearch filteringUI behaviorVisualizations - Question #59Working with Lookups
Use this command to use lookup fields in a search and see the lookup fields in the field sidebar.
Splunk commandslookup commandfield enrichmentsearch commands - Question #60Working with Lookups
It is mandatory for the lookup file to have this for an automatic lookup to work.
lookupsautomatic lookupslookup filefield matching - Question #61Creating and Managing Fields
These users can create global knowledge objects. (Select all that apply.)
Splunk RolesPermissionsKnowledge ObjectsAccess Control - Question #62Creating and Managing Fields
This is what Splunk uses to categorize the data that is being indexed.
sourcetypedata categorizationindexed dataSplunk fields - Question #63Creating and Managing Fields
This is what Splunk uses to categorize the data that is being indexed.
SourcetypeData categorizationIndexingSplunk fields - Question #64Working with Time
By default search results are not returned in ________ order.
Default search orderEvent displayChronological sortingAlphabetical sorting - Question #65Basic Transforming Commands
The stats command will create a _____________ by default.
stats commandtransforming commandsdefault outputsearch results - Question #66Filtering and Formatting Results
Which is not a comparison operator in Splunk
Splunk SPLComparison OperatorsFilteringSearch Syntax - Question #67Basic Transforming Commands
Which of the following is NOT a stats function:
Splunk commandsstats commandaggregate functionsaddtotals command - Question #68Using Transforming Commands for Visualizations
If a search returns ____________ it can be viewed as a chart.
chartingvisualizationstransforming commandsstatistical data - Question #69Using Transforming Commands for Visualizations
In this search, __________ will appear on the y-axis. SEARCH: sourcetype=access_combined status!=200 | chart count over host
chart commandTransforming commandsData visualizationAggregation - Question #70Using Transforming Commands for Visualizations
The timechart command buckets data in time intervals depending on:
timechart commandtime bucketingsearch time rangedata visualization - Question #71Using Transforming Commands for Visualizations
Which of these search strings is NOT valid:
chart commandtransforming commandsSPL syntax - Question #72Using Transforming Commands for Visualizations
Which command is used to create choropleth maps?
Splunk commandgeom commandChoropleth mapsVisualization - Question #73Using Transforming Commands for Visualizations
which of the following are valid options with the chart command
chart commandtransforming commandscommand optionsvisualization preparation - Question #74Using Transforming Commands for Visualizations
The gauge command:
gauge commandvisualizationssingle-value visualizationcolor ranges - Question #75Using Transforming Commands for Visualizations
What will you learn from the results of the following search? sourcetype=cisco_esa | transaction mid, dcid, icid | timechart avg(duration)
transaction commandtimechart commandevent durationaverage calculation - Question #76Correlating Events
Which of these is NOT a field that is automatically created with the transaction command?
Splunk commandstransaction commandAutomatic fieldsSPL - Question #77Creating and Managing Fields
How many ways are there to access the Field Extractor Utility?
Field Extractor UtilityField ExtractionSplunk UI NavigationCreating Fields - Question #78Creating and Managing Fields
When extracting fields, we may choose to use our own regular expressions
Field ExtractionRegular ExpressionsCustom Fields - Question #79Creating Field Aliases and Calculated Fields
Field aliases are used to __________ data
Field aliasesData normalizationField managementData consistency - Question #80Creating and Using Macros
What is the correct way to name a macro with two arguments?
Splunk MacrosMacro ArgumentsNaming Conventions - Question #81Creating and Using Workflow Actions
When using a field value variable with a Workflow Action, which punctuation mark will escape the data
Workflow ActionsField variablesEscaping dataSyntax - Question #82Creating Data Models
__________ datasets can be added to root dataset to narrow down the search
Data ModelsDataset HierarchyChild DatasetRoot Dataset - Question #83Correlating Events
Which function should you use with the transaction command to set the maximum total time between the earliest and latest events returned?
transaction commandmaxspanevent correlationtime parameters - Question #84Creating Field Aliases and Calculated Fields
The eval command 'if' function requires the following three arguments (in order):
eval commandif functionconditional logicsyntax - Question #85Creating Tags and Event Types
Which search would limit an "alert" tag to the "host" field?
Splunk Search Language (SPL)TagsField-specific tagsSearching tags - Question #86Correlating Events
The transaction command allows you to __________ events across multiple sources
transaction commandevent correlationgrouping eventsmultiple sources - Question #87Using Transforming Commands for Visualizations
which of the following commands are used when creating visualizations(select all that apply.)
Splunk commandsVisualizationsGeographical dataMapping - Question #88Introduction to Dashboards
For choropleth maps,splunk ships with the following KMZ files (select all that apply)
choropleth mapsKMZ filesSplunk mappingdata visualization - Question #89Filtering and Grouping Results
Complete the search, .... | _____ failure>successes
SPLfiltering resultswhere commandboolean expressions - Question #90Using Transforming Commands for Visualizations
These kinds of charts represent a series in a single bar with multiple sections
Stacked Bar ChartData VisualizationChart TypesSeries Representation - Question #91Creating Tags and Event Types
These allow you to categorize events based on search terms.
Event TypesEvent CategorizationSearch TermsKnowledge Objects - Question #92Creating and Managing Fields
In the Field Extractor Utility, this button will display events that do not contain extracted fields.
Field Extractor UtilityField ExtractionNon-Matches - Question #93Creating and Managing Fields
During the validation step of the Field Extractor workflow:
Field ExtractorField Extraction WorkflowValidation StepData Refinement - Question #94Creating and Managing Fields
Which of the following search modes automatically returns all extracted fields in the fields sidebar?
Search modesVerbose modeFields sidebarExtracted fields - Question #95Creating Field Aliases and Calculated Fields
Where are the results of eval commands stored?
eval commandfieldsSPLcalculated fields - Question #96Using Transforming Commands for Visualizations
What other syntax will produce exactly the same results as | chart count over vendor_action by user?
chart commandtransforming commandsgrouping datasyntax equivalence - Question #97Correlating Events
Which of the following statements would help a user choose between the transaction and stats commands?
transaction commandstats commandevent correlationcommand limitations - Question #98Creating and Using Macros
When can a pipe follow a macro?
Splunk macrosSearch syntaxPiping commandsMacro usage - Question #99Creating and Managing Fields
Which of the following statements describes the use of the Filed Extractor (FX)?
Field ExtractorField ExtractionKnowledge ObjectsPersistence - Question #100Basic Transforming Commands
Which of the following searches would return a report of sales by product-name?
chart commandaggregationsum functiongrouping data