зеркало из https://github.com/mozilla/MozDef.git
Default to DSL instead of pyes
Signed-off-by: Brandon Myers <bmyers@mozilla.com>
This commit is contained in:
Родитель
4c54cef70d
Коммит
e0c93a5cd0
|
@ -3,6 +3,8 @@ import os
|
|||
global pyes_on
|
||||
pyes_off = os.environ.get('DSL')
|
||||
|
||||
# We're gonna short circuit and turn off pyes
|
||||
pyes_off = 'True'
|
||||
if pyes_off == 'True':
|
||||
pyes_on = False
|
||||
print "\nUsing Elasticsearch DSL\n"
|
||||
|
|
Загрузка…
Ссылка в новой задаче