Seq Server in docker not allow OpenTelemetry log without X-Seq-ApiKey header #2374
Unanswered
wangshuai-007
asked this question in
Help
Replies: 1 comment 2 replies
|
Hi! In Settings > API keys, choose "Require an API key for HTTP/S ingestion". Hope this helps, |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Server version: 2024.3.11510
Error Step:
Create docker server

Clone sample:
https://github.com/datalust/seq-examples.gitchange Endpoint to
http://192.168.xx.xx:5341/ingest/otlp/v1/tracesand start program.query
@Resource.telemetry.sdk.language = 'dotnet'in SEQWhen special API KEY for the trace
opt.Headers = "X-Seq-ApiKey=abcde12345",It will OK.And when I test SEQ server for windows,Also no need APIKey
All reactions