wendingzhulu / elk-docker

Docker ELK a solution to test a full Elaticsearch Logstash and Kibana solution, with a twitter information collect over the API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am a codementor Donate

Elasticsearch, Logstash, Kibana (ELK) Docker image

Description : .

HOW It WORKS

Nothing more than :

docker-compose build
docker-compose up -d

Twitter Keyword tracking

You'll need to add your secure Oauth twitter account in order to make it happen.

twitter {
       consumer_key => "XXXXXXXXXXXXXXXXX"
       keywords => ["DevOps","BigData","IoT"]
       consumer_secret => "XXXXXXXXXXXXXXXXXXX"
       oauth_token => "XXXXXXXXXXXXXXXXXXXXXXXXXX"
       oauth_token_secret => "XXXXXXXXXXXXXXXXXXXXXXXXXX"
       full_tweet => true
       ignore_retweets => true
       rate_limit_reset_in => 600
 }
}


Kibana sample dashboard :

An template will be added soonely within the repository

About

Docker ELK a solution to test a full Elaticsearch Logstash and Kibana solution, with a twitter information collect over the API

License:Other


Languages

Language:Shell 64.1%Language:Dockerfile 29.1%Language:Ruby 6.0%Language:HTML 0.8%