nerdexam
Splunk

SPLK-2002(205Q) · Question #44

Which search will show all deployment client messages from the client (UF)?

The correct answer is C. index=_internal component= DC* host=<uf> | stats count by message. The index=_internal component=DC host=<uf> search will show all deployment client messages from the universal forwarder. The component field indicates the type of Splunk component that generated the message, and the host field indicates the host name of the machine that sent…

Distributed Deployment

Question

Which search will show all deployment client messages from the client (UF)?

Options

  • Aindex=_audit component=DC* host=<ds> | stats count by message
  • Bindex=_audit component=DC* host=<uf> | stats count by message
  • Cindex=_internal component= DC* host=<uf> | stats count by message
  • Dindex=_internal component=DS* host=<ds> | stats count by message

How the community answered

(39 responses)
  • A
    10% (4)
  • B
    5% (2)
  • C
    82% (32)
  • D
    3% (1)

Explanation

The index=_internal component=DC* host=<uf> search will show all deployment client messages from the universal forwarder. The component field indicates the type of Splunk component that generated the message, and the host field indicates the host name of the machine that sent the message. The index=_audit component=DC* host=<uf> search will not return any results, because the deployment client messages are not stored in the _audit index. The index=_internal component=DS* host=<ds> search will show the deployment server messages from the deployment server, not the client. The index=_audit component=DS* host=<ds> search will also not return any results, for the same reason as above

Topics

#deployment client#universal forwarder#_internal index#search query

Community Discussion

No community discussion yet for this question.

Full SPLK-2002(205Q) Practice