Twitter fetcher and monitoring using the ELK stack (Elasticsearch, Logstash, Kibana).
- Docker
- Docker-compose
- Clone this repo
git clone https://github.com/Rocamadour7/elk_twitter.git
- Navigate into the directory
cd elk_twitter/
- Create an app on Twitter Apps (For website you can use http://127.0.0.1/)
- Create a .env file based on the .env.example and copy your twitter app keys.
- On a terminal run
docker-compose up
(Ordocker-compose up -d
for detach mode) - Navigate into Kibana (http://localhost:5601)
For Linux servers, follow these instructions in production mode