Splunk Flashcards
When creating a Search workflow action, which field is required? A . Search string B . Data model name C . Permission setting D . An eval statement
A
Which of the following data model are included In the Splunk Common Information Model (CIM) add-on? (select all that apply) A . Alerts B . Email C . Database D . User permissions
A,B,C
When using timechart, how many fields can be listed after a by clause?
A . because timechart doesn’t support using a by clause.
B . because _time is already implied as the x-axis.
C . because one field would represent the x-axis and the other would represent the y-axis.
D . There is no limit specific to timechart.
B
Which of the following statements describes Search workflow actions?
A . By default. Search workflow actions will run as a real-time search.
B . Search workflow actions can be configured as scheduled searches,
C . The user can define the time range of the search when created the workflow action.
D . Search workflow actions cannot be configured with a search string that includes the transaction command
C
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
Data model fields can be added using the Auto-Extracted method .
Which of the following statements describe Auto-Extracted fields? (select all that apply)
A . Auto-Extracted fields can be hidden in Pivot.
B . Auto-Extracted fields can have their data type changed.
C . Auto-Extracted fields can be given a friendly name for use in Pivot.
D . Auto-Extracted fields can be added if they already exist in the dataset with constraints
A,B,C,D
What does the transaction command do?
A . Groups a set of transactions based on time.
B . Creates a single event from a group of events.
C . Separates two events based on one or more values.
D . Returns the number of credit card transactions found in the event logs.
B
Data model are composed of one or more of which of the following datasets? (select all that apply.)
A . Events datasets
B . Search datasets
C . Transaction datasets
D . Any child of event, transaction, and search datasets
A,B,C
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
Which of the following statements describes POST workflow actions?
A . POST workflow actions are always encrypted.
B . POST workflow actions cannot use field values in their UR
C . POST workflow actions cannot be created on custom sourcetypes.
D . POST workflow actions can open a web page in either the same window or a new.
D
What is required for a macro to accept three arguments?
A . The macro’s name ends with (3).
B . The macro’s name starts with (3).
C . The macro’s argument count setting is 3 or more.
D . Nothing, all macros can accept any number of arguments.
A
Which of the following statements describes the command below (select all that apply)
Sourcetype=access_combined | transaction JSESSIONID
A . An additional filed 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,C,D
A space is an implied \_\_\_\_\_ in a search string. A . OR B . AND C . () D . NOT
B
Which of the following statements about data models and pivot are true? (select all that apply)
A . They are both knowledge objects.
B . Data models are created out of datasets called pivots.
C . Pivot requires users to input SPL searches on data models.
D . Pivot allows the creation of data visualizations that present different aspects of a data model.
D
Which of the following describes the Splunk Common Information Model (CIM) add-on?
A . The CIM add-on uses machine learning to normalize data.
B . The CIM add-on contains dashboards that show how to map data.
C . The CIM add-on contains data models to help you normalize data.
D . The CIM add-on is automatically installed in a Splunk environment.
C
When using the Field Extractor (FX), which of the following delimiters will work? (select all that apply) A . Tabs B . Pipes C . Colons D . Spaces
A,B,C,D
In what order are the following knowledge objects/configurations applied?
A . Field Aliases, Field Extractions, Lookups
B . Field Extractions, Field Aliases, Lookups
C . Field Extractions, Lookups, Field Aliases
D . Lookups, Field Aliases, Field Extractions
B
Which of the following statements about event types is true? (select all that apply)
A . Event types can be tagged.
B . Event types must include a time range,
C . Event types categorize events based on a search.
D . Event types can be a useful method for capturing and sharing knowledge.
A,C,D
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?
A . Both will appear in the All Fields list, but only if the alias is specified in the search.
B . Both will appear in the Interesting Fields list, but only if they appear in at least 20 percent of events.
C . The original field only appears in All Fields list and the alias only appears in the Interesting Fields list.
D . The alias only appears in the All Fields list and the original field only appears in the Interesting Fields list.
B
Which of the following statements describes macros?
A . A macro is a reusable search string that must contain the full search.
B . A macro is a reusable search string that must have a fixed time range.
C . A macro Is a reusable search string that may have a flexible time range.
D . A macro Is a reusable search string that must contain only a portion of the search.
C
Which of the following workflow actions can be executed from search results? (select all that apply) A . GET B . POST C . LOOKUP D . Search
A,B,D
Which group of users would most likely use pivots? A . Users B . Architects C . Administrators D . Knowledge Managers
A
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?
A . | datamodel web search | filed web *
B . | Search datamodel web web | filed web*
C . | datamodel web web field | search web*
D . Datamodel=web | search web | filed web*
A
What does the following search do?
index=corndog type=mysterymeat action=eaten | stats count as corndog_count by user
A . Creates a table of the total count of users and split by corndogs.
B . Creates a table of the total count of mysterymeat corndogs split by user.
C . Creates a table with the count of all types of corndogs eaten split by user.
D . Creates a table that groups the total number of users by vegetarian corndogs.
B