File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
docs/send-data/opentelemetry-collector Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
314315sudo systemctl stop otelcol-sumo
315316sudo 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
323325net stop otelcol-sumo
324326Remove-Item "C:\P rogramData\S umo Logic\O penTelemetry Collector\d ata\c redentials\* " -Force
@@ -328,8 +330,13 @@ net start otelcol-sumo
328330</TabItem>
329331
330332<TabItem value="macOS">
333+
331334` ` ` bash
332335sudo launchctl unload /Library/LaunchDaemons/com.sumologic.otelcol-sumo.plist
333336sudo rm /var/lib/otelcol-sumo/credentials/*
334337sudo launchctl load /Library/LaunchDaemons/com.sumologic.otelcol-sumo.plist
335- ` ` `
338+ ` ` `
339+
340+ </TabItem>
341+
342+ </Tabs>
You can’t perform that action at this time.
0 commit comments