Skip to content

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

License

Notifications You must be signed in to change notification settings

InferGuard/elk-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 20