-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Document authentication/SSL support for http, jolokia and other metricbeats #4268
Comments
Example configuration for authentication in metricbeat modules.
Example configuration for SSL in metricset modules:
|
As a reference, these are the supported config params (under |
|
This adds commented out `username` and `password` settings to most of the config places where they are supported (this part is manual). Since those configs are included in the docs, they also show up there. This also adds a line in the docs that link to "HTTP specific settings" (this part is automatised during `make update`). Completes elastic#4268 and closes elastic#6493.
This adds commented out `username` and `password` settings to most of the config places where they are supported (this part is manual). Since those configs are included in the docs, they also show up there. This also adds a line in the docs that link to "HTTP specific settings" (this part is automatised during `make update`). Completes #4268 and closes #6493.
This adds commented out `username` and `password` settings to most of the config places where they are supported (this part is manual). Since those configs are included in the docs, they also show up there. This also adds a line in the docs that link to "HTTP specific settings" (this part is automatised during `make update`). Completes elastic#4268 and closes elastic#6493. (cherry picked from commit 0a85fce)
… based modules (#7330) Add commented out `username` and `password` settings to most of the config places where they are supported (this part is manual). Since those configs are included in the docs, they also show up there. This also adds a line in the docs that link to "HTTP specific settings" (this part is automatised during `make update`). Completes #4268 and closes #6493.
…or HTTP based modules (elastic#7330) Add commented out `username` and `password` settings to most of the config places where they are supported (this part is manual). Since those configs are included in the docs, they also show up there. This also adds a line in the docs that link to "HTTP specific settings" (this part is automatised during `make update`). Completes elastic#4268 and closes elastic#6493.
Metricbeat modules like http and jolokia actually already support authentication in the product today. This means that we have some stale documentation to update :)
The text was updated successfully, but these errors were encountered: