About private connectivity
Splunk Cloud Platform private connectivity allows you to directly connect your Splunk Cloud Platform environment with your Amazon Virtual Private Cloud (VPC). This allows you to route the data for ingestion and search traffic into the Splunk Cloud Platform through the Amazon Web Service (AWS) internal network using AWS PrivateLink. Although AWS-to-AWS traffic should not leave the global AWS network (with a minor documented exception), the PrivateLink feature helps ensure that your AWS traffic sent to the Splunk Cloud Platform only traverses private IPs (in other words, non-public internet routable addresses).
Splunk Cloud Platform encrypts all data in flight by employing Transport Layer Security (TLS) 1.2+ for ingest data and Hypertext Transfer Protocol Secure (HTTPS) for search data. You can also restrict traffic further by establishing firewall rules or by creating an IP allow list. While these protections are sufficient for most Splunk Cloud Platform customers, Splunk Cloud Platform private connectivity supports the additional needs of customers for whom encrypting data in flight is insufficient to meet their organization's security and compliance requirements.
To configure private connectivity, Splunk Cloud Platform administrators can use Admin Config Service (ACS) APIs to confirm their eligibility and enable this feature. Splunk Cloud Platform will then provision service endpoints so that your data is accepted in your Splunk Cloud Platform deployment.
Requirements
To leverage private connectivity for your Splunk Cloud Platform deployment:
- You must be using AWS infrastructure.
- You must be on the Victoria Experience for AWS standard regions or the Classic Experience for USGov and FedRAMP Moderate regions.
- Your deployment must have one or more separate search heads or a search head cluster. Private connectivity requires ACS and ACS is not supported on single instance deployments.
- You must have
sc_admin
role for the ACS API.
Scope and considerations
Consider the following before enabling the private connectivity feature:
- Data that you send to the Splunk Cloud Platform from a universal forwarder, heavy forwarder, or HTTP Event Collector (HEC) for ingest into Splunk Cloud Platform will flow over AWS PrivateLink.
- Search, API and UI access traffic to Splunk Cloud Platform can be enabled to flow over AWS PrivateLink.
- AWS PrivateLink supports unidirectional data traversal only. Communication other than your AWS environment to Splunk Cloud Platform traffic will continue to flow using the public internet.
- All data other than searches and data sent for ingestion to Splunk Cloud Platform from an AWS environment (for example, Inputs Data Manager data, cloud to Splunk Enterprise Federated Search, and so on) will continue to use the public internet. This includes app data or services that require HTTP Event Collector (HEC) acknowledgements.
- Data that you send to the Splunk Cloud Platform must originate from the same region as your Splunk Cloud environment.
- To connect multiple AWS accounts through private connectivity, you need to create a VPC and PrivateLink endpoint for each account.
- You are responsible for AWS costs associated with your VPC. For more information, see: AWS PrivateLink pricing.