Update elasticfinger.py
This commit is contained in:
parent
f3a172fc4a
commit
bd279446fe
|
@ -9,7 +9,7 @@ from model.host import VictimHost
|
||||||
from network import HostFinger
|
from network import HostFinger
|
||||||
|
|
||||||
ES_PORT = 9200
|
ES_PORT = 9200
|
||||||
ES_SERVICE = 'elastic-seach-3306'
|
ES_SERVICE = 'elastic-search-3306'
|
||||||
ES_HTTP_TIMEOUT = 5
|
ES_HTTP_TIMEOUT = 5
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
__author__ = 'danielg'
|
__author__ = 'danielg'
|
||||||
|
|
Loading…
Reference in New Issue