From 6468f71066098966c010682b1353c70813c91102 Mon Sep 17 00:00:00 2001 From: jcheng-splunk Date: Fri, 30 Jun 2023 12:32:48 -0400 Subject: [PATCH 1/3] EOS notice --- README.md | 6 ++++++ docs/smartagent-deprecation-notice.md | 14 ++++---------- scripts/create-github-release.sh | 4 +++- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a377b97ffe..90cbacf317 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ >ℹ️  SignalFx was acquired by Splunk in October 2019. See [Splunk SignalFx](https://www.splunk.com/en_us/investor-relations/acquisitions/signalfx.html) for more information. +> # :warning: End of Support (EOS) Notice +> **The SignalFx Smart Agent has reached End of Support.** +> +> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). + # SignalFx Smart Agent [![GoDoc](https://godoc.org/github.com/signalfx/signalfx-agent?status.svg)](https://godoc.org/github.com/signalfx/signalfx-agent) diff --git a/docs/smartagent-deprecation-notice.md b/docs/smartagent-deprecation-notice.md index 495925a09c..bea66a916e 100644 --- a/docs/smartagent-deprecation-notice.md +++ b/docs/smartagent-deprecation-notice.md @@ -1,11 +1,5 @@ -> # :warning: Deprecation Notice for SignalFx Smart Agent -> **The SignalFx Smart Agent is deprecated and will reach End of Support on June 30th, 2023. After that date, this repository will be archived and no longer receive updates. Until then, only critical security fixes and bug fixes will be provided.** +> # :warning: End of Support (EOS) Notice +> **The SignalFx Smart Agent has reached End of Support.** > ->Going forward, you should use the [Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/observability/gdi/opentelemetry/resources.html), which fully supports the OpenTelemetry standard and includes customizations for: ->* Splunk products ->* Fluentd for log capture ->* Tools to support migration from SignalFx products - -> Please see [this](https://docs.splunk.com/observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html#nav-Migrating-from-SignalFx-Smart-Agent-to-Splunk-Distribution-of-OpenTelemetry-Collector) documentation for details to assist with moving to the Splunk Distribution of OpenTelemetry Collector. - ->Note that the date affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. +> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). diff --git a/scripts/create-github-release.sh b/scripts/create-github-release.sh index 2c17446ccd..852dba7164 100755 --- a/scripts/create-github-release.sh +++ b/scripts/create-github-release.sh @@ -9,7 +9,9 @@ image="quay.io/signalfx/signalfx-agent:${tag#v}" tmpfile=$(mktemp) cat < $tmpfile -⚠️The SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](https://github.com/signalfx/signalfx-agent/blob/main/docs/smartagent-deprecation-notice.md) ⚠️ +⚠️The SignalFx Smart Agent has reached End Of Support ⚠️ +> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). $(git tag -l --format='%(contents:body)' $tag) From 4afa7e2da70358f764ab23808f6751d2fbc63709 Mon Sep 17 00:00:00 2001 From: jcheng-splunk Date: Fri, 30 Jun 2023 12:53:38 -0400 Subject: [PATCH 2/3] replace deprecation notice with eos notice --- README.md | 5 +++-- docs/agent-install-awsecs.md | 9 ++++++++- docs/agent-install-config-mgmt.md | 9 ++++++++- docs/agent-install-packages.md | 9 ++++++++- docs/agent-install-standalone-linux.md | 9 ++++++++- docs/agent-install-standalone-windows.md | 9 ++++++++- docs/agent-k8s-install-helm.md | 9 ++++++++- docs/agent-k8s-install-kubectl.md | 9 ++++++++- docs/quick-install.md | 9 ++++++++- docs/smartagent-deprecation-notice.md | 3 +++ scripts/create-github-release.sh | 4 ++++ 11 files changed, 74 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 90cbacf317..ff5c2681ac 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,16 @@ > **The SignalFx Smart Agent has reached End of Support.** > > The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> > To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). +> +> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. # SignalFx Smart Agent [![GoDoc](https://godoc.org/github.com/signalfx/signalfx-agent?status.svg)](https://godoc.org/github.com/signalfx/signalfx-agent) [![CircleCI](https://circleci.com/gh/signalfx/signalfx-agent.svg?style=shield)](https://circleci.com/gh/signalfx/signalfx-agent) -:warning: **SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./docs/smartagent-deprecation-notice.md)** :warning: - The SignalFx Smart Agent is a metric agent written in Go for monitoring infrastructure and application services in a variety of different environments. It is meant as a successor to our previous [collectd diff --git a/docs/agent-install-awsecs.md b/docs/agent-install-awsecs.md index 77b4645d8f..c24210cbe0 100644 --- a/docs/agent-install-awsecs.md +++ b/docs/agent-install-awsecs.md @@ -1,6 +1,13 @@ # Install to AWS ECS -:warning: **SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./smartagent-deprecation-notice.md)** :warning: +> # :warning: End of Support (EOS) Notice +> **The SignalFx Smart Agent has reached End of Support.** +> +> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> +> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). +> +> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. Deploy the SignalFx Smart Agent to an AWS ECS instance using a SignalFx configuration script, and run the Smart Agent as a Daemon service in an diff --git a/docs/agent-install-config-mgmt.md b/docs/agent-install-config-mgmt.md index 50836352f0..e3c78262ef 100644 --- a/docs/agent-install-config-mgmt.md +++ b/docs/agent-install-config-mgmt.md @@ -1,6 +1,13 @@ # Install using configuration management -:warning: **SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./smartagent-deprecation-notice.md)** :warning: +> # :warning: End of Support (EOS) Notice +> **The SignalFx Smart Agent has reached End of Support.** +> +> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> +> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). +> +> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. Install the SignalFx Smart Agent using one of the following configuration management packages: diff --git a/docs/agent-install-packages.md b/docs/agent-install-packages.md index 2891aa6db0..1d01252981 100644 --- a/docs/agent-install-packages.md +++ b/docs/agent-install-packages.md @@ -1,6 +1,13 @@ # Install using *nix packages -:warning: **SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./smartagent-deprecation-notice.md)** :warning: +> # :warning: End of Support (EOS) Notice +> **The SignalFx Smart Agent has reached End of Support.** +> +> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> +> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). +> +> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. Install the SignalFx Smart Agent using either a Debian or RPM package, and then verify that the SignalFx Smart Agent is working. diff --git a/docs/agent-install-standalone-linux.md b/docs/agent-install-standalone-linux.md index b87b20dc08..fc3a356981 100644 --- a/docs/agent-install-standalone-linux.md +++ b/docs/agent-install-standalone-linux.md @@ -1,6 +1,13 @@ # Install to Linux using a tar.gz File -:warning: **SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./smartagent-deprecation-notice.md)** :warning: +> # :warning: End of Support (EOS) Notice +> **The SignalFx Smart Agent has reached End of Support.** +> +> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> +> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). +> +> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. Install the Smart Agent to Linux host using a compressed `tar` file. diff --git a/docs/agent-install-standalone-windows.md b/docs/agent-install-standalone-windows.md index 434f159878..36b03e14da 100644 --- a/docs/agent-install-standalone-windows.md +++ b/docs/agent-install-standalone-windows.md @@ -1,6 +1,13 @@ # Install to Windows using a ZIP file -:warning: **SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./smartagent-deprecation-notice.md)** :warning: +> # :warning: End of Support (EOS) Notice +> **The SignalFx Smart Agent has reached End of Support.** +> +> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> +> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). +> +> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. Install the SignalFx Smart Agent to a Windows host using a standalone package in a ZIP file. diff --git a/docs/agent-k8s-install-helm.md b/docs/agent-k8s-install-helm.md index 1a22010ad4..5a1f76f77e 100644 --- a/docs/agent-k8s-install-helm.md +++ b/docs/agent-k8s-install-helm.md @@ -1,6 +1,13 @@ # Install Using Helm -:warning: **SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./smartagent-deprecation-notice.md)** :warning: +> # :warning: End of Support (EOS) Notice +> **The SignalFx Smart Agent has reached End of Support.** +> +> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> +> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). +> +> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. Use the Helm package manager to install the Smart Agent to Kubernetes environments. diff --git a/docs/agent-k8s-install-kubectl.md b/docs/agent-k8s-install-kubectl.md index 279c328379..1cd71a53bb 100644 --- a/docs/agent-k8s-install-kubectl.md +++ b/docs/agent-k8s-install-kubectl.md @@ -1,6 +1,13 @@ # Install using kubectl -:warning: **SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./smartagent-deprecation-notice.md)** :warning: +> # :warning: End of Support (EOS) Notice +> **The SignalFx Smart Agent has reached End of Support.** +> +> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> +> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). +> +> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. Use kubectl to install the Smart Agent to Kubernetes environments. diff --git a/docs/quick-install.md b/docs/quick-install.md index 00569b20ea..9131af0fbc 100644 --- a/docs/quick-install.md +++ b/docs/quick-install.md @@ -1,7 +1,14 @@ # Quick Install -SignalFx Smart Agent is deprecated. For details, see the [Deprecation Notice](./smartagent-deprecation-notice.md). +> # :warning: End of Support (EOS) Notice +> **The SignalFx Smart Agent has reached End of Support.** +> +> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> +> To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). +> +> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. SignalFx Smart Agent Integration installs the Smart Agent application on a single host machine from which you want to collect monitoring data. Smart Agent collects infrastructure monitoring, µAPM, and Kubernetes data. diff --git a/docs/smartagent-deprecation-notice.md b/docs/smartagent-deprecation-notice.md index bea66a916e..14179110fb 100644 --- a/docs/smartagent-deprecation-notice.md +++ b/docs/smartagent-deprecation-notice.md @@ -2,4 +2,7 @@ > **The SignalFx Smart Agent has reached End of Support.** > > The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> > To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). +> +> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. diff --git a/scripts/create-github-release.sh b/scripts/create-github-release.sh index 852dba7164..e1292505de 100755 --- a/scripts/create-github-release.sh +++ b/scripts/create-github-release.sh @@ -10,8 +10,12 @@ image="quay.io/signalfx/signalfx-agent:${tag#v}" tmpfile=$(mktemp) cat < $tmpfile ⚠️The SignalFx Smart Agent has reached End Of Support ⚠️ + > The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> > To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). +> +> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. $(git tag -l --format='%(contents:body)' $tag) From 131708b3cd508a4598bef0fb2d77b87be6684dd4 Mon Sep 17 00:00:00 2001 From: jcheng-splunk Date: Fri, 30 Jun 2023 13:15:47 -0400 Subject: [PATCH 3/3] suggested changes --- README.md | 7 +++---- docs/agent-install-awsecs.md | 6 ++---- docs/agent-install-config-mgmt.md | 6 ++---- docs/agent-install-packages.md | 6 ++---- docs/agent-install-standalone-linux.md | 6 ++---- docs/agent-install-standalone-windows.md | 6 ++---- docs/agent-k8s-install-helm.md | 6 ++---- docs/agent-k8s-install-kubectl.md | 6 ++---- docs/quick-install.md | 6 ++---- docs/smartagent-deprecation-notice.md | 6 ++---- scripts/create-github-release.sh | 4 +--- 11 files changed, 22 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index ff5c2681ac..8de02e30c4 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ >ℹ️  SignalFx was acquired by Splunk in October 2019. See [Splunk SignalFx](https://www.splunk.com/en_us/investor-relations/acquisitions/signalfx.html) for more information. -> # :warning: End of Support (EOS) Notice +> # :warning: End of Support (EoS) Notice > **The SignalFx Smart Agent has reached End of Support.** > -> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> The [Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/opentelemetry.html) is the successor. Smart Agent monitors are available and supported through the [Smart Agent receiver](https://docs.splunk.com/Observability/gdi/opentelemetry/components/smartagent-receiver.html) in the Splunk Distribution of OpenTelemetry Collector. > > To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). -> -> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. + # SignalFx Smart Agent diff --git a/docs/agent-install-awsecs.md b/docs/agent-install-awsecs.md index c24210cbe0..2d71139a75 100644 --- a/docs/agent-install-awsecs.md +++ b/docs/agent-install-awsecs.md @@ -1,13 +1,11 @@ # Install to AWS ECS -> # :warning: End of Support (EOS) Notice +> # :warning: End of Support (EoS) Notice > **The SignalFx Smart Agent has reached End of Support.** > -> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> The [Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/opentelemetry.html) is the successor. Smart Agent monitors are available and supported through the [Smart Agent receiver](https://docs.splunk.com/Observability/gdi/opentelemetry/components/smartagent-receiver.html) in the Splunk Distribution of OpenTelemetry Collector. > > To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). -> -> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. Deploy the SignalFx Smart Agent to an AWS ECS instance using a SignalFx configuration script, and run the Smart Agent as a Daemon service in an diff --git a/docs/agent-install-config-mgmt.md b/docs/agent-install-config-mgmt.md index e3c78262ef..40635e3147 100644 --- a/docs/agent-install-config-mgmt.md +++ b/docs/agent-install-config-mgmt.md @@ -1,13 +1,11 @@ # Install using configuration management -> # :warning: End of Support (EOS) Notice +> # :warning: End of Support (EoS) Notice > **The SignalFx Smart Agent has reached End of Support.** > -> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> The [Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/opentelemetry.html) is the successor. Smart Agent monitors are available and supported through the [Smart Agent receiver](https://docs.splunk.com/Observability/gdi/opentelemetry/components/smartagent-receiver.html) in the Splunk Distribution of OpenTelemetry Collector. > > To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). -> -> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. Install the SignalFx Smart Agent using one of the following configuration management packages: diff --git a/docs/agent-install-packages.md b/docs/agent-install-packages.md index 1d01252981..27e9f9e3b8 100644 --- a/docs/agent-install-packages.md +++ b/docs/agent-install-packages.md @@ -1,13 +1,11 @@ # Install using *nix packages -> # :warning: End of Support (EOS) Notice +> # :warning: End of Support (EoS) Notice > **The SignalFx Smart Agent has reached End of Support.** > -> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> The [Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/opentelemetry.html) is the successor. Smart Agent monitors are available and supported through the [Smart Agent receiver](https://docs.splunk.com/Observability/gdi/opentelemetry/components/smartagent-receiver.html) in the Splunk Distribution of OpenTelemetry Collector. > > To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). -> -> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. Install the SignalFx Smart Agent using either a Debian or RPM package, and then verify that the SignalFx Smart Agent is working. diff --git a/docs/agent-install-standalone-linux.md b/docs/agent-install-standalone-linux.md index fc3a356981..8d7693ab4a 100644 --- a/docs/agent-install-standalone-linux.md +++ b/docs/agent-install-standalone-linux.md @@ -1,13 +1,11 @@ # Install to Linux using a tar.gz File -> # :warning: End of Support (EOS) Notice +> # :warning: End of Support (EoS) Notice > **The SignalFx Smart Agent has reached End of Support.** > -> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> The [Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/opentelemetry.html) is the successor. Smart Agent monitors are available and supported through the [Smart Agent receiver](https://docs.splunk.com/Observability/gdi/opentelemetry/components/smartagent-receiver.html) in the Splunk Distribution of OpenTelemetry Collector. > > To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). -> -> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. Install the Smart Agent to Linux host using a compressed `tar` file. diff --git a/docs/agent-install-standalone-windows.md b/docs/agent-install-standalone-windows.md index 36b03e14da..cbe601b647 100644 --- a/docs/agent-install-standalone-windows.md +++ b/docs/agent-install-standalone-windows.md @@ -1,13 +1,11 @@ # Install to Windows using a ZIP file -> # :warning: End of Support (EOS) Notice +> # :warning: End of Support (EoS) Notice > **The SignalFx Smart Agent has reached End of Support.** > -> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> The [Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/opentelemetry.html) is the successor. Smart Agent monitors are available and supported through the [Smart Agent receiver](https://docs.splunk.com/Observability/gdi/opentelemetry/components/smartagent-receiver.html) in the Splunk Distribution of OpenTelemetry Collector. > > To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). -> -> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. Install the SignalFx Smart Agent to a Windows host using a standalone package in a ZIP file. diff --git a/docs/agent-k8s-install-helm.md b/docs/agent-k8s-install-helm.md index 5a1f76f77e..054db4c17c 100644 --- a/docs/agent-k8s-install-helm.md +++ b/docs/agent-k8s-install-helm.md @@ -1,13 +1,11 @@ # Install Using Helm -> # :warning: End of Support (EOS) Notice +> # :warning: End of Support (EoS) Notice > **The SignalFx Smart Agent has reached End of Support.** > -> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> The [Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/opentelemetry.html) is the successor. Smart Agent monitors are available and supported through the [Smart Agent receiver](https://docs.splunk.com/Observability/gdi/opentelemetry/components/smartagent-receiver.html) in the Splunk Distribution of OpenTelemetry Collector. > > To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). -> -> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. Use the Helm package manager to install the Smart Agent to Kubernetes environments. diff --git a/docs/agent-k8s-install-kubectl.md b/docs/agent-k8s-install-kubectl.md index 1cd71a53bb..fb02766fee 100644 --- a/docs/agent-k8s-install-kubectl.md +++ b/docs/agent-k8s-install-kubectl.md @@ -1,13 +1,11 @@ # Install using kubectl -> # :warning: End of Support (EOS) Notice +> # :warning: End of Support (EoS) Notice > **The SignalFx Smart Agent has reached End of Support.** > -> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> The [Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/opentelemetry.html) is the successor. Smart Agent monitors are available and supported through the [Smart Agent receiver](https://docs.splunk.com/Observability/gdi/opentelemetry/components/smartagent-receiver.html) in the Splunk Distribution of OpenTelemetry Collector. > > To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). -> -> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. Use kubectl to install the Smart Agent to Kubernetes environments. diff --git a/docs/quick-install.md b/docs/quick-install.md index 9131af0fbc..a679cc90b2 100644 --- a/docs/quick-install.md +++ b/docs/quick-install.md @@ -1,14 +1,12 @@ # Quick Install -> # :warning: End of Support (EOS) Notice +> # :warning: End of Support (EoS) Notice > **The SignalFx Smart Agent has reached End of Support.** > -> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> The [Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/opentelemetry.html) is the successor. Smart Agent monitors are available and supported through the [Smart Agent receiver](https://docs.splunk.com/Observability/gdi/opentelemetry/components/smartagent-receiver.html) in the Splunk Distribution of OpenTelemetry Collector. > > To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). -> -> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. SignalFx Smart Agent Integration installs the Smart Agent application on a single host machine from which you want to collect monitoring data. Smart Agent collects infrastructure monitoring, µAPM, and Kubernetes data. diff --git a/docs/smartagent-deprecation-notice.md b/docs/smartagent-deprecation-notice.md index 14179110fb..01e22194f2 100644 --- a/docs/smartagent-deprecation-notice.md +++ b/docs/smartagent-deprecation-notice.md @@ -1,8 +1,6 @@ -> # :warning: End of Support (EOS) Notice +> # :warning: End of Support (EoS) Notice > **The SignalFx Smart Agent has reached End of Support.** > -> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> The [Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/opentelemetry.html) is the successor. Smart Agent monitors are available and supported through the [Smart Agent receiver](https://docs.splunk.com/Observability/gdi/opentelemetry/components/smartagent-receiver.html) in the Splunk Distribution of OpenTelemetry Collector. > > To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). -> -> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. diff --git a/scripts/create-github-release.sh b/scripts/create-github-release.sh index e1292505de..d4a975963a 100755 --- a/scripts/create-github-release.sh +++ b/scripts/create-github-release.sh @@ -11,11 +11,9 @@ tmpfile=$(mktemp) cat < $tmpfile ⚠️The SignalFx Smart Agent has reached End Of Support ⚠️ -> The [Splunk Distribution of OpenTelemetry Collector](https://github.com/signalfx/splunk-otel-collector) is the successor. +> The [Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/opentelemetry.html) is the successor. Smart Agent monitors are available and supported through the [Smart Agent receiver](https://docs.splunk.com/Observability/gdi/opentelemetry/components/smartagent-receiver.html) in the Splunk Distribution of OpenTelemetry Collector. > > To learn how to migrate, see [Migrate from SignalFx Smart Agent to the Splunk Distribution of OpenTelemetry Collector](https://docs.splunk.com/Observability/gdi/opentelemetry/smart-agent-migration-to-otel-collector.html). -> -> Note that this affects the standalone agent; the Smart Agent monitors will be available and supported with the [Smart Agent receiver](https://github.com/signalfx/splunk-otel-collector/blob/main/pkg/receiver/smartagentreceiver/README.md) in the Splunk Distribution of OpenTelemetry Collector. $(git tag -l --format='%(contents:body)' $tag)