Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeuino/open-stat
This is a project that helps you to give the stats of things in the custom way
https://github.com/codeuino/open-stat
elastic elasticsearch kibana kibana-plugin python virtualization
Last synced: about 2 months ago
JSON representation
This is a project that helps you to give the stats of things in the custom way
- Host: GitHub
- URL: https://github.com/codeuino/open-stat
- Owner: codeuino
- License: gpl-3.0
- Created: 2018-07-24T15:00:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T15:32:25.000Z (over 6 years ago)
- Last Synced: 2024-02-24T18:34:12.083Z (10 months ago)
- Topics: elastic, elasticsearch, kibana, kibana-plugin, python, virtualization
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Big-Data-Analysis-Tool
Django plugin for elastic-kibana# REQUIREMENTS
1. Elastic-Search
2. Kibana
3. Python## STEPS TO RUN
1. `./elasticsearch` - After going inside `elasticsearch/bin/` folder, this will start elasticsearch server.
* To cross check if elasticsearch is working we can go to browser and type `localhost:9200` this will show a JSON output if
elasticsearch is working fine. Also this is the default working port.2. `./kibana` - After going inside `kibana/bin/` folder, this will start kibana server.
* To cross check if kibana is working we can go to browser and type `localhost:5601` this will show a JSON output if
kibana is working fine. Also this is the default working port.
3. Fire up python server by running the command `python manage.py runserver`