Which element attribute is required for event annotation?
Which element attribute is required for event annotation?
The required attribute for event annotation in this context is 'type="annotation"' within the search element. This attribute specifies the type of the search, and 'annotation' is the correct value needed for event annotation.
D is correct. <search type="annotation"> <query>index=example sourcetype=access_combined | head 5</query> <note>These are the first 5 events in the index.</note> </search>