SPLK-1004 Exam QuestionsBrowse all questions from this exam

SPLK-1004 Exam - Question 15


What does the query | makeresults generate?

Show Answer
Correct Answer: AB

The query | makeresults generates a timestamp. It is used to create an event with that timestamp, primarily for testing purposes or creating dummy data. By default, it generates a single event in memory with the _time field.

Discussion

3 comments
Sign in to comment
Eddie_examOption: B
Apr 18, 2024

It generates the specified number of search results in temporary memory. With a single field, _time.

emlchOption: A
May 10, 2024

Makeresults generates a timestamp so you can create an event with that timestamp, mainly for purposes (i.e. testing an alert). Generates a single event in memory with only the _time field. You can add event fields using eval. Must be the first command in search succeeding a pipe

VidominaOption: A
May 10, 2024

| makeresults alone generates "_time" only