pperzyna / postgresql_aws_logs_collector

Steam logs from AWS RDS PostgreSQL to Elasticsearch via Fluentd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS RDS PostgreSQL Logs Exporter to Elasticsearch via Fluentd

Build Status Docker Pulls

This repository shows a solution how to stream logs from AWS RDS Postgres directly to Elasticsearch.

Dependencies

Quick Start

This package is available with docker image:

docker run -v "${PWD}/fluent.conf:/fluentd/etc/fluent.conf" pperzyna/postgresql_aws_logs_collector

building and running

  1. Update fluent.conf
  2. Run docker-compose

About

Steam logs from AWS RDS PostgreSQL to Elasticsearch via Fluentd

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%