Skip to content

Commit

Permalink
fix(docs): Replace hard tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Aug 27, 2021
1 parent c69f25b commit b133d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/KnownIssues.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ the collector will fail to start on next run.
The error message is similar to the below:

```console
2021-08-24T10:52:38.639Z error sumologicextension@v0.31.0/extension.go:373 Heartbeat error {"kind": "extension", "name": "sumologic", "collector_name": "<your-collector-name>", "collector_id": "0000000001A2B3C4", "error": "collector heartbeat request failed, status code: 401, body: {\n\"servlet\":\"rest\",\n\"message\":\"Could not authenticate.\",\n\"url\":\"/api/v1/collector/heartbeat\",\n\"status\":\"401\"\n}"}
2021-08-24T10:52:38.639Z error sumologicextension@v0.31.0/extension.go:373 Heartbeat error {"kind": "extension", "name": "sumologic", "collector_name": "<your-collector-name>", "collector_id": "0000000001A2B3C4", "error": "collector heartbeat request failed, status code: 401, body: {\n\"servlet\":\"rest\",\n\"message\":\"Could not authenticate.\",\n\"url\":\"/api/v1/collector/heartbeat\",\n\"status\":\"401\"\n}"}
github.com/open-telemetry/opentelemetry-collector-contrib/extension/sumologicextension.(*SumologicExtension).heartbeatLoop
github.com/open-telemetry/opentelemetry-collector-contrib/extension/sumologicextension@v0.31.0/extension.go:373
github.com/open-telemetry/opentelemetry-collector-contrib/extension/sumologicextension@v0.31.0/extension.go:373
```

To work around this, delete the local collector registration file at `~/.sumologic-otel-collector/`.
Expand Down

0 comments on commit b133d7b

Please sign in to comment.