What's logs.pro.hasura.io and is there a way to disable the outgoing traffic to it? #10703
|
Hey, What's the purpose of Can we disable it? Thanks |
Answered by
seanparkross
Mar 12, 2025
Replies: 2 comments 1 reply
|
Thanks @miran248 I have forwarded your question to the team |
0 replies
|
Hi @miran248 logs.pro.hasura.io is a logs sink used by enterprise version of Hasura Hope that helps? |
1 reply
Answer selected by
miran248
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @miran248
logs.pro.hasura.io is a logs sink used by enterprise version of Hasura
Hasura pushes logs to that endpoint
logs.pro then processes it and stores in a timescale database
You can stop sending them by setting LUX_DISABLE_LOG_SENDER=true .
However, you won't see new metrics on the Pro monitoring dashboard in the Hasura console.
Hope that helps?