Hi,
in CentOS installation and CentOS installation you write
sudo yum install -y opensearch
But this will break the installation, since (at the moment) version 2.9 is actual, but GL only supports OS up to 2.5.
The correct line would be
sudo dnf install opensearch-2.5.0
Can you correct this in the docs?