Skip to content

Is there a health check endpoint for Seq itself? #1251

Answered by nblumhardt
dlaudams asked this question in Help
Discussion options

You must be logged in to vote

Hi Daniel,

Thanks for getting in touch.

Current released versions tend to use /api for this, which works fine (returns 200 when Seq is available, and 5xx otherwise)..

In 2021.3 (due in the near future), we've introduced a dedicated /health endpoint:

#1200

Both will return 200 when Seq is available, but /health has a more suitable response body, and will report the current node's health in multi-node scenarios (rather than the leader node's). Just letting you know in case you want to switch over to it in future.

Hope this helps!
Nick

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dlaudams
Comment options

Answer selected by dlaudams
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