This is A DB2 SQL audit for SQLE, which is an SQL audit platform.
You can define a rule in coresponding file, and then add it to the plugin by AddRule()
method. More details please
refer to docs.
execute make docker_install
The binary file is located in bin/ folder, and you can use it to audit your database.
- Download the driver on the machine deployed by SQLE
curl -L https://public.dhe.ibm.com/ibmdl/export/pub/software/data/db2/drivers/odbc_cli/linuxx64_odbc_cli.tar.gz -o /opt/sqle/linuxx64_odbc_cli.tar.gz
- Unzip the driver
tar zxvf /opt/sqle/linuxx64_odbc_cli.tar.gz -C /opt/sqle/
- Add environment variables for sqled
systemctl set-environment "LD_LIBRARY_PATH=/opt/sqle/clidriver/lib"
- Restart sqled
systemctl restart sqled
More details please refer to docs.