Hi,
I've upgraded Elasticsearch from 7.13 to 7.15 successfully using:
sudo apt-get update && sudo apt-get install elasticsearch
But in the upgrade steps listed in elastic documentation, number 4 ( Java High Level REST Client: dependency configuration) lists that there is a java configuration that should be done.
Upgrade the components of your Elastic Stack in the following order:
- Elasticsearch Hadoop: install instructions
- Elasticsearch: upgrade instructions
- Kibana: upgrade instructions
- Java High Level REST Client: dependency configuration
- Logstash: upgrade instructions
- Beats: upgrade instructions
- APM Server: upgrade instructions
- Elastic Agent: upgrade instructions
Is java updated automatically when Elasticsearch is updated? or should I do this step alone as it is listed?
honestly I don't understand where should I configure (which files) in Java High Level REST Client: dependency configuration, and is this a must or not.
Regards,