nerdexam
Splunk

SPLK-3001 · Question #96

At what point in the ES installation process should Splunk_TA_ForIndexers.spl be deployed to the indexers?

The correct answer is C. After installing ES on the search head(s) and running the distributed configuration management. Option C is correct because Splunk_TA_ForIndexers.spl is actually generated by the ES installation process itself - specifically, it is produced when you run the distributed configuration management step from the search head after ES is installed. Since the file doesn't exist…

Installation and Configuration

Question

At what point in the ES installation process should Splunk_TA_ForIndexers.spl be deployed to the indexers?

Options

  • AWhen adding apps to the deployment server.
  • BSplunk_TA_ForIndexers.spl is installed first.
  • CAfter installing ES on the search head(s) and running the distributed configuration management
  • DSplunk_TA_ForIndexers.spl is only installed on indexer cluster sites using the cluster master and

How the community answered

(46 responses)
  • A
    15% (7)
  • B
    4% (2)
  • C
    74% (34)
  • D
    7% (3)

Explanation

Option C is correct because Splunk_TA_ForIndexers.spl is actually generated by the ES installation process itself - specifically, it is produced when you run the distributed configuration management step from the search head after ES is installed. Since the file doesn't exist until ES creates it, it is impossible to deploy it at any earlier point in the process.

Why the distractors fail:

  • A is wrong because deploying to the deployment server is a separate workflow step unrelated to when this specific TA is generated; the TA doesn't yet exist at that stage.
  • B is wrong because the TA cannot be installed first - it is an output of the ES setup, not a prerequisite input.
  • D is wrong because Splunk_TA_ForIndexers.spl applies to all indexers in a distributed environment, not exclusively to indexer cluster sites managed by a cluster master.

Memory tip: Think of the sequence as "build it, then ship it" - ES builds Splunk_TA_ForIndexers.spl during distributed config management, and only after it exists can you ship it to the indexers. The name itself is a clue: it's a TA for indexers, meaning indexers are the destination, not the starting point.

Topics

#ES installation#Splunk_TA_ForIndexers#deployment sequence#distributed configuration management

Community Discussion

No community discussion yet for this question.

Full SPLK-3001 Practice