-
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 headers and ssl for metricsets #3948
Comments
One quick things that's not 100% clear to me: For elasticsearch.output, I would specify:
But it looks like perhaps the username and password auth for metricsets has been implemented purely as additional headers only? So no username/password -- just have to gen up an Authorization header myself. Is that correct or did I misunderstand? If I did understand correctly, I guess this comment in then an enhancement request to handle username and passwords specially. (That might be pie in the sky, though, but it doesn't hurt to ask. :D) |
@joegallo Sorry for the late reply. The above change does not include username / password. But you can pass username/password as part of the host and it will be automatically extracted to create the correct headers and will also not be logged. +1 on having also general support for the fields |
In #3945 customer headers, auth and ssl was introduced for all http metricsets. The following must be done:
Potentially also find a way on how to test it.
The text was updated successfully, but these errors were encountered: