SPLK-1002 · Question #167
Which of the following statements about tags is true?
The correct answer is B. Tags can make your data more understandable. Tags in Splunk are labels you assign to specific field/value pairs to make raw data more human-readable and easier to search. For example, tagging src_ip=10.0.0.1 as 'web-server' lets you search with tag=web-server instead of the IP. The other options are false: tags ARE…
Question
Which of the following statements about tags is true?
Options
- ATags are case insensitive.
- BTags can make your data more understandable.
- CTags are created at index time.
- DTags are searched by using the syntax tag :: <fieldname>.
How the community answered
(67 responses)- A1% (1)
- B88% (59)
- C7% (5)
- D3% (2)
Explanation
Tags in Splunk are labels you assign to specific field/value pairs to make raw data more human-readable and easier to search. For example, tagging src_ip=10.0.0.1 as 'web-server' lets you search with tag=web-server instead of the IP. The other options are false: tags ARE case-sensitive (A is wrong); tags are created at search time via Settings, not index time (C is wrong); and the correct search syntax is tag=<tagname> or tag::<fieldname>=<value>, not tag :: <fieldname> (D is wrong).
Topics
Community Discussion
No community discussion yet for this question.