Splunk Enterprise Certified Admin — Question 21
Which items below are configured in inputs.conf? (Select all that apply.)
Answer options
- A. A modular input written in Python.
- B. A file input monitoring a JSON file.
- C. A custom search command written in Python.
- D. An HTTP Event Collector as receiver of data from an app.
Correct answer: A, D
Explanation
Options A and D are correct because inputs.conf is used for defining how data is ingested into Splunk, including modular inputs and HTTP Event Collectors. Options B and C are incorrect as file inputs and custom search commands are configured in different settings or files, not in inputs.conf.