Skip to content

Instantly share code, notes, and snippets.

View kiran-capoor94's full-sized avatar
:octocat:
Hey!

Kiran Deepak Capoor kiran-capoor94

:octocat:
Hey!
View GitHub Profile
@eriknovak
eriknovak / logstash-pg-es.md
Last active August 19, 2024 19:02
Instructions for setting up the Logstash configuration for synching PostgreSQL with Elasticsearch

Populating Elasticsearch Index with Logstash

Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite "stash."

This section describes how one can use it on UNIX to migrate data from a PostgreSQL database to elasticsearch.

The Prerequisites