Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

reproio/trino-fluentd

 
 

Repository files navigation

trino-fluentd

This is the Plugin for Trino to send queries into fluentd.

build

mvn clean package

deploy

create event-listener.properties

for example, /pato/to/trino-server/etc/event-listener.properties

event-listener.name=trino-fluentd
event-listener.fluentd-host=localhost
event-listener.fluentd-port=24224
event-listener.fluentd-tag=trino.query

copy jar (trino-fluentd-0.0.7.jar includes all dependencies)

# ls -1 /pato/to/trino-server/plugin/copy-fluentd/
trino-fluentd-0.0.7.jar

reference

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%