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

Commit 41b3d7c

Browse files
Notes
1 parent 1428f42 commit 41b3d7c

File tree

8 files changed

+18
-8
lines changed

8 files changed

+18
-8
lines changed

gdi/monitors-databases/exec-input.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Exec Input (deprecated)
1010

1111
The Exec Input monitor is now deprecated and will reach of End of Support on February 3, 2025. During this period only critical security and bug fixes are provided. When End of Support is reached, the monitor will be removed and no longer be supported, and you won't be able to use it to send data to Splunk Observability Cloud.
1212

13-
To monitor your system with Telegraf Exec you can use native OpenTelemetry instead. See :ref:`telegraf-generic` to learn how.
13+
To collect exec file data use the OpenTelemetry Collector and the :new-page:`Telegraf Exec Input plugin <https://github.com/influxdata/telegraf/tree/master/plugins/inputs/exec>`. See how in :ref:`telegraf-generic`.
1414

1515
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the Exec Input monitor type, an embedded form of the Telegraf Exec plugin, to receive metrics or logs from exec files.
1616

gdi/monitors-databases/logparser.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Logparser
77

88
:description: Use this Splunk Observability Cloud integration for the telegraf/logparser plugin monitor. See benefits, install, configuration, and metrics.
99

10+
.. caution:: Smart Agent monitors are being deprecated. To tail log files use the OpenTelemetry Collector and the :new-page:`Telegraf Tail Input plugin <https://github.com/influxdata/telegraf/blob/master/plugins/inputs/tail/README.md>`. See how in :ref:`telegraf-generic`.
11+
1012
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the ``telegraf/logparser`` monitor type to tail log files.
1113

1214
This integration is based on the Telegraf logparser plugin, and all

gdi/monitors-databases/sql.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SQL
66
.. meta::
77
:description: Use this Splunk Observability Cloud integration for the SQL monitor. See benefits, install, configuration, and metrics
88

9-
.. note:: If you're using the Splunk Distribution of the OpenTelemetry Collector and want to collect SQL metrics, use the native OTel :ref:`sqlquery-receiver` component.
9+
.. caution:: Smart Agent monitors are being deprecated. To collect SQL metrics use the native OpenTelemetry :ref:`sqlquery-receiver` component.
1010

1111
The SQL monitor gathers database usage metrics from SQL queries on your databases. It's available for Kubernetes, Windows, and Linux.
1212

gdi/monitors-hosts/procstat.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ procstat
66
.. meta::
77
:description: Use this Splunk Observability Cloud integration for the procstat monitor. See benefits, install, configuration, and metrics
88

9-
The Splunk Distribution of OpenTelemetry Collector uses the Smart Agent receiver with the
9+
.. caution:: Smart Agent monitors are being deprecated. To collect metrics about processes use the OpenTelemetry Collector and the :new-page:`Telegraf Procstat Input plugin <https://github.com/influxdata/telegraf/tree/master/plugins/inputs/procstat>`. See how in :ref:`telegraf-generic`.
10+
11+
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the
1012
``procstat`` monitor type to collect metrics about processes.
1113

1214
This integration is available for Kubernetes, Linux, and Windows.

gdi/monitors-hosts/win-services.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Windows Services
66
.. meta::
77
:description: Use this Splunk Observability Cloud integration for the Telegraf Win_services monitor. See benefits, install, configuration, and metrics
88

9-
The Splunk Distribution of OpenTelemetry Collector uses the Smart Agent receiver with the
9+
.. caution:: Smart Agent monitors are being deprecated. To collect Windows service data use the OpenTelemetry Collector and the :new-page:`Telegraf Windows Services Input plugin <https://github.com/influxdata/telegraf/tree/master/plugins/inputs/win_services>`. See how in :ref:`telegraf-generic`.
10+
11+
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the
1012
``telegraf/win_services`` monitor type to ingest metrics about Windows
1113
services.
1214

gdi/monitors-languages/microsoft-dotnet.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ Microsoft .NET (deprecated)
66
.. meta::
77
:description: Use this Splunk Observability Cloud integration for the .NET (dotnet) apps monitor. See benefits, install, configuration, and metrics
88

9-
.. note:: This integration is deprecated and will be removed in February 2025. To forward data to Splunk Observability Cloud, use the Splunk Distribution of OpenTelemetry .NET. For a full list of collected metrics, refer to :ref:`dotnet-otel-metrics-attributes`.
9+
.. caution::
10+
11+
This integration is deprecated and will be removed in February 2025. To forward data to Splunk Observability Cloud, use the Splunk Distribution of OpenTelemetry .NET. For a full list of collected metrics, refer to :ref:`dotnet-otel-metrics-attributes`.
1012

11-
The Splunk Distribution of OpenTelemetry Collector uses the Smart Agent receiver with the
13+
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the
1214
``dotnet`` monitor type to report metrics for .NET applications.
1315

1416
This integration is only available on Windows.

gdi/monitors-network/dns.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DNS Query Input
88

99
.. caution:: Smart Agent monitors are being deprecated. To collect DNS data use the OpenTelemetry Collector and the :new-page:`Telegraf DNS Query Input plugin <https://github.com/influxdata/telegraf/tree/master/plugins/inputs/dns_query>`. See how in :ref:`telegraf-generic`.
1010

11-
You can use the Splunk Distribution of OpenTelemetry Collector's Smart Agent receiver with the DNS Query Input monitor type (an embedded form of the Telegraf DNS Query plugin) to collect DNS data.
11+
You can use the Splunk Distribution of the OpenTelemetry Collector's Smart Agent receiver with the DNS Query Input monitor type (an embedded form of the Telegraf DNS Query plugin) to collect DNS data.
1212

1313
Benefits
1414
--------

gdi/monitors-network/snmp.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ SNMP agent
66
.. meta::
77
:description: Use this Splunk Observability Cloud integration for the SNMP agent monitor. See benefits, install, configuration, and metrics
88

9-
The Splunk Distribution of OpenTelemetry Collector uses the Smart Agent receiver with the
9+
.. caution:: Smart Agent monitors are being deprecated. To collect data from SNMP agents use the OpenTelemetry Collector and the :new-page:`Telegraf SNMP Input plugin <https://github.com/influxdata/telegraf/tree/master/plugins/inputs/snmp>`. See how in :ref:`telegraf-generic`.
10+
11+
The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the
1012
``snmp`` monitor type to collect metrics from SNMP agents.
1113

1214
This integration is available for Kubernetes, Windows, and Linux.

0 commit comments

Comments
 (0)