Skip to content
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

[Kibana Monitoring settings] monitoring.ui.elasticsearch.ssl.certificateAuthorities not documented in 7.9.1 #80653

Closed
Erni opened this issue Oct 15, 2020 · 2 comments · Fixed by #81057

Comments

@Erni
Copy link

Erni commented Oct 15, 2020

Kibana version: 7.9.1

Elasticsearch version: 7.9.1

Describe the feature:
In 6.x we had these setting to configure monitoring. For example:

xpack.monitoring.elasticsearch.url: "https://xxx.yy.a.bbb:9200"
xpack.monitoring.elasticsearch.username: monitoring
xpack.monitoring.elasticsearch.password: XXXXXX
xpack.monitoring.elasticsearch.ssl.certificateAuthorities: [ "/etc/kibana/certificates/ca_mon.crt" ]

Now, in 7.9 we have these ones:

monitoring.ui.elasticsearch.hosts: ["https://xxx.yy.a.bbb:9200"]
monitoring.ui.elasticsearch.username: monitoring
monitoring.ui.elasticsearch.password: XXXXXX
monitoring.ui.elasticsearch.ssl.certificateAuthorities: [ "/etc/kibana/certificates/ca_mon.crt" ]

The thing is that the 7.9.1 Docs do not mention anything about this last setting monitoring.ui.elasticsearch.ssl.certificateAuthorities. While in the 6.8 Docs it was properly specified.
So the needed change is to add in the 7.9.1 Docs this setting so users can know about it.

@elasticmachine
Copy link
Contributor

Pinging @elastic/stack-monitoring (Team:Monitoring)

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-docs (Team:Docs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants