-
Notifications
You must be signed in to change notification settings - Fork 211
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
Fixes Jaeger Hotrod demo failure on OpenSearch 2.16.0 #4921
Conversation
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.
Thank you for this contribution!
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.
Is there a way to view Gradle's standard output on the log of Github Actions, like ASF Develocity? I am confused why is failed download log of https://github.com/opensearch-project/data-prepper/actions/runs/10756318242/job/29955010383#step:4:1 .
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.
Thank you @linghengqian for this improvement! I have a few small comments and questions.
Signed-off-by: linghengqian <[email protected]>
a9d9cb0
to
b4a45fa
Compare
Thank you @linghengqian for this contribution. This will help the community know how to use Data Prepper tracing with newer versions of OpenSearch. |
Description
[Describe what this change achieves]
admin
as the default password for theadmin
account, which is very dangerous. The new version of OpenSearch corrects this problem and requires the initial password to be greater than 8 digits.version
field is deprecated. The Compose Spec is now dynamically updated at https://github.com/compose-spec/compose-spec .../demo/root-ca.pem
is exactly the same as the content of/usr/share/opensearch/config/root-ca.pem
of the OpenSearch master node. Whether in the new version or the old version, there is no point in manually writingroot-ca.pem
, which will only confuse users.../demo/demo-data-prepper.crt
to/etc/demo-data-prepper.crt
does not make any sense because SSL is turned off for otel-collector and data-prepper.node-0.example.com
is actually the defaulthostname
for OpenSearch Docker Image, which surprised me. I don't understand why this is done.🤔admin
andopensearchNode1Test
accounts and passwords to log in tolocalhost:5601
for testing.Issues Resolved
Resolves #[Issue number to be closed when this PR is merged]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.