SPLK-1003 · Question #88
Which of the following statements accurately describes using SSL to secure the feed from a forwarder?
The correct answer is A. It does not encrypt the certificate password. SSL secures the data transmitted between a Splunk forwarder and receiver by encrypting the data in transit, but it does NOT encrypt the certificate password itself. The certificate password is stored in plaintext within the Splunk configuration files (inputs.conf/outputs.conf)…
Question
Which of the following statements accurately describes using SSL to secure the feed from a forwarder?
Options
- AIt does not encrypt the certificate password.
- BSSL automatically compresses the feed by default.
- CIt requires that the forwarder be set to compressed=true.
- DIt requires that the receiver be set to compression=true.
How the community answered
(30 responses)- A87% (26)
- B3% (1)
- C3% (1)
- D7% (2)
Explanation
SSL secures the data transmitted between a Splunk forwarder and receiver by encrypting the data in transit, but it does NOT encrypt the certificate password itself. The certificate password is stored in plaintext within the Splunk configuration files (inputs.conf/outputs.conf). Option B is false because SSL does not automatically compress data - compression is a separate, independent setting. Options C and D are false because SSL configuration does not require compression to be enabled on either end; compression and SSL are independent features in Splunk.
Topics
Community Discussion
No community discussion yet for this question.