Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

InterestingLab/elasticmanager

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elasticmanager

Manage Indices of Elasticsearch

Requirements

  • Python 2.7, 3.3, 3.4, 3.5

  • (Optional) MySQL

If you don't want to use default sqlite database, you can configure to use mysql

Getting Started

Step 1 : Clone elasticmanager project

git clone https://github.com/InterestingLab/elasticmanager.git

Step 2 : Install Dependencies

cd elasticmanager

pip install -r requirements/dev.txt

Step 3 : Init Database

python manage.py migrate

Step 4 : Start Application

# in project dir

# Start Web
python manage.py runserver 0.0.0.0:8080

# Start Celery Task Scheduler & Worker
celery -A elasticmanager worker --loglevel=INFO
celery beat -A elasticmanager --loglevel=INFO

About

Manage Time-series Indices of Elasticsearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.