Django plugin for elastic-kibana
- Elastic-Search
- Kibana
- Python
./elasticsearch- After going insideelasticsearch/bin/folder, this will start elasticsearch server.
- To cross check if elasticsearch is working we can go to browser and type
localhost:9200this will show a JSON output if elasticsearch is working fine. Also this is the default working port.
./kibana- After going insidekibana/bin/folder, this will start kibana server.
- To cross check if kibana is working we can go to browser and type
localhost:5601this will show a JSON output if kibana is working fine. Also this is the default working port.
- Fire up python server by running the command
python manage.py runserver