Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions admin/notif-services/servicenow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,19 @@ Before you set up the integration, choose a ServiceNow issue type from the follo
:width: 100

* - Issue type
- Role needed
- Role required
- ServiceNow endpoint
* - Problem
- ``user_admin``, ``itil``
- ``/api/now/v2/table/problem``
* - Incident
- ``user_admin``, ``itil``
- ``/api/now/v2/table/incident``
* - Event
- None
- ``/api/global/em/jsonv2``

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

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

Expand Down
11 changes: 9 additions & 2 deletions gdi/opentelemetry/components/mssql-server-receiver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Microsoft SQL server receiver

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.

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

The following applies:

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

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

.. _mssql-server-receiver-ootb:

Enable built-in content
====================================

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

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.

.. _mssql-server-receiver-settings:

Settings
Expand Down
Loading