-
Notifications
You must be signed in to change notification settings - Fork 443
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
Update ssl option descriptions package in manifest.yml remaining packages obs infraobs integrations #13010
Conversation
obs-ds-hosted-services is on this PR because they have codeowners on /packages/prometheus/data_stream/remote_write |
…fraobs-integrations-12993 Updates title and description field on ssl nodes in manifest files.
d87e3d4
to
ec2ded3
Compare
…fraobs-integrations-12993 fixed typo in changelog.yml version number
@@ -42,6 +42,7 @@ streams: | |||
- name: ssl.certificate_authorities | |||
type: text | |||
title: SSL Certificate Authorities | |||
description: SSL certificate authorities. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-client-config) for details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to Fleet SSL configuration please instead of beats.
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
|
|
Package cockroachdb - 1.13.1 containing this change is available at https://epr.elastic.co/package/cockroachdb/1.13.1/ |
Package etcd - 1.4.1 containing this change is available at https://epr.elastic.co/package/etcd/1.4.1/ |
Package jolokia - 0.7.1 containing this change is available at https://epr.elastic.co/package/jolokia/0.7.1/ |
Package prometheus - 1.23.1 containing this change is available at https://epr.elastic.co/package/prometheus/1.23.1/ |
Package prometheus_input - 0.7.1 containing this change is available at https://epr.elastic.co/package/prometheus_input/0.7.1/ |
Package websphere_application_server - 1.6.1 containing this change is available at https://epr.elastic.co/package/websphere_application_server/1.6.1/ |
Proposed commit message
Update ssl option descriptions package in manifest.yml remaining packages
Checklist
changelog.yml
file.How to test this PR locally
git diff main | grep description: | grep + | sort -u
results in the update fields for the ssl node description and the changelog.yml
Related issues