ES 7.X support. Bug fixes. UI tweaks. Config fixes

This commit is contained in:
simon
2019-05-26 11:31:28 -04:00
parent 64b743870f
commit 980babc5cc
12 changed files with 139 additions and 102 deletions

2
run.py
View File

@@ -25,7 +25,7 @@ flaskLogger = logging.getLogger('werkzeug')
flaskLogger.setLevel(logging.ERROR)
tm = TaskManager(storage)
search = Search("changeme")
search = Search(config.elasticsearch_index)
def get_dir_size(path):