SPLK-1003 · Question #168
Which pathway represents where a network input in Splunk might be found?
The correct answer is B. $SPLUNK HOME/ etc/ apps/ $appName/ local / inputs.conf. All Splunk inputs - including network inputs such as UDP and TCP - are configured via inputs.conf, not a separate file like udp.conf. The correct and standard location for an app-specific inputs.conf is $SPLUNK_HOME/etc/apps/$appName/local/inputs.conf. Option A is wrong because '
Question
Which pathway represents where a network input in Splunk might be found?
Options
- A$SPLUNK HOME/ etc/ apps/ ne two r k/ inputs.conf
- B$SPLUNK HOME/ etc/ apps/ $appName/ local / inputs.conf
- C$SPLUNK HOME/ system/ local /udp.conf
- D$SPLUNK HOME/ var/lib/ splunk/$inputName/homePath/
How the community answered
(53 responses)- A2% (1)
- B92% (49)
- C4% (2)
- D2% (1)
Explanation
All Splunk inputs - including network inputs such as UDP and TCP - are configured via inputs.conf, not a separate file like udp.conf. The correct and standard location for an app-specific inputs.conf is $SPLUNK_HOME/etc/apps/$appName/local/inputs.conf. Option A is wrong because 'network' is not a special reserved app name. Option C is wrong because udp.conf does not exist as a Splunk configuration file. Option D points to an index storage path (var/lib/splunk), not a configuration path.
Topics
Community Discussion
No community discussion yet for this question.