Prepare OTel Elasticsearch exporter with the credentials of the output#5469
Merged
jsoriano merged 11 commits intoelastic:mainfrom Sep 22, 2025
Merged
Prepare OTel Elasticsearch exporter with the credentials of the output#5469jsoriano merged 11 commits intoelastic:mainfrom
jsoriano merged 11 commits intoelastic:mainfrom
Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
Contributor
|
This pull request does not have a backport label. Could you fix it @jsoriano? 🙏
|
8 tasks
This was referenced Sep 10, 2025
374a101 to
b63c986
Compare
Member
|
@michel-laterman I'm also adding you as a reviewer here since you have additional context of this OTel integration work from reviewing #5169. |
Contributor
michel-laterman
left a comment
There was a problem hiding this comment.
looking good, mainly have smaller nitpicks
changelog/fragments/1758147274-Add-credentials-to-Elasticsearch-exporters.yaml
Outdated
Show resolved
Hide resolved
|
michel-laterman
approved these changes
Sep 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What is the problem this PR solves?
Configure credentials for Elasticsearch OTel exporters.
How does this PR solve the problem?
It copies the credentials from the referenced output when their types match as Elasticsearch.
How to test this PR locally
Use the kibana code from elastic/kibana#233090. Enable the feature flag
enableOtelIntegrations.Using elastic-package to install the scenario (with these instructions: https://github.com/elastic/elastic-package/blob/main/docs/howto/use_existing_stack.md).
Then install or test the httpcheck package from https://github.com/elastic/elastic-package/tree/main/test/packages/parallel/httpcheck.
Design Checklist
Checklist
./changelog/fragmentsusing the changelog toolRelated issues