SPLUNK vce Flashcards
(87 cards)
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