Skip to content

hchugani/presto-event-db-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

presto-event-db-logger

This plugin can be used for audit logging presto queries in Database.

Usage

  1. The JAR file should be added to the plugin directory .
  2. Create etc/event-listener.properties file with the entries as below
  3. Create table in Oracle for logging with the columns of interest and Edit EventDBLoggerListener.java class to update query metadata columns accordingly.

event-listener.name=oracle-event-logger
connection-url=jdbc:oracle:thin:@localhost:1521:xe
connection-user=ORACLE_USER
connection-password=PASSWORD
logging-table=<SCHEMA_NAME>.<LOGGING_TABLE>

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages