nerdexam
Splunk

SPLK-1002 · Question #106

Which of the following searches would create a graph similar to the one below?

The correct answer is C. index_internal seourcetype=Savesplunker | fields sourcetype, status | transaction status. This question references an image not visible in text form; the choices as presented appear identical, indicating a formatting issue in the source material.

Using Transforming Commands for Visualizations

Question

Which of the following searches would create a graph similar to the one below?

Exhibit

SPLK-1002 question #106 exhibit

Options

  • Aindex_internal seourcetype=Savesplunker | fields sourcetype, status | transaction status
  • Bindex_internal seourcetype=Savesplunker | fields sourcetype, status | transaction status
  • Cindex_internal seourcetype=Savesplunker | fields sourcetype, status | transaction status
  • DNone of these searches would generate a similart graph.

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    85% (29)
  • D
    3% (1)

Why each option

This question references an image not visible in text form; the choices as presented appear identical, indicating a formatting issue in the source material.

Aindex_internal seourcetype=Savesplunker | fields sourcetype, status | transaction status

Option A, as presented, uses syntax that does not correctly match the expected transaction grouping for the target graph.

Bindex_internal seourcetype=Savesplunker | fields sourcetype, status | transaction status

Option B, as presented, uses syntax that does not correctly match the expected transaction grouping for the target graph.

Cindex_internal seourcetype=Savesplunker | fields sourcetype, status | transaction statusCorrect

Based on the answer key, option C represents the correctly structured transaction search using the appropriate fields. Without the visible graph or distinct choice text, the technical distinction cannot be fully elaborated, but the transaction command grouping on the correct field would produce the target visualization.

DNone of these searches would generate a similart graph.

At least one of the listed searches can generate the graph, so 'None of these' is incorrect.

Concept tested: Splunk transaction command field grouping

Source: https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Transaction

Topics

#transaction command#transforming commands#visualization#event correlation

Community Discussion

No community discussion yet for this question.

Full SPLK-1002 Practice