SPLK-1001 · Question #186
What is the proper SPL terminology for specifying a particular index in a search?
The correct answer is C. index=index_name. This means that you can use the index field to filter your search results by the name of the index that contains the events you want to see. For example, if you want to search for events in the index named "gcp_logs", you can use the You can also specify multiple indexes by…
Question
What is the proper SPL terminology for specifying a particular index in a search?
Options
- Aindexer--index_name
- Bindexer name--index_name
- Cindex=index_name
- Dindex name=index_name
How the community answered
(42 responses)- A5% (2)
- B12% (5)
- C81% (34)
- D2% (1)
Explanation
This means that you can use the index field to filter your search results by the name of the index that contains the events you want to see. For example, if you want to search for events in the index named "gcp_logs", you can use the You can also specify multiple indexes by using the OR operator, such as: index=gcp_logs OR index=oswin
Topics
Community Discussion
No community discussion yet for this question.