/ElasticSearchHelper

Primary LanguagePythonApache License 2.0Apache-2.0

ElasticSearchHelper

secret.py

class ES:
    host = "https://ip:port"
    username: str = "username"
    password: str = "password"
    CA_CERTS: str = "/usr/local/certs/http_ca.crt"