Valid SPLK-1005 Dumps shared by ExamDiscuss.com for Helping Passing SPLK-1005 Exam! ExamDiscuss.com now offer the newest SPLK-1005 exam dumps, the ExamDiscuss.com SPLK-1005 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com SPLK-1005 dumps with Test Engine here:
Which of the following stanzas would enable a TCP input on port 1025, allowing traffic from all IP addresses except 10.5.5.1?
Correct Answer: B
In Splunk, to configure a TCP input on a specific port and restrict traffic from certain IP addresses, you can use the acceptFrom setting. The correct stanza that enables a TCP input on port 1025 and allows traffic from all IP addresses except 10.5.5.1 would look like this: [tcp://1025] acceptFrom = !10.5.5.1 Here, !10.5.5.1 denotes that traffic from this IP should be denied, while all other IP addresses are allowed. Therefore, Option B is correct. Splunk Documentation Reference: Inputs.conf - acceptFrom