elasticsearch - Elastalert creating index not working -
i'm installing elastalert in local installation of elk. when run command 'elastalert-create-index' got error message:
traceback (most recent call last): file "c:\python27\scripts\elastalert-create-index-script.py", line 11, in <module> load_entry_point('elastalert==0.1.8', 'console_scripts', 'elastalert-create-index')() file "c:\python27\scripts\elastalert\create_index.py", line 83, in main profile_name=args.profile) file "c:\python27\scripts\elastalert\auth.py", line 24, in __call__ aws_access_key=credentials.access_key, attributeerror: 'nonetype' object has no attribute 'access_key'
any idea?
had same issue, fixed editing config.yaml, setting host/port there , uncommenting es_username & es_password.
our es instance local , not password protected. still worked default username & password (ignores guess).
not fix, workaround.
Comments
Post a Comment