Skip to content

Commit 8f872f8

Browse files
committed
Updated uninstall command to use script
1 parent 42e1d55 commit 8f872f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/en/ninja-workshops/1-automatic-discovery/1-petclinic-monolith/1-otel-collector.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ If you have completed the Splunk IM workshop, please ensure you have deleted the
1818
helm delete splunk-otel-collector
1919
```
2020

21-
Also, you will need to remove a previous version of the Splunk OpenTelemetry Collector (v0.92.0) installed on the host. This can be done by running the following command:
21+
The EC2 instance may already have an older version of the collector already installed. To uninstall the collector, run the following commands:
2222

2323
``` bash
24-
sudo apt remove splunk-otel-collector
24+
curl -sSL https://dl.signalfx.com/splunk-otel-collector.sh > /tmp/splunk-otel-collector.sh
25+
sudo sh /tmp/splunk-otel-collector.sh --uninstall
2526
```
2627

2728
{{% /notice %}}

0 commit comments

Comments
 (0)