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.
What commands can be used to group events from one or more data sources?
A. eval, coalesce
B. transaction, stats
C. stats, format
D. top, rare
Which of the following statements describes an event type?
A. A log level measurement: info, warn, error.
B. A knowledge object that is applied before fields are extracted.
C. A field for categorizing events based on a search string.
D. Either a log, a metric, or a trace.
Which of the following statements would help a user choose between the transaction and stats commands?
A. state can only group events using IP addresses.
B. The transaction command is faster and more efficient.
C. There is a 1000 event limitation with the transaction command.
D. Use state when the events need to be viewed as a single event.
When using the transaction command, how are evicted transactions identified?
A. Closed_txn field is set to o, or false.
B. Max_txn field is set to O, or false.
C. Txn_field is set to 1, or true.
D. open_txn field is set to 1, or true.
When would transaction be used instead of stats?
A. To group events based on a single field value.
B. To see results of a calculation.
C. To have a faster and more efficient search.
D. To group events based on start/end values.
Why would the following search produce multiple transactions instead of one?
A. The maxspan option is not included.
B. The transaction command has a limit of 1000 events per transaction.
C. The transaction and commands cannot be used together.
D. The stats list () function is used.
Which of the following data models are included in the Splunk Common Information Model (CIM) add-on? (select all that apply)
A. User permissions
B. Alerts
C. Databases
D. Email
The macro weekly_sales (2) contains the search string:
index=games | eval ProductSales = $Price$ * $AmountSold$
Which of the following will return results?
A. `weekly sales (3)'
B. `weekly_sales($3.995, $108)'
C. 'weekly_sales (3.99, 10)'
D. `weekly sales (3.99, 10)'
Which of the following is NOT a stats function:
A. sum
B. addtotals
C. count
D. avg