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
Configure the Elasticsearch output with username: elastic and password: changeme.
Try ./filebeat setup -e --machine-learning
You get an error because Kibana doesn't have the credentials. I was expecting the Kibana connection to inherit the credentials from the ES output, and that works fine for the dashboards.
If you add setup.kibana.username: elastic and setup.kibana.password: changeme, loading ML configs works again.
The text was updated successfully, but these errors were encountered:
I don't think inheriting the credentials makes sense. We shouldn't assume everyone is using the super user everywhere in their stack.
In my testing, I create a user who has write access to *beats* index patterns and use that in the output.elasticsearch section. And I use the kibana server user in the setup.kibana section (and even that is using more privileges than needed). The setup.kibana section should probably use a user who only has the kibana_user role.
username: elastic
andpassword: changeme
../filebeat setup -e --machine-learning
You get an error because Kibana doesn't have the credentials. I was expecting the Kibana connection to inherit the credentials from the ES output, and that works fine for the dashboards.
If you add
setup.kibana.username: elastic
andsetup.kibana.password: changeme
, loading ML configs works again.The text was updated successfully, but these errors were encountered: