Get your Ryft Ingest Token
Ryft will provide a unique ingest token for your Trino instance. This token is required to authenticate the HTTP event listener that sends query information to Ryft.Configure Trino event listener
- To integrate Trino query information to Ryft, you will need to configure an HTTP event listener.
On your Trino coordinator node, edit the config file of your event listeners. By default it is in
/etc/trino/event-listener.properties. The required content of the file should look like the following:
http-event-listener.log-completed is set to true, and to replace <RYFT_INGEST_TOKEN> with the one provided by Ryft.
- Restart the coordinator node to apply changes.
ingest.ryft.io on port 443 (HTTPS) for the HTTP event listener to work correctly.