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
Adding the fix for the undefined labels. Merge branch 'main' of github.com:splunk/private-o11y-docs into trangl-o11ydocs-6987-detectors-payload-new-fields
Copy file name to clipboardExpand all lines: admin/authentication/SSO/sso.rst
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,24 @@ Give your login service integration a name that your users recognize. On your cu
75
75
this name appears in the button your users select to sign in. For example, use the name "Log in with Okta"
76
76
for an Okta login service integration.
77
77
78
+
.. _default-sso-role:
79
+
80
+
.. raw:: html
81
+
82
+
<embed>
83
+
<h2>Set up default SSO role</h2>
84
+
</embed>
85
+
86
+
87
+
When you set up SSO, the default role for a user signing in to Splunk Observability Cloud through SSO is the :guilabel:`power` role. You can change the default SSO role to any of the available roles in Splunk Observability Cloud.
88
+
89
+
To change the default SSO role, do the following:
90
+
91
+
1. Go to :guilabel:`Settings` then select :guilabel:`General Settings`.
92
+
93
+
2. In the :guilabel:`User Management` section, set a default role for SSO login by selecting a role from the drop-down list. The drop-down list defaults to the :guilabel:`power` role. The role you select becomes the role of any new user logging in through an SSO service. You can return to :guilabel:`General Settings` and update the default role for SSO login at any time.
:alt:An example of the service map in Splunk APM Service Map.
21
21
@@ -28,6 +28,8 @@ Use these steps to access the service map in Splunk APM:
28
28
#. Log into Splunk Observability Cloud.
29
29
#. Select :guilabel:`APM` in the navigation bar.
30
30
#. Select :guilabel:`Service Map` on the APM landing page. The service map view opens, with the service map in the center.
31
+
#. (Optional) Select :guilabel:`Switch to Classic Service Map` to switch to the lateral service map layout. The default constellation view displays a larger view of your environment and helps you quickly assess service performance.
32
+
31
33
32
34
Using the service map, you can do the following:
33
35
@@ -86,15 +88,6 @@ When configured, you can select tiles in the Related Content bar to seamlessly n
You can configure global data links to link Splunk APM properties, such as services, traces, spans, and span tags, to relevant resources. For example, you can link APM properties to Infrastructure Monitoring navigators and dashboards, Splunk instances, Kibana logs, Splunk AppDynamics tiers, or custom URLs.
93
-
94
-
For information on how to configure data links to display in your service map, see :ref:`apm-create-data-links`. You can also create a global data link directly from the APM :guilabel:`Service Map` by selecting an inferred service, selecting the :guilabel:`(⋯)` menu next to the inferred service name, and selecting :guilabel:`Configure data links`.
95
-
96
-
For information on how to view data links in your service map, see :ref:`apm-use-data-links`.
97
-
98
91
Share your view of the service map
99
92
======================================
100
93
To share your view of the service map with a colleague, copy and share the URL. Your current filter selections are preserved in the URL.
When you open the service view an environment is selected based on your recently viewed environments. Adjust the environment and time range filters if necessary. Use the following sections to monitor the health of your service.
@@ -54,6 +54,18 @@ Use the following metrics in the :guilabel:`Service metrics` section to monitor
Use the following section to troubleshoot service errors and view relevant traces for specific error types. Select a point on the graph to view example traces for a particular data point, or select any value to hide the time series for that value.
:alt:Screenshot of charts on the service view page that display service errors.
65
+
66
+
* Errors by exception type - Displays errors with the span attribute ``exception.type``. Select a data point on the chart to view related traces and alert details for that time period.
67
+
* Errors by status code - Displays errors based on the HTTP or gRPC error status code. Select a data point on the chart to view related traces and alert details for that selected time period and error. For more information about error status codes, see :new-page:`Semantic Conventions for HTTP Spans <https://opentelemetry.io/docs/specs/semconv/http/http-spans/>`.
68
+
57
69
Runtime metrics
58
70
-----------------
59
71
@@ -82,6 +94,13 @@ View Tag Spotlight view for your service
82
94
83
95
Select :guilabel:`Tag Spotlight` to view Tag Spotlight view filtered for your service. See :ref:`apm-tag-spotlight` to learn more about Tag Spotlight.
Select the :guilabel:`Errors` tab to visualize errors for your service. Select a specific error type to view available traces for that error, and troubleshoot by viewing details such as the ``exception.message`` or ``exception.stacktrace``.
101
+
102
+
Administrators can pause these metrics by going to the :guilabel:`Sources of Errors MetricSets` section on the :guilabel:`APM MetricSets` page and selecting :guilabel:`Pause Indexing`. These metrics are turned on by default.
Copy file name to clipboardExpand all lines: apm/span-tags/tag-spotlight.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ To view service performance broken down by your indexed span tags, follow these
25
25
* Select the :guilabel:`Tag Spotlight` panel on the APM landing page or in the service map.
26
26
* Select the :guilabel:`Tag Spotlight` tab in the service view for your service.
27
27
* Use the search in the top toolbar to search for Tag Spotlight and select the navigation result to go to Tag Spotlight.
28
-
#. Add time range, environment, workflow, service, operation, and tag filters as need to refine the data in your Tag Spotlight view. The default time range is for the last 15 minutes, and the data resolution is 10 seconds.
28
+
#. Add time range, environment, workflow, service, endpoint, operation, and tag filters as need to refine the data in your Tag Spotlight view. The default time range is for the last 15 minutes, and the data resolution is 10 seconds.
29
29
#. Use the request and errors and latency time-series charts at the top to see a distribution of your RED metrics.
30
30
#. Use the bar charts under the request and errors and latency time-series charts to view RED metrics for each indexed span tag.
31
31
#. View the distribution of all indexed span tags. The tag bar charts display either request and error distributions or latency distribution. Use the :guilabel:`Cards display` menu to select the data you want to display in the bars.
0 commit comments