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
Splunk Cloud Platform customers who want to purchase Splunk Observability Cloud must take the following actions to set up Unified Identity:
@@ -87,9 +87,11 @@ Splunk Cloud Platform customers who want to purchase Splunk Observability Cloud
87
87
2. Turn on token authentication to allow Splunk Observability Cloud to view your Splunk Cloud Platform logs. See :new-page:`Enable or disable token authentication <https://docs.splunk.com/Documentation/SplunkCloud/latest/Security/EnableTokenAuth>` to learn how.
88
88
89
89
90
-
Existing Splunk Observability Cloud customers
90
+
Set up Unified Identity for existing Splunk Observability Cloud customers
There are 2 ways you can pair your Splunk Observability Cloud and Splunk Cloud Platform organizations: using command-line interface with Admin Config Services (ACS) commands or using API endpoints. These instructions cover both ways. If you haven't installed the ACS command-line tool and want to use it, see :new-page:`Administer Splunk Cloud Platform using the ACS CLI <https://docs.splunk.com/Documentation/SplunkCloud/latest/Config/ACSCLI>`.
94
+
93
95
If you already have a Splunk Cloud Platform account and a Splunk Observability Cloud account, take the following actions to set up Unified Identity:
94
96
95
97
1. Turn on token authentication to allow Splunk Observability Cloud to view your Splunk Cloud Platform logs. See :new-page:`Enable or disable token authentication <https://docs.splunk.com/Documentation/SplunkCloud/latest/Security/EnableTokenAuth>` to learn how.
@@ -98,33 +100,67 @@ If you already have a Splunk Cloud Platform account and a Splunk Observability C
98
100
99
101
.. note:: The API token must have ``admin`` privileges.
100
102
101
-
3. To pair orgs, open Terminal and enter the following Admin Config Services (ACS) command:
103
+
3. Pair your Splunk Observability Cloud and Splunk Cloud Platform organizations:
102
104
103
-
.. code-block:: bash
105
+
a. To pair with command-line interface, enter the following Admin Config Services (ACS) command:
Replace ``<enter-o11y-access-token>`` in the example above, with the user API access token you retrieved from Splunk Observability Cloud in previous step.
112
+
113
+
b. To pair with API endpoints, collect the following information then run the curl command:
114
+
115
+
i. Splunk Cloud Platform admin API access token (Create a new authentication token with an admin user. See :new-page:`Use Splunk Web to create authentication tokens <https://docs.splunk.com/Documentation/Splunk/9.3.1/Security/CreateAuthTokens>`.)
116
+
117
+
ii. O11y API access token (obtained it in step 2 above)
118
+
119
+
iii. Splunk Cloud Platform instance name (the custom subdomain for your Splunk Cloud stack)
120
+
121
+
Run the curl command:
122
+
123
+
.. code-block:: bash
106
124
107
-
Replace the access token, ``GrkvoDav1M-FNyxdONtK2Q`` in the example above, with the user API access token you retrieved from Splunk Observability Cloud in previous step.
.. note:: If you haven't installed the ACS command-line tool, see :new-page:`Administer Splunk Cloud Platform using the ACS CLI <https://docs.splunk.com/Documentation/SplunkCloud/latest/Config/ACSCLI>`.
110
131
111
-
The pairing command returns a pairing id:
132
+
Whether you used the command-line interface or API endpoints, the pairing command returns a pairing id:
112
133
113
-
.. image:: /_images/splunkplatform/pairingID.png
114
-
:width:90%
115
-
:alt:This screenshot shows the response in Terminal showing the pairing id for the new pairing.
134
+
.. code-block:: bash
135
+
136
+
"id": "<pairing-id>"
137
+
138
+
4. You can use the pairing id to get the current status of the pairing.
139
+
140
+
a. To get the status using command-line interface, run the following ACS command:
116
141
117
-
4. You can use the pairing id to get the current status of the pairing. To get the status, run the following ACS command:
Replace the pairing id and the access token with your own values. The system returns a status message showing whether or not the pairing was a success.
158
+
5. The system returns a status message showing whether or not the pairing was a success. Statuses are SUCCESS, FAILED, or IN_PROGRESS.
:alt:This screenshot shows a success status for the new pairing.
160
+
.. code-block:: bash
161
+
162
+
"pairingId": "<pairing-id>"
163
+
"status": "SUCCESS"
128
164
129
165
130
166
Users will receive an email telling them to authenticate to Splunk Observability Cloud using the new authentication method through Splunk Cloud Platform SSO. Note that users can continue to use their previous login method. If you want to force all users to authenticate through Splunk Cloud Platform SSO, reach out to Splunk Customer Support to deactivate local login. To deactivate login through a third party identity provider, go to :strong:`Data Managemen > Available integrations` in Splunk Observability Cloud, select the appropriate integration (for example, Okta), and select :strong:`Deactivate`.
0 commit comments