Skip to content

Postgres

This function fetches all the information from a Postgres Database and exports it to any configured connector (Elastic, Grafana Loki, DataSet).

Endpoint

GET /exports/postgres

Table

Example

{
    "item": "table",
    "query": "SELECT * FROM public.Table",
    "index": "postgres-data",
    "pipeline": ""
}