Skip to content

Problems when interacting with Server API Endpoints #2220

Answered by KodrAus
TarasRashkevych99 asked this question in Help
Discussion options

You must be logged in to vote

Hi @TarasRashkevych99 👋 What do you get if you request just /api? That should include a JSON payload that starts like {"Product":"Seq ♦ Machine data, for humans."....

If you don't see it, it's possible you're actually hitting Seq via it's limited ingestion port instead of its regular API port. The Docker container serves the API on port 80 in the container, and ingestion on port 5341. Usually, you'll map these onto the host in your docker run command with an argument like -p 5341:80 so that you access Seq via its API port on the host's port 5341.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@TarasRashkevych99
Comment options

@KodrAus
Comment options

Answer selected by TarasRashkevych99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants