Support and Logging Details
Suggest editsSupport
Technical support for the use of these products is provided by both EDB and Hashicorp. A proper support contract is required to be in place at both EDB and Hashicorp. A support ticket can be opened on either side to start the process. If it is determined through the support ticket that resources from the other vendor is required, the customer should open a support ticket with that vendor through normal support channels. This will allow both companies to work together to help the customer as needed.
Logging
EDB Postgres Advanced Server Logs:
Navigate to the Data
directory in your chosen EDB Postgres Advanced Server instance and from here you can navigate to log
, current_logfiles
or you can navigate to the postgresql.conf
file where you can customize logging options or enable edb_audit
logs.
EDB Postgres Extended Server Logs
Navigate to the Data
directory in your chosen EDB Postgres Extended Server instance and from here you can navigate to log
, or you can navigate to the postgresql.conf
file where you can customize logging options. An example of the full path to view EDB Postgres Extended logs: /var/lib/edb-pge/15/data/log
.
Hashicorp Vault Logs
Customers can use the journalctl
function to call logs for Hashicorp Vault.
If you just want to view the Vault logs you can do so by entering journalctl -ex -u vault
in the command line.
If you want to view logs for a specific day and output those results to a .txt
file you can do so by entering journalctl -u vault -S today > vaultlog.txt
in the command line, adjusting the date to your needed date and the text title.
Could this page be better? Report a problem or suggest an addition!