-
Notifications
You must be signed in to change notification settings - Fork 5k
Remove settings on ES exporter config that no longer function #46428
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
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
This pull request doesn't have a |
This should only be merged after elastic/opentelemetry-collector-components#722 |
elastic/opentelemetry-collector-components#722 is now merged |
libbeat/otelbeat/oteltranslate/outputs/elasticsearch/config_otel.go
Outdated
Show resolved
Hide resolved
libbeat/otelbeat/oteltranslate/outputs/elasticsearch/config_otel.go
Outdated
Show resolved
Hide resolved
This pull request is now in conflicts. Could you fix it? 🙏
|
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.
Adding pre-emptive approval assuming the comment about marking kerberos auth as unsupported is addressed
@Mergifyio backport 9.0 9.1 |
✅ Backports have been created
|
* Remove settings on ES exporter config that no longer function (cherry picked from commit d3be9bf) # Conflicts: # go.mod # go.sum # libbeat/otelbeat/beatconverter/beatconverter.go # libbeat/otelbeat/beatconverter/beatconverter_test.go # x-pack/filebeat/tests/integration/otel_test.go # x-pack/libbeat/common/otelbeat/otel.go # x-pack/metricbeat/tests/integration/otel_test.go
* Remove settings on ES exporter config that no longer function (cherry picked from commit d3be9bf) # Conflicts: # go.mod # go.sum # libbeat/otelbeat/beatconverter/beatconverter.go # libbeat/otelbeat/beatconverter/beatconverter_test.go # libbeat/otelbeat/oteltranslate/outputs/elasticsearch/config_otel.go # libbeat/otelbeat/oteltranslate/outputs/elasticsearch/config_otel_test.go # x-pack/filebeat/tests/integration/otel_test.go # x-pack/libbeat/common/otelbeat/otel.go # x-pack/metricbeat/tests/integration/otel_test.go
* Remove settings on ES exporter config that no longer function (cherry picked from commit d3be9bf) # Conflicts: # go.mod # go.sum # libbeat/otelbeat/beatconverter/beatconverter.go # libbeat/otelbeat/beatconverter/beatconverter_test.go # libbeat/otelbeat/oteltranslate/outputs/elasticsearch/config_otel.go # x-pack/libbeat/common/otelbeat/otel.go
Proposed commit message
This PR removes HTTP settings from ES-exporter config that are supported by
beatsauthextension
instead refChecklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
HTTP settings should be configured with
beatsauthextension
for 1:1 compatibility with beats and beatreceiversRelated issues