diff --git a/api/chalicelib/core/log_tool_elasticsearch.py b/api/chalicelib/core/log_tool_elasticsearch.py index 5fdfccf24..3499e3843 100644 --- a/api/chalicelib/core/log_tool_elasticsearch.py +++ b/api/chalicelib/core/log_tool_elasticsearch.py @@ -57,7 +57,7 @@ def add_edit(tenant_id, project_id, data): port=data["port"]) -def __get_es_client(host, port, api_key_id, api_key, use_ssl=False, timeout=29): +def __get_es_client(host, port, api_key_id, api_key, use_ssl=False, timeout=15): host = host.replace("http://", "").replace("https://", "") try: args = {