We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cloudfoundry input fails to initialize with the following error:
2021-10-05T21:16:41.114-0700 ERROR [input.cloudfoundry-v1] compat/compat.go:122 Input 'cloudfoundry-v1' failed with: expected http transport on client
Issue is probably related to the changes in http clients in #25219, doppler consumer expects a transport that has probably a different type now, here:
beats/x-pack/libbeat/common/cloudfoundry/dopplerconsumer.go
Lines 41 to 44 in 23e4403
Investigate how this could have been detected by tests.
For confirmed bugs, please report:
cc @bvader
The text was updated successfully, but these errors were encountered:
Pinging @elastic/integrations (Team:Integrations)
Sorry, something went wrong.
jsoriano
Successfully merging a pull request may close this issue.
Cloudfoundry input fails to initialize with the following error:
Issue is probably related to the changes in http clients in #25219, doppler consumer expects a transport that has probably a different type now, here:
beats/x-pack/libbeat/common/cloudfoundry/dopplerconsumer.go
Lines 41 to 44 in 23e4403
Investigate how this could have been detected by tests.
For confirmed bugs, please report:
cc @bvader
The text was updated successfully, but these errors were encountered: