Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 343880e

Browse files
WIP
1 parent e80392d commit 343880e

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

gdi/private-connectivity/aws-privatelink.rst

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,43 @@ To delete an endpoint, follow these steps:
281281
#. Select the VPC endpoint you want to delete.
282282
#. Confirm the deletion when prompted.
283283

284-
Advanced configuration: AWS PrivateLink with VPC peering
284+
Advanced configuration
285285
==========================================================================
286286

287+
Use AWS PrivateLink with the Collector
288+
--------------------------------------------------
289+
290+
To use AWS PrivateLink URLs in your Collector instance, update the necessary variables in your Collector configuration to point to the given endpoint type:
291+
292+
.. list-table::
293+
:header-rows: 1
294+
:width: 100
295+
:widths: 20, 40, 40
296+
297+
* - Endpoint type
298+
- Endpoint URL
299+
- Example
300+
301+
* - Metric ingest endpoint
302+
- ``private-ingest.<REGION>.signalfx.com``
303+
- ``private-ingest.us0.signalfx.com``
304+
305+
* - Traces ingest endpoint
306+
- ``private-ingest.<REGION>.signalfx.com/v2/trace``
307+
- ``private-ingest.us0.signalfx.com/v2/trace``
308+
309+
* - API endpoint URL
310+
* ``http://<REGION>.signalfx.com``
311+
- ``http://private-api.us0.signalfx.com``
312+
313+
314+
See all PrivateLink URLs at :ref:`aws-privatelink-endpoint-urls`.
315+
316+
For information about the Collector's environment variables see :ref:`collector-env-var`.
317+
318+
Use AWS PrivateLink with VPC peering
319+
--------------------------------------------------
320+
287321
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.
288322

289323
In this scenario, carry out the following steps:

0 commit comments

Comments
 (0)