Skip to content

Commit

Permalink
Merge pull request #1351 from splunk/repo-sync
Browse files Browse the repository at this point in the history
Pulling refs/heads/main into main
  • Loading branch information
theletterf committed May 22, 2024
2 parents 122f90f + 53be3a1 commit ecbc915
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
8 changes: 5 additions & 3 deletions _static/jsonpull-splunk.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $(document).ready(function () {
});

$('.instrumentation').each(function () {
$(this).addClass('dynamic-yaml');
let url = $(this).attr('url');
let renamingDict = JSON.parse($(this).attr('data-renaming') || '{}');
let section = $(this).attr('section') || 'instrumentation';
Expand Down Expand Up @@ -237,6 +238,7 @@ $(document).ready(function () {
});

$('.metrics-config').each(function () {
$(this).addClass('dynamic-yaml');
if ($(this).data('processed')) {
return;
}
Expand Down Expand Up @@ -612,7 +614,7 @@ $(document).ready(function () {
}

$('.metrics-component').each(function () {

$(this).addClass('dynamic-yaml');
let url = $(this).attr('url');
console.log(url);
let metricsYamlObject = $(this);
Expand Down Expand Up @@ -647,7 +649,7 @@ $(document).ready(function () {
});

$('.metrics-standard').each(function () {

$(this).addClass('dynamic-yaml');
let url = $(this).attr('url');
let metricsYamlObject = $(this);

Expand Down Expand Up @@ -683,7 +685,7 @@ $(document).ready(function () {
});

$('.metrics-yaml').each(function () {

$(this).addClass('dynamic-yaml');
let url = $(this).attr('url');
let metricsYamlObject = $(this);
let category = $(this).attr('category');
Expand Down
2 changes: 2 additions & 0 deletions admin/authentication/authentication-tokens/org-tokens.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ To create an access token:
- :code:`https://api.<REALM>.signalfx.com`
- :code:`wss://stream.<REALM>.signalfx.com`

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`.

For information about these endpoints, see :new-page:`Summary of Splunk Observability Cloud API Endpoints <https://dev.splunk.com/observability/docs/apibasics/api_list/>`.

#. Edit the visibility permissions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Troubleshoot .NET instrumentation for Splunk Observability Cloud

.. meta::
: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.
:robots: noindex

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.

Expand Down
2 changes: 1 addition & 1 deletion gdi/monitors-hosts/host-processlist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ configuration:
type: processlist
... # Additional config
Next, add the monitor to the ``service.pipelines.metrics.receivers``
Next, add the monitor to the ``service.pipelines.logs.receivers``
section of your configuration file. The following example shows how to
configure the ``logs`` pipeline using the required ``signalfx``
exporter:
Expand Down

0 comments on commit ecbc915

Please sign in to comment.