You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
@@ -33,7 +33,7 @@ Connect different accounts in the same region using AWS PrivateLink
33
33
34
34
You can use AWS PrivateLink to connect different accounts in the same AWS region. The following diagram shows an overview of how AWS PrivateLink for Splunk Observability Cloud works:
.. caution:: Cross-region connectivity is not supported if either the source or target account is in the ``eu-central-1`` (eu1) or ``eu-west-2`` (eu2) regions. For the latest list of supported AWS regions for cross-region PrivateLink connectivity refer to the :new-page:`official AWS announcement <https://aws.amazon.com/about-aws/whats-new/2024/11/aws-privatelink-across-region-connectivity/>`.
56
+
51
57
If your workloads or Splunk Observability Cloud accounts are in regions not listed above, cross-region PrivateLink is not supported. In such cases, you should either:
52
58
53
59
* Use PrivateLink within the same AWS region.
@@ -226,6 +232,8 @@ Reach out to Splunk Customer Support with the following information to include y
226
232
227
233
* AWS region
228
234
235
+
* If you're connecting between two regions you need to provide both the source region (where your workloads are hosted) and the target account region (where your Splunk Observability Cloud account is located).
236
+
229
237
* Endpoint type
230
238
231
239
* Ingest
@@ -316,11 +324,8 @@ To delete an endpoint, follow these steps:
To use AWS PrivateLink URLs in your Collector instance, update the necessary variables in your Collector configuration to point to the given endpoint type:
326
331
@@ -351,15 +356,25 @@ See all PrivateLink URLs at :ref:`aws-privatelink-endpoint-urls`.
351
356
For information about the Collector's environment variables see :ref:`collector-env-var`.
Examine a scenario where the workloads that you're monitoring with Splunk Observability Cloud are in the AWS ``ap-south-1`` region, and your Splunk Observability Cloud account is in ``us-east-1``. You want to use PrivateLink to ingest observability data, but PrivateLink only works within one AWS region.
364
+
If your monitored workloads in Splunk Observability Cloud are located in the AWS regions ``eu-central-1`` (eu1) or ``eu-west-2`` (eu2), or if you need to enable connectivity to the Splunk Observability Cloud accounts in those regions, use VPC peering instead of AWS PrivateLink since cross-region connectivity via AWS PrivateLink is not currently supported in these regions.
365
+
366
+
For the latest list of supported AWS regions for cross-region PrivateLink connectivity refer to the :new-page:`official AWS announcement <https://aws.amazon.com/about-aws/whats-new/2024/11/aws-privatelink-across-region-connectivity/>`.
367
+
368
+
Scenario: Connect your workloads to a Splunk Observability Cloud account in a different region
Examine a scenario where the workloads that you're monitoring with Splunk Observability Cloud are running in the AWS region ``eu-central-1``, and your Splunk Observability Cloud account is hosted in ``us-east-1``. You want to use AWS PrivateLink to ingest observability data, but AWS PrivateLink cross-region connectivity is not currently supported in these regions.
357
372
358
-
In this scenario, carry out the following steps:
373
+
Use VPC Peering instead with the following steps:
359
374
360
375
#. Ensure that you have a VPC set up in the destination region, in this example ``us-east-1``. If you don't have a VPC in that region, create a new one.
361
376
362
-
#. Use AWS VPC peering to peer the ``ap-south-1`` and the ``us-east-1`` VPCs together.
377
+
#. Use AWS VPC peering to peer the ``eu-central-1`` and the ``us-east-1`` VPCs together in the source account with the workloads you want to monitor with Splunk Observability Cloud.
363
378
364
379
#. Activate AWS PrivateLink in the ``us-east-1`` VPC.
0 commit comments