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

Commit c93dcd1

Browse files
Merge pull request #1535 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents 9b28076 + 5b174a5 commit c93dcd1

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

admin/notif-services/servicenow.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,19 @@ Before you set up the integration, choose a ServiceNow issue type from the follo
3535
:width: 100
3636

3737
* - Issue type
38-
- Role needed
38+
- Role required
39+
- ServiceNow endpoint
3940
* - Problem
4041
- ``user_admin``, ``itil``
42+
- ``/api/now/v2/table/problem``
4143
* - Incident
4244
- ``user_admin``, ``itil``
45+
- ``/api/now/v2/table/incident``
4346
* - Event
4447
- None
48+
- ``/api/global/em/jsonv2``
4549

46-
Make note of the role that corresponds to your issue type before proceeding with :ref:`servicenow2`.
50+
Make note of the role and receiving endpoint that corresponds to your issue type before proceeding with :ref:`servicenow2`.
4751

4852
.. note:: The ``user_admin`` role is used to verify that ServiceNow has successfully created a Problem or Incident. The ``itil`` role is used to create Problems and Incidents when alerts are sent.
4953

gdi/opentelemetry/components/mssql-server-receiver.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Microsoft SQL server receiver
99

1010
The Microsoft SQL Server receiver queries and retrieves metrics from Microsoft SQL Server instances. The receiver works by either using the Windows Performance Counters, or by directly connecting to the instance and querying it. The supported pipeline type is ``metrics``. See :ref:`otel-data-processing` for more information.
1111

12-
.. note:: Out-of-the-box dashboards and navigators aren't supported for the Microsoft SQL server receiver yet, but are planned for a future release.
13-
1412
The following applies:
1513

1614
* Windows Performance Counters are only available when running on Windows.
@@ -94,6 +92,15 @@ The following are Windows-specific optional options:
9492

9593
* ``computer_name``. The computer name identifies the SQL Server name or IP address of the computer being monitored. If specified, ``instance_name`` is also required. This option is ignored in non-Windows environments.
9694

95+
.. _mssql-server-receiver-ootb:
96+
97+
Enable built-in content
98+
====================================
99+
100+
Splunk Observability Cloud provides built-in dashboards with charts that give you immediate visibility into the technologies and services being used in your environment. Learn more at :ref:`collector-builtin-dashboard`.
101+
102+
For the MS SQL Server receiver out-of-the-box content to work properly, you need to explicitly enable and disable specific metrics in your configuration file. See the configuration that enables built-in content at :new-page:`SQL Server discovery yaml <https://github.com/signalfx/splunk-otel-collector/blob/main/internal/confmapprovider/discovery/bundle/bundle.d/receivers/sqlserver.discovery.yaml>` in GitHub.
103+
97104
.. _mssql-server-receiver-settings:
98105

99106
Settings

0 commit comments

Comments
 (0)