Skip to content

Commit 8ad3be9

Browse files
authored
Update troubleshooting instructions for credential clearing
Added commands for clearing credentials on various OS platforms.
1 parent bf695d3 commit 8ad3be9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/send-data/opentelemetry-collector/troubleshooting.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ To apply the new collector name after modifying the configuration:
310310
]}>
311311

312312
<TabItem value="Linux">
313+
313314
```bash
314315
sudo systemctl stop otelcol-sumo
315316
sudo rm /var/lib/otelcol-sumo/credentials/*
@@ -319,6 +320,7 @@ sudo systemctl start otelcol-sumo
319320
</TabItem>
320321

321322
<TabItem value="Windows">
323+
322324
```powershell
323325
net stop otelcol-sumo
324326
Remove-Item "C:\ProgramData\Sumo Logic\OpenTelemetry Collector\data\credentials\*" -Force
@@ -328,8 +330,13 @@ net start otelcol-sumo
328330
</TabItem>
329331

330332
<TabItem value="macOS">
333+
331334
```bash
332335
sudo launchctl unload /Library/LaunchDaemons/com.sumologic.otelcol-sumo.plist
333336
sudo rm /var/lib/otelcol-sumo/credentials/*
334337
sudo launchctl load /Library/LaunchDaemons/com.sumologic.otelcol-sumo.plist
335-
```
338+
```
339+
340+
</TabItem>
341+
342+
</Tabs>

0 commit comments

Comments
 (0)