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

Commit ecbc915

Browse files
authored
Merge pull request #1351 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents 122f90f + 53be3a1 commit ecbc915

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

_static/jsonpull-splunk.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ $(document).ready(function () {
88
});
99

1010
$('.instrumentation').each(function () {
11+
$(this).addClass('dynamic-yaml');
1112
let url = $(this).attr('url');
1213
let renamingDict = JSON.parse($(this).attr('data-renaming') || '{}');
1314
let section = $(this).attr('section') || 'instrumentation';
@@ -237,6 +238,7 @@ $(document).ready(function () {
237238
});
238239

239240
$('.metrics-config').each(function () {
241+
$(this).addClass('dynamic-yaml');
240242
if ($(this).data('processed')) {
241243
return;
242244
}
@@ -612,7 +614,7 @@ $(document).ready(function () {
612614
}
613615

614616
$('.metrics-component').each(function () {
615-
617+
$(this).addClass('dynamic-yaml');
616618
let url = $(this).attr('url');
617619
console.log(url);
618620
let metricsYamlObject = $(this);
@@ -647,7 +649,7 @@ $(document).ready(function () {
647649
});
648650

649651
$('.metrics-standard').each(function () {
650-
652+
$(this).addClass('dynamic-yaml');
651653
let url = $(this).attr('url');
652654
let metricsYamlObject = $(this);
653655

@@ -683,7 +685,7 @@ $(document).ready(function () {
683685
});
684686

685687
$('.metrics-yaml').each(function () {
686-
688+
$(this).addClass('dynamic-yaml');
687689
let url = $(this).attr('url');
688690
let metricsYamlObject = $(this);
689691
let category = $(this).attr('category');

admin/authentication/authentication-tokens/org-tokens.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ To create an access token:
121121
- :code:`https://api.<REALM>.signalfx.com`
122122
- :code:`wss://stream.<REALM>.signalfx.com`
123123

124+
When you create an access token with API authentication scope, select at least one Splunk Observability Cloud role to associate with the token. You can select from ``power``, ``usage``, or ``read_only``. To learn more about Splunk Observability Cloud roles, see :ref:`roles-and-capabilities`.
125+
124126
For information about these endpoints, see :new-page:`Summary of Splunk Observability Cloud API Endpoints <https://dev.splunk.com/observability/docs/apibasics/api_list/>`.
125127

126128
#. Edit the visibility permissions:

gdi/get-data-in/application/otel-dotnet/sfx/troubleshooting/common-dotnet-troubleshooting.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Troubleshoot .NET instrumentation for Splunk Observability Cloud
1212

1313
.. meta::
1414
:description: If your instrumented .NET application is not sending data to Splunk Observability Cloud, or data is missing, follow these steps to identify and resolve the issue.
15+
:robots: noindex
1516

1617
When you instrument a .NET application using the SignalFx Instrumentation for .NET and you don't see your data in Splunk Observability Cloud, follow these troubleshooting steps.
1718

gdi/monitors-hosts/host-processlist.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ configuration:
4242
type: processlist
4343
... # Additional config
4444
45-
Next, add the monitor to the ``service.pipelines.metrics.receivers``
45+
Next, add the monitor to the ``service.pipelines.logs.receivers``
4646
section of your configuration file. The following example shows how to
4747
configure the ``logs`` pipeline using the required ``signalfx``
4848
exporter:

0 commit comments

Comments
 (0)