You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
host = args.host if args.host else input('Enter Elasticsearch host: ')
I am getting this error while running elastalert on container.
Even I copied the config file on right place.
Can someone please help me to get out of this.
host = args.host if args.host else input('Enter Elasticsearch host: ')
I am getting this error while running elastalert on container.
Even I copied the config file on right place.
Can someone please help me to get out of this.