Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
move to splunk docs links (#2640)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Jan 3, 2023
1 parent 2c66585 commit 65e746d
Show file tree
Hide file tree
Showing 140 changed files with 213 additions and 213 deletions.
2 changes: 1 addition & 1 deletion deployments/fargate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ to know about these port via the autodiscovery process.

The label `agent.signalfx.com.monitorType.<port>: "<monitor type>"` specifies
the [monitor
type](https://docs.signalfx.com/en/latest/integrations/agent/monitor-config.html#monitor-list)
type](https://github.com/signalfx/signalfx-agent/blob/main/docs/monitor-config.md#monitor-list)
to use to monitor this endpoint. You can specify other config for that monitor
using labels similar to the `"agent.signalfx.com.config.6379.intervalSeconds":
"1"` one shown in the example above. The format is
Expand Down
2 changes: 1 addition & 1 deletion deployments/k8s/helm/signalfx-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This chart will deploy the SignalFx agent as a DaemonSet to all nodes in your
cluster. It is designed to be run in only one release at a time.

See [the agent
docs](https://docs.signalfx.com/en/latest/integrations/kubernetes-quickstart.html)
docs](https://docs.splunk.com/observability/infrastructure/monitor/k8s.html)
for more information on how the agent works. The installation steps will be
different since you are using Helm but the agent otherwise behaves identically.

Expand Down
8 changes: 4 additions & 4 deletions docs/agent-install-awsecs.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Edit the signalfx-agent-task.json file and make these replacements:
| `MY_ACCESS_TOKEN` | Your SignalFx access token. See [Prerequisites](#prerequisites). |
| `MY_INGEST_URL` | `https://ingest.<REALM>.signalfx.com`. Replace `<REALM>` with your realm. See [Prerequisites](#prerequisites) |
| `MY_API_URL` | `https://api.<REALM>.signalfx.com`. Replace `<REALM>` with your realm. See [Prerequisites](#prerequisites) |
| `MY_TRACE_ENDPOINT_URL` | `null`. The Smart Agent only uses the property for Microservices APM. To learn more about the Smart Agent and Microservice APM, see [Deploy a SignalFx Smart Agent for µAPM](https://docs.signalfx.com/en/latest/apm/apm-getting-started/apm-smart-agent.html). |
| `MY_TRACE_ENDPOINT_URL` | `null`. The Smart Agent only uses the property for Microservices APM. To learn more about the Smart Agent and Microservice APM, see [Deploy a SignalFx Smart Agent for µAPM](https://docs.splunk.com/Observability/gdi/smart-agent/smart-agent-resources.html). |

### Edit additional options

Expand Down Expand Up @@ -108,7 +108,7 @@ To create this service in the ECS web admin console:

The charts display metrics from the infrastructure for that node.

To learn more, see [Built-In Dashboards and Charts](https://docs.signalfx.com/en/latest/getting-started/built-in-content/built-in-dashboards.html).
To learn more, see [Built-In Dashboards and Charts](https://docs.splunk.com/Observability/data-visualization/dashboards/built-in-dashboards.html).

* For Kubernetes monitoring, perform these steps:
1. In SignalFx, from the main menu select **Infrastructure** > **Kubernetes Navigator** > **Cluster map**.
Expand All @@ -117,10 +117,10 @@ To create this service in the ECS web admin console:

The detail pane on the right hand side of the page displays details of that cluster and nodes.

To learn more, see [Getting Around the Kubernetes Navigator](https://docs.signalfx.com/en/latest/integrations/kubernetes/get-around-k8s-navigator.html).
To learn more, see [Getting Around the Kubernetes Navigator](https://docs.splunk.com/Observability/infrastructure/monitor/k8s.html).

* For APM monitoring, learn how to install, configure, and verify the Smart Agent for Microservices APM (**µAPM**). See
[Get started with SignalFx µAPM](https://docs.signalfx.com/en/latest/apm/apm-getting-started/apm-index.html).
[Get started with SignalFx µAPM](https://docs.splunk.com/Observability/apm/intro-to-apm.html#nav-Introduction-to-Splunk-APM).

### Uninstall the Smart Agent

Expand Down
8 changes: 4 additions & 4 deletions docs/agent-install-config-mgmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To install the role from GitHub:
The Smart Agent Ansible role uses the following variables:

* `sfx_agent_config`: A mapping that Ansible converts to the Smart Agent configuration YAML file.
See [Agent Configuration](https://docs.signalfx.com/en/latest/integrations/agent/config-schema.html)
See [Agent Configuration](https://docs.splunk.com/Observability/gdi/smart-agent/smart-agent-resources.html#configure-the-smart-agent)
for a full list of acceptable options and their default values. In this mapping, replace
`<access_token>` with the access token value you obtained previously, as described in the
section [Prerequisites for all platforms](#prerequisites-for-all-platforms).
Expand Down Expand Up @@ -287,7 +287,7 @@ To verify that your installation and configuration is working:

The charts display metrics from your infrastructure.

To learn more, see [Built-In Dashboards and Charts](https://docs.signalfx.com/en/latest/getting-started/built-in-content/built-in-dashboards.html).
To learn more, see [Built-In Dashboards and Charts](https://docs.splunk.com/Observability/data-visualization/dashboards/built-in-dashboards.html).

* For Kubernetes monitoring, perform these steps:
1. In SignalFx, from the main menu select **Infrastructure** > **Kubernetes Navigator** > **Cluster map**.
Expand All @@ -296,10 +296,10 @@ To verify that your installation and configuration is working:

The detail pane displays details of your cluster and nodes.

To learn more, see [Getting Around the Kubernetes Navigator](https://docs.signalfx.com/en/latest/integrations/kubernetes/get-around-k8s-navigator.html)
To learn more, see [Getting Around the Kubernetes Navigator](https://docs.splunk.com/Observability/infrastructure/monitor/k8s.html)

* For APM monitoring, learn how to install, configure, and verify the Smart Agent for Microservices APM (**µAPM**). See
[Get started with SignalFx µAPM](https://docs.signalfx.com/en/latest/apm/apm-getting-started/apm-index.html).
[Get started with SignalFx µAPM](https://docs.splunk.com/Observability/apm/intro-to-apm.html#nav-Introduction-to-Splunk-APM).


## Install the Smart Agent using a Puppet module
Expand Down
6 changes: 3 additions & 3 deletions docs/agent-install-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ For Debian or RPM, verify that your installation and configuration are working.

The charts display metrics from your infrastructure.

To learn more, see [Built-In Dashboards and Charts](https://docs.signalfx.com/en/latest/getting-started/built-in-content/built-in-dashboards.html).
To learn more, see [Built-In Dashboards and Charts](https://docs.splunk.com/Observability/data-visualization/dashboards/built-in-dashboards.html).

* For Kubernetes monitoring, perform these steps:
1. In SignalFx, from the main menu select **Infrastructure** > **Kubernetes Navigator** > **Cluster map**.
Expand All @@ -125,10 +125,10 @@ For Debian or RPM, verify that your installation and configuration are working.

The detail pane displays details of your cluster and nodes.

To learn more, see [Getting Around the Kubernetes Navigator](https://docs.signalfx.com/en/latest/integrations/kubernetes/get-around-k8s-navigator.html).
To learn more, see [Getting Around the Kubernetes Navigator](https://docs.splunk.com/Observability/infrastructure/monitor/k8s.html).

* For SignalFx Microservice APM monitoring, learn how to install, configure, and verify the SignalFx Smart Agent for Microservices APM (**µAPM**). See
[Get started with SignalFx µAPM](https://docs.signalfx.com/en/latest/apm/apm-getting-started/apm-index.html).
[Get started with SignalFx µAPM](https://docs.splunk.com/Observability/apm/intro-to-apm.html#nav-Introduction-to-Splunk-APM).

### Uninstall the Smart Agent

Expand Down
6 changes: 3 additions & 3 deletions docs/agent-install-standalone-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To verify that your installation and configuration, perform these steps:

The charts display metrics from your infrastructure.

To learn more, see [Built-In Dashboards and Charts](https://docs.signalfx.com/en/latest/getting-started/built-in-content/built-in-dashboards.html).
To learn more, see [Built-In Dashboards and Charts](https://docs.splunk.com/Observability/data-visualization/dashboards/built-in-dashboards.html).

* For Kubernetes monitoring, perform these steps:
1. In SignalFx, from the main menu select **Infrastructure** > **Kubernetes Navigator** > **Cluster map**.
Expand All @@ -104,10 +104,10 @@ To verify that your installation and configuration, perform these steps:

The detail pane displays details of your cluster and nodes.

To learn more, see [Getting Around the Kubernetes Navigator](https://docs.signalfx.com/en/latest/integrations/kubernetes/get-around-k8s-navigator.html).
To learn more, see [Getting Around the Kubernetes Navigator](https://docs.splunk.com/Observability/infrastructure/monitor/k8s.html).

* For APM monitoring, learn how to install, configure, and verify the Smart Agent for Microservices APM (**µAPM**). See
[Get started with SignalFx µAPM](https://docs.signalfx.com/en/latest/apm/apm-getting-started/apm-index.html).
[Get started with SignalFx µAPM](https://docs.splunk.com/Observability/apm/intro-to-apm.html#nav-Introduction-to-Splunk-APM).

### Uninstall the Smart Agent

Expand Down
8 changes: 4 additions & 4 deletions docs/agent-install-standalone-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To start the Smart Agent as a Windows service, run the following command in a co
```

To learn about other Windows service options, see
[Service Configuration](https://docs.signalfx.com/en/latest/integrations/agent/windows.html#service-configuration).
[Service Configuration](https://docs.splunk.com/Observability/gdi/smart-agent/smart-agent-resources.html#install-the-smart-agent).

### Verify the Smart Agent

Expand All @@ -107,7 +107,7 @@ To verify your installation and configuration, perform these steps:

The charts display metrics from your infrastructure.

To learn more, see [Built-In Dashboards and Charts](https://docs.signalfx.com/en/latest/getting-started/built-in-content/built-in-dashboards.html).
To learn more, see [Built-In Dashboards and Charts](https://docs.splunk.com/Observability/data-visualization/dashboards/built-in-dashboards.html).

* For Kubernetes monitoring, perform these steps:
1. In SignalFx, from the main menu select **Infrastructure** > **Kubernetes Navigator** > **Cluster map**.
Expand All @@ -116,10 +116,10 @@ To verify your installation and configuration, perform these steps:

The detail pane on the right hand side of the page displays details of your cluster and nodes.

To learn more, see [Getting Around the Kubernetes Navigator](https://docs.signalfx.com/en/latest/integrations/kubernetes/get-around-k8s-navigator.html)
To learn more, see [Getting Around the Kubernetes Navigator](https://docs.splunk.com/Observability/infrastructure/monitor/k8s.html)

* For APM monitoring, learn how to install, configure, and verify the Smart Agent for Microservices APM (**µAPM**). See
[Get started with SignalFx µAPM](https://docs.signalfx.com/en/latest/apm/apm-getting-started/apm-index.html).
[Get started with SignalFx µAPM](https://docs.splunk.com/Observability/apm/intro-to-apm.html#nav-Introduction-to-Splunk-APM).

### Uninstall the Smart Agent

Expand Down
6 changes: 3 additions & 3 deletions docs/agent-k8s-install-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ To verify that your installation and config is working:

The charts display metrics from the infrastructure for that node.

To learn more, see [Built-In Dashboards and Charts](https://docs.signalfx.com/en/latest/getting-started/built-in-content/built-in-dashboards.html).
To learn more, see [Built-In Dashboards and Charts](https://docs.splunk.com/Observability/data-visualization/dashboards/built-in-dashboards.html).

* For Kubernetes monitoring:
1. In SignalFx UI, from the main menu select **Infrastructure** > **Kubernetes Navigator** > **Cluster map**.
Expand All @@ -115,10 +115,10 @@ To verify that your installation and config is working:

The detail pane on the right hand side of the page displays details of your cluster and nodes.

To learn more, see [Getting Around the Kubernetes Navigator](https://docs.signalfx.com/en/latest/integrations/kubernetes/get-around-k8s-navigator.html).
To learn more, see [Getting Around the Kubernetes Navigator](https://docs.splunk.com/Observability/infrastructure/monitor/k8s.html).

* For APM monitoring, learn how to install, configure, and verify the Smart Agent for Microservices APM (**µAPM**). See
[Get started with SignalFx µAPM](https://docs.signalfx.com/en/latest/apm/apm-getting-started/apm-index.html).
[Get started with SignalFx µAPM](https://docs.splunk.com/Observability/apm/intro-to-apm.html#nav-Introduction-to-Splunk-APM).

### Uninstall the Smart Agent

Expand Down
8 changes: 4 additions & 4 deletions docs/agent-k8s-install-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ On the same host, download the following configuration files from the
- Cluster name: For each of your Kubernetes clusters, replace `MY-CLUSTER` with a unique cluster name.
- Realm: Update the value of `signalFxRealm` with the name of your SignalFx realm.
- To avoid sending docker and cadvisor metrics from some containers,
update the `datapointsToExclude` property. To learn more, see [Filtering](https://docs.signalfx.com/en/latest/integrations/agent/filtering.html#filtering).
update the `datapointsToExclude` property. To learn more, see [Filtering](https://docs.splunk.com/Observability/gdi/smart-agent/smart-agent-resources.html#filtering-data-using-the-smart-agent).
2. In the clusterrolebinding.yaml file, update `MY_AGENT_NAMESPACE` or the service account token reference with the Smart
Agent namespace in which you're deploying the agent.

Expand Down Expand Up @@ -118,7 +118,7 @@ In addition, you can do the following in SignalFx:

The charts display metrics from the infrastructure for that node.

To learn more, see [Built-In Dashboards and Charts](https://docs.signalfx.com/en/latest/getting-started/built-in-content/built-in-dashboards.html).
To learn more, see [Built-In Dashboards and Charts](https://docs.splunk.com/Observability/data-visualization/dashboards/built-in-dashboards.html).

* For Kubernetes monitoring:
1. In SignalFx, from the main menu select **Infrastructure** > **Kubernetes Navigator** > **Cluster map**.
Expand All @@ -127,10 +127,10 @@ In addition, you can do the following in SignalFx:

The detail pane displays details of that cluster and nodes.

To learn more, see [Getting Around the Kubernetes Navigator](https://docs.signalfx.com/en/latest/integrations/kubernetes/get-around-k8s-navigator.html).
To learn more, see [Getting Around the Kubernetes Navigator](https://docs.splunk.com/Observability/infrastructure/monitor/k8s.html).

* For APM monitoring, learn how to install, configure, and verify the Smart Agent for Microservices APM (**µAPM**). See
[Get started with SignalFx µAPM](https://docs.signalfx.com/en/latest/apm/apm-getting-started/apm-index.html).
[Get started with SignalFx µAPM](https://docs.splunk.com/Observability/apm/intro-to-apm.html#nav-Introduction-to-Splunk-APM).

### Uninstall the Smart Agent

Expand Down
Loading

0 comments on commit 65e746d

Please sign in to comment.