SPLUNK vce Flashcards
By default, how is acceleration configured in the Splunk Common Information Model (CIM) add-on?
A . Turned off.
B . Turned on.
C . Determined automatically based on the source type.
D . Determined automatically based on the data source.
A
Which of the following searches would return a report of sales by product_name?
A. chart sales by product_name
B. chart sum(price) as sales by product_name
C. stats sum(price) as sales over product_name
D. timechart list(sales), values(product_name)
B
Which of the following statements about event types is true? (Choose 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
What are the two parts of a root event dataset? A . Fields and variables. B . Fields and attributes. C . Constraints and fields. D . Constraints and lookups.
C
What is a limitation of searches generated by workflow actions?
A. Searches generated by workflow actions cannot use macros.
B. Searches generated by workflow actions must be less than 256 characters long.
C. Searches generated by workflow actions must run in the same app as the workflow action.
D. Searches generated by workflow actions run with the same permissions as the user running them.
D
Which of the following statements describe the Common Information Model (QM)? (select all that apply)
A . CIM is a methodology for normalizing data.
B . CIM can correlate data from different sources.
C . The Knowledge Manager uses the CIM to create knowledge objects.
D . CIM is an app that can coexist with other apps on a single Splunk deployment.
A, B, C
How does a user display a chart in stack mode?
A . By using the stack command.
B . By turning on the Use Trellis Layout option.
C . By changing Stack Mode in the Format menu.
D . You cannot display a chart in stack mode, only a timechart.
C
What do events in a transaction have In common?
A . All events In a transaction must have the same timestamp.
B . All events in a transaction must have the same sourcetype.
C . All events in a transaction must have the exact same set of fields.
D . All events in a transaction must be related by one or more fields.
D
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)
A . Fast mode is enabled.
B . The dashboard is private.
C . The extraction is private-
D . The person in the organization running the report does not have access to the index.
C, D
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 of the following data models are included in the Splunk Common Information Model (CIM) add-on? (Select all that apply) A. Alerts B. Email C. Databases D. User permissions
A, B, C
When should transaction be used?
A. Only in a large distributed Splunk environment
B. When calculating results from one or more fields.
C. When event grouping is based on start/end values
D. When grouping events results in over 1000 events in each group
C
Which of the following statements about tags is true? (Choose all that apply.)
A. Tags are case-insensitive.
B. Tags are based on field/value pairs.
C. Tags categorize events based on a search.
D. Tags are designed to make data more understandable.
B, D
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
What information must be included when using the datamodel command? A. status field B. Multiple indexes C. Data model field name D. Data model dataset name
C
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
Which of the following statements describes field aliases?
A . Field alias names replace the original field name.
B . Field aliases can be used in lookup file definitions.
C . Field aliases only normalize data across sources and sourcetypes.
D . Field alias names are not case sensitive when used as part of a search.
B
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. index-web sourcetype=access_combined SD404K289O2F151 | table JSESSIONID
B. index-web sourcetype=access_combined JSESSIONID
C. index-web sourcetype=access_combined | highlight JSESSIONID | search SD404K289O2F151
D. index-web sourcetype=access_combined | transaction JSESSIONID | search SD404K289O2F151
B
When should you use the transaction command instead of the stats command?
A. When you need to group on multiple values.
B. When duration is irrelevant in search results.
C. When you have over 1000 events in a transaction.
D. When you need to group based on start and end constraints.
D
Which of the following searches would create a graph similar to the one below? A. index* B. index* C. index* D. none of these searches
D
A data model consists of which three types of datasets?
A. Constraint, field, value.
B. Events, searches, transactions.
C. Field extraction, regex, delimited.
D. Transaction, session ID, metadata.
B
Which of the following statements describe the search below? index=main | transaction clientip host maxspan=30s maxpause=5s
(Choose all that apply.)
A. Events in the transaction occurred within 5 seconds.
B. It groups events that share the same clientip and host.
C. The first and last events are no more than 5 seconds apart.
D. The first and last events are no more than 30 seconds apart
A, D
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 statements describe the search string below?
| datamodel Application_State All_Application_State search
A . Events would return a report of sales by state.
B . Events will be returned from the data model named Application_State.
C . Events will be returned from the data model named All_Application_state.
D . No events will be returned because the pipe should occur after the datamodel command
B
Which are valid ways to create an event type? (select all that apply)
A . By using the searchtypes command in the search bar.
B . By editing the event_type stanza in the props.conf file.
C . By going to the Settings menu and clicking Event Types > New.
D . By selecting an event in search results and clicking Event Actions > Build Event Type.
C, D
When using the transaction command, what does the argument maxspan do?
A. Sets the maximum total time between events in a transaction.
B. Sets the maximum length of all the events within a transaction.
C. Sets the maximum total time between the earliest and latest events in a transaction.
D. Sets the maximum length that any single event can reach to be included in the transaction.
C
To identify all of the contributing events within a transaction that contains at least one REJECT event, which syntax is
correct?
A . Index-main | REJECT trans sessionid
B . Index-main | transaction sessionid | search REJECT
C . Index=main | transaction sessionid | whose transaction=reject
D . Index=main | transaction sessionid | where transaction=reject’’
B
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 URI location
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.
Which of the following statements describes POST workflow actions?
A. Configuration of a POST workflow action includes choosing a sourcetype.
B. POST workflow actions can be configured to send email to the URI location.
C. By default, POST workflow actions are shown in both the event and field menus.
D. POST workflow actions can be configured to send POST arguments to the URI location.
both D
Calculated fields can be based on which of the following?
A . Tags
B . Extracted fields
C . Output fields for a lookup
D . Fields generated from a search string
B
Which of the following statements describe GET workflow actions?
A . GET workflow actions must be configured with POST arguments.
B . Configuration of GET workflow actions includes choosing a sourcetype.
C . Label names for GET workflow actions must include a field name surrounded by dollar signs.
D . GET workflow actions can be configured to open the URT link in the current window or in a new window
D
When defining a macro, what are the required elements? A. Name and a validation error message B. Definition and arguments C. Name and arguments D. Name and definition
B
Which of the following file formats can be extracted using a delimiter field extraction? A . CSV B . PDF C . XML D . JSON
A
What does the Splunk Common Information Model (CIM) add-on include? (select all that apply) A . Custom visualizations B . Pre-configured data models C . Fields and event category tags D . Automatic data model acceleration
B, C
In the following eval statement, what is the value of description if the status is 503?
A. The description field would contain no value
B. The description field would contain the value 0
C. The description field would contain the value “Internal Server Error”
D. The statement would produce an error in Splunk because it is incomplete
C