Git Product home page Git Product logo

elastic-pipeline's Introduction

This project represents a proof of concept using a Logstash pipeline to populate an ElasticSearch index on a regular schedule with data sourced from Postgres.

This project is PURELY for learning purposes on localhost; passwords are embedded in the clear in the docker-compose, and therefore nothing should be deployed to a cloud instance.

Running instructions

  • Run docker-compose -f docker-compose-v8.yml && docker-compose -f docker-compose-v8 up -d to start the 2 ES nodes, Postgres, and Adminer (DB GUI web interface). Adminer is optional, just helpful for easily connecting to Postgres.
  • Run docker-compose -f docker-compose-kibana up -d to start up Kibana
  • Run docker-compose -f docker-compose-logstash.yml && docker-compose -f docker-compose-logstash up -d to start up Logstash. The Dockerfile has been customized to stay running, otherwise the container would run and exit on completion. A Logstash job can be run by connecting with docker exec -it logstash /bin/bash and then running logstash -f pipeline/logstash.conf
  • Kibana can be used to query against the cluster and easily run queries using the dev console

elastic-pipeline's People

Contributors

iamdanhart avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.