Skip to main content

PostgreSQL Integration

This documentation provides step-by-step instructions on how to integrate PostgreSQL as an audit logger within the DronaHQ platform.

Introduction

PostgreSQL integration allows you to capture and manage logs efficiently in your DronaHQ modules. Follow the steps below to set up PostgreSQL as your audit logger.

Prerequisites

Before you begin, ensure that you have the following prerequisites in place:

  • A DronaHQ account with an Enterprise Plan.
  • Access to a PostgreSQL database.
  • PostgreSQL connection details.

Configuration Steps

To get started with PostgreSQL integration, follow these steps:

  1. Open your PostgreSQL account and create a new Database and Table. You can also use an existing Database and Table.

  2. Go to your PostgreSQL Cluster and click on "Connect", then choose the connection method and copy the connection string.

Example connection string: postgresql://username:password@host:port/database

To configure PostgreSQL as your audit logger, follow these steps:

  1. Under the Audit Logger section, click on Setup External Logging.

  2. In the "Select Logger Configuration" dropdown, choose "PostgreSQL."

Audit logger Dropdown select
Audit logger Dropdown select
  1. Provide the necessary connection details for PostgreSQL, including hostname, port, username, password, and database name.

  2. Click the "Create Integration" button to initiate the integration process.

  3. Once the integration is successful, you will see a Logger Initialized message.

Postgres Setup
Audit Logger Setup
Audit Logger Setup

Expected log in PostgresSQL:

External log Output
External log Output

Testing PostgreSQL Integration

You can test the PostgreSQL integration to ensure it's functioning as expected:

  1. Within the External Logging settings, look for the Test button and input custom log details.

  2. Log specific details such as event names, user information, organization ID, and more. This data will be useful for monitoring and analysis.

By following these steps, you can seamlessly integrate PostgreSQL as an audit logger in your DronaHQ account, enhancing your log management capabilities.

Note: Ensure that you provide accurate PostgreSQL connection details for a smooth integration experience.