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

Commit 105b9b9

Browse files
committed
add-ben-feedback
1 parent c068e3b commit 105b9b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apm/apm-data-links/apm-datalinks-terraform/apm-create-data-links-terraform-file.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To create data links with a Terraform configuration file:
7070
# A link to a Splunk AppDynamics service
7171
resource "signalfx_data_link" "<data-link-id>" {
7272
property_name = "sf_service"
73-
property_value = "<inferred-service-value / splunk-inferred-service>"
73+
property_value = "<splunk-inferred-service-name>"
7474
7575
target_appd_url {
7676
name = "<data-link-ui-label>"
@@ -80,7 +80,7 @@ To create data links with a Terraform configuration file:
8080
8181
- For <data-link-id>, enter an identifier for the data link. This value is only visible in the Terraform file and must be unique for each data link. For example, you can use my_data_link_appd_1 or my_data_link_appd_2.
8282
- For ``property_name``, use ``sf_service``.
83-
- For ``property_value``, enter the value within the inferred service that you want to add the data link to. / enter the Splunk APM inferred service name.
83+
- For ``property_value``, enter the Splunk APM inferred service name.
8484
- For ``name``, enter a label for the data link. This label appears in the Splunk Observability Cloud user interface.
8585
- For ``URL``, enter the Splunk AppDynamics tier URL.
8686
To obtain the tier URL, navigate to the tier in the Splunk AppDynamics UI and copy the URL from the browser. Ensure that you capture the entire URL and that it contains the controller URL, application ID, and application component.

0 commit comments

Comments
 (0)