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

Commit 3261184

Browse files
committed
add-final-sme-feedback
1 parent 105b9b9 commit 3261184

File tree

7 files changed

+25
-14
lines changed

7 files changed

+25
-14
lines changed

apm/apm-data-links/apm-create-data-links.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Link APM properties to Splunk AppDynamics tiers
136136
=================================================
137137

138138
.. note::
139-
You can only create a global data link to a Splunk AppDynamics tier if the tier is monitored by a Splunk AppDynamics SaaS environment.
139+
You can only create a global data link from a Splunk APM inferred service to a Splunk AppDynamics tier if the tier is monitored by a Splunk AppDynamics SaaS environment.
140140

141141
This section describes how to create global data links to Splunk AppDynamics tiers using the user interface. To programmatically create global data links with Terraform, see :ref:`apm-create-data-links-terraform`.
142142

@@ -173,3 +173,8 @@ Create a global data link specifically for a single inferred service to associat
173173
Triggers for global data links for navigators or dashboards that use wildcards (:guilabel:`*`) for service names can't be top-ranked navigators or dashboards for inferred services.
174174

175175
For example, a navigator or dashboard associated with a global data link that contains a :guilabel:`Show On` value of ``sf_service:*`` can't be a top-ranked navigator or dashboard for an inferred service. To create a global data link that acts as a default navigator or dashboard for an inferred service from the :guilabel:`Monitoring` tab, the :guilabel:`Show On` value must include the name of the inferred service. For example, if you are creating a global data link for a default navigator or dashboard for the inferred service ``mydb``, the :guilabel:`Show On` value must be ``sf_service:mydb``.
176+
177+
Next steps
178+
=============
179+
180+
To use global data links in the user interface, see :ref:`apm-use-data-links`.

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ Create a batch of global data links to Splunk AppDynamics tiers with a Node.js s
88
:description: Learn how to use a Node.js script to create a batch of global data links to Splunk AppDynamics tiers.
99

1010
.. note::
11-
You can only create a global data link to a Splunk AppDynamics tier if the tier is monitored by a Splunk AppDynamics SaaS environment.
11+
You can only create a global data link from a Splunk APM inferred service to a Splunk AppDynamics tier if the tier is monitored by a Splunk AppDynamics SaaS environment.
12+
13+
This method can only be used to create global data links for inferred services that do not have existing global data links. If your inferred service already has an existing global data link, :ref:`use the UI <apm-create-gdl-to-appd>` to create additional global data links.
14+
15+
When a transaction goes through a service monitored by Splunk APM as well as a tier monitored by Splunk AppDynamics, the service monitored by Splunk APM is considered an inferred service.
1216

1317
Create a global data link to link a Splunk APM inferred service to a Splunk AppDynamics tier. When you view the inferred service in Splunk APM, you can select the data link to navigate to the tier in the Splunk AppDynamics user interface.
1418

1519
You can programmatically create global data links to Splunk AppDynamics tiers with a CSV file and Splunk Node.js script, which generates and runs a Terraform script that creates the data links. This process does not require running Terraform commands.
1620

17-
.. note::
18-
This method can only be used to create global data links for inferred services that do not have existing global data links. If your inferred service already has an existing global data link, :ref:`use the UI <apm-create-gdl-to-appd>` to create additional global data links.
19-
2021
Prerequisites
2122
=================
2223

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ Create global data links to Splunk AppDynamics tiers with a Terraform file
88
:description: Learn how to use a Terraform configuration file to create global data links to Splunk AppDynamics tiers.
99

1010
.. note::
11-
You can only create a global data link to a Splunk AppDynamics tier if the tier is monitored by a Splunk AppDynamics SaaS environment.
11+
You can only create a global data link from a Splunk APM inferred service to a Splunk AppDynamics tier if the tier is monitored by a Splunk AppDynamics SaaS environment.
12+
13+
This method can only be used to create global data links for inferred services that do not have existing global data links. If your inferred service already has an existing global data link, :ref:`use the UI <apm-create-gdl-to-appd>` to create additional global data links.
14+
15+
When a transaction goes through a service monitored by Splunk APM as well as a tier monitored by Splunk AppDynamics, the service monitored by Splunk APM is considered an inferred service.
1216

1317
Create a global data link to link a Splunk APM inferred service to a Splunk AppDynamics tier. When you view the inferred service in Splunk APM, you can select the data link to navigate to the tier in the Splunk AppDynamics user interface.
1418

1519
You can programmatically create global data links to Splunk AppDynamics tiers with a Terraform configuration file.
1620

17-
.. note::
18-
This method can only be used to create global data links for inferred services that do not have existing global data links. If your inferred service already has an existing global data link, :ref:`use the UI <apm-create-gdl-to-appd>` to create additional global data links.
19-
2021
Prerequisites
2122
=================
2223

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ Manage global data links to Splunk AppDynamics tiers with Terraform
1616
apm-delete-data-links-terraform
1717

1818
.. note::
19-
You can only create a global data link to a Splunk AppDynamics tier if the tier is monitored by a Splunk AppDynamics SaaS environment.
19+
You can only create a global data link from a Splunk APM inferred service to a Splunk AppDynamics tier if the tier is monitored by a Splunk AppDynamics SaaS environment.
20+
21+
When a transaction goes through a service monitored by Splunk APM as well as a tier monitored by Splunk AppDynamics, the service monitored by Splunk APM is considered an inferred service.
2022

2123
Create a global data link to link a Splunk APM inferred service to a Splunk AppDynamics tier. When you view the inferred service in Splunk APM, you can select the data link to navigate to the tier in the Splunk AppDynamics user interface.
2224

2325
Using Terraform, you can programmatically:
2426

25-
* (Recommended):ref:`apm-create-data-links-terraform-batch`
27+
* (Recommended) :ref:`apm-create-data-links-terraform-batch`
2628
* :ref:`apm-create-data-links-terraform-file`
2729
* :ref:`apm-delete-data-links-terraform`
2830

apm/apm-data-links/apm-datalinks-terraform/apm-delete-data-links-terraform.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ To delete all global data links that you created with Terraform:
3737
#. In the Splunk Observability Cloud main menu, select :guilabel:`Settings` then :guilabel:`Global Data Link`.
3838
#. Search for the names of the data links you created.
3939
- If you used the :ref:`Node.js script method <apm-create-data-links-terraform-batch>`, search for the AppDLinkLabel values that you specified in the CSV file.
40-
- If you used the :ref:`Terraform file method <apm-create-data-links-terraform-file>`, search for the name values that you specified in the Terraform configuration file.
40+
- If you used the :ref:`Terraform file method <apm-create-data-links-terraform-file>`, search for the ``name`` values that you specified in the Terraform configuration file.

apm/apm-data-links/apm-use-data-links.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ For information about creating global data links, see :ref:`apm-create-data-link
1818
Access global data links for a service
1919
=========================================
2020

21+
.. note::
22+
For global data links to Splunk AppDynamics: If selecting the global data link does not load a tier in the Splunk AppDynamics user interface, check if Splunk AppDynamics has data for the time range. If there is no data for the time range and Splunk AppDynamics is experiencing issues, contact :new-page:`Splunk AppDynamics support <https://www.splunk.com/en_us/customer-success/appdynamics-support.html>`.
23+
2124
**To access global data links for a service on the Overview page:**
2225

2326
#. Open the Splunk Observability Cloud main menu.
@@ -38,7 +41,6 @@ Access global data links for a service
3841

3942
#. In the service detail drawer, select the :guilabel:`More` icon next to the service name. The menu displays global data links for the service.
4043

41-
4244
Access global data links for a trace
4345
=======================================
4446

apm/apm-data-links/data-links-landing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ For information about creating global data links, see :ref:`apm-create-data-link
2323

2424
For information about using global data links, see :ref:`apm-use-data-links`.
2525

26-
For information about data links in general, see :ref:`data-link-def`.
26+
For information about data links in general, see :ref:`data-link-def`.

0 commit comments

Comments
 (0)