Skip to content
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

Upgrade docker-compose ElasticSearch to 7.16.2 #95

Merged

Conversation

JohnKallies
Copy link
Contributor

No description provided.

@JohnKallies JohnKallies self-assigned this Dec 27, 2021
@JohnKallies JohnKallies added the dev-tooling Changes that enhance/improve development label Dec 27, 2021
@JohnKallies JohnKallies added this to In progress in OSMT via automation Dec 27, 2021
OSMT automation moved this from In progress to Reviewer approved Dec 28, 2021
Copy link
Contributor

@KaranSinghWgu KaranSinghWgu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have also set log level to ERROR for RestClient in application-test.properties & application.properties to suppress the warning started logging for each request with 7.16.2 version.

Shall we set log level to DEBUG in open source repo ?

Silence spring-data-elasticsearch below two warnings :

  1. built-in security features are not enabled.
  2. [ignore_throttled] parameter is deprecated.
    This should be fixed after updating spring boot, spring elastic as per spring compatibility
    https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/#preface.requirements
    logging.level.org.elasticsearch.client.RestClient=DEBUG

These properties were added to suppress ElasticSearch RestClient
warnings after upgrading ElasticSearch to 7.16.2 for log4j
vulnerabilities. We would expect them to be removed after
upgrading Spring Boot and associated API dependencies.
@JohnKallies JohnKallies merged commit 1ae5225 into develop Dec 28, 2021
OSMT automation moved this from Reviewer approved to Done Dec 28, 2021
@JohnKallies JohnKallies deleted the feature/upgrade-docker-compose-elasticsearch-to-7.16.2 branch December 28, 2021 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-tooling Changes that enhance/improve development
Development

Successfully merging this pull request may close these issues.

None yet

2 participants