You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone! Thanks for awesome product!
I have a some question about logging system with vector. Sorry if my question is trivial
So I created a trino cluster on 455 of the trino version and 24.11.1 version of operator, turned it on vector parameter here:
data:
http-event-listener.properties: |
event-listener.name: http
http-event-listener.log-created: true
http-event-listener.connect-ingest-uri: http://localhost:6000 # because I have a vector trino sidecar with port:6000
http-event-listener.log-completed: true
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone! Thanks for awesome product!
I have a some question about logging system with vector. Sorry if my question is trivial
So I created a trino cluster on 455 of the trino version and 24.11.1 version of operator, turned it on vector parameter here:
The next step was deploying vector-aggregator with elasic sink module with the next parameter:
and ConfigMap:
logs moving to ES correctly - it's working fine
After that, I needed to enable QUERY LOGS with http-event-listner (https://trino.io/docs/current/admin/event-listeners-http.html#http-event-listener-configuration)
with mounting the next configmap
but I getting this error:
PS This parameter was enabled :
http-server.log.enabled = true
Could anyone help me with this issue?
Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions