-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Self-Managed]: Error: [config validation of [xpack.lists].enabled]
on running kibana.bat file while environment setup.
#119716
Comments
@manishgupta-qasource Please review. |
Reviewed & assigned to @EricDavisX |
thanks for logging. I'm unaware of the change, but will ask if anyone knows. I don't see any PRs or Issues that make mention of xpack.lists (or just 'lists') that may relate. A quick look in slack I do see mention of all 'enabled' fields being deprecated (I think). Let me find the right Kibana folks to see what they think. |
@amolnater-qasource is the xpack.lists.enabled uncommented by default in the .yml you are using (was it unmodified out of the box?) - I see one reference to an .enabled file, in kibana.yml: perhaps it is one more item to be fixed wrt the security-on by default effort that is underway. just making guesses. |
|
Hi @mshustov & @EricDavisX
We were using it as Further We have updated our xpack to:
We are able to setup the 8.0 Self-managed environment. Query: Sharing the CLI below: Currently we reset the password everytime to get elasticsearch password with: |
If I understand this correctly, you are asking why don't you get a password printed on startup ? The most possible reason is that we don't run auto-configuration because the elasticsearch.yml with which you start elasticsearch contains security related configuration already. We assume that this is an indication that you want to do your security configuration on your own and don't auto-configure things for you. I will be able to tell you with certainty if you share your elasticsearch.yml
It is deprecated but as you have figured out, you can use |
Pinging @elastic/kibana-qa (Team:QA) |
Through a quick slack chat this morning, we found the source of the mis-configuration, it is in an old word doc we keep that cites specific steps for setup and which was out of date with this new expectation. we can update it. I will let Amol confirm back on final question/answer so we are confident in testing / assessment. @amolnater-qasource please do close it out when done, presuming. |
Hi @jkakavas
Yes that's not an issue, we just asked as we thought it is expected to be available on startup. We are closing this as we are successfully able to setup self-managed 8.0 environment. |
The reason that security is not auto-confiugured is that you explicitly set:
in elasticsearch.yml. You don't need to set these explicitly any more because the default value for both of these settings in true in 8.0.0 + .If you remove these, we will autoconfigure TLS for elasticsearch ( which might or might not be what you want/need ) and we will auto-generate a password for the |
Hi @jkakavas Thanks |
Kibana Version: 8.0 Snapshot self-managed environment.
Artifact Link: https://snapshots.elastic.co/8.0.0-89da64e1/downloads/kibana/kibana-8.0.0-SNAPSHOT-windows-x86_64.zip
Pre-requirement:
Issue:
On running kibana.bat we are getting below errors:
Kibana.yml:
kibana.zip
Impact:
We are not able to setup self-managed 8.0 Snapshot environment.
The text was updated successfully, but these errors were encountered: