SPLK-2002(205Q) · Question #179
(A new Splunk Enterprise deployment is being architected, and the customer wants to ensure that the data to be indexed is encrypted. Where should TLS be turned on in the Splunk deployment?)
The correct answer is B. Splunk forwarders to indexers. The Splunk Enterprise Security and Encryption documentation specifies that the primary mechanism for securing data in motion within a Splunk environment is to enable TLS/SSL encryption between forwarders and indexers. This ensures that log data transmitted from Universal…
Question
(A new Splunk Enterprise deployment is being architected, and the customer wants to ensure that the data to be indexed is encrypted. Where should TLS be turned on in the Splunk deployment?)
Options
- ADeployment server to deployment clients.
- BSplunk forwarders to indexers.
- CIndexer cluster peer nodes.
- DBrowser to Splunk Web.
How the community answered
(14 responses)- A7% (1)
- B86% (12)
- C7% (1)
Explanation
The Splunk Enterprise Security and Encryption documentation specifies that the primary mechanism for securing data in motion within a Splunk environment is to enable TLS/SSL encryption between forwarders and indexers. This ensures that log data transmitted from Universal Forwarders or Heavy Forwarders to Indexers is fully encrypted and protected from interception or tampering. The correct configuration involves setting up signed SSL certificates on both forwarders and indexers: On the forwarder, TLS settings are defined in outputs.conf, specifying parameters like sslCertPath, sslPassword, and sslRootCAPath. On the indexer, TLS is enabled in inputs.conf and server.conf using the same shared CA for validation. Splunk's documentation explicitly states that this configuration protects data-in-transit between the collection (forwarder) and indexing (storage) tiers - which is the critical link where sensitive log data is most vulnerable. Other communication channels (e.g., deployment server to clients or browser to Splunk Web) can also use encryption but do not secure the ingestion pipeline that handles the indexed data stream. Therefore, TLS should be implemented between Splunk forwarders and indexers. - Securing Data in Transit with SSL/TLS - Configure Forwarder-to-Indexer Encryption Using SSL Certificates - Server and Forwarder Authentication Setup Guide - Splunk Enterprise Admin Manual - Security and Encryption Best Practices
Topics
Community Discussion
No community discussion yet for this question.