@darkCruel The issue is in the system entropy. RHEL 8 has low entropy, and the OpenSearch 3.x service won’t start.
You can try the following as a workaround
yum install rng-tools
service rngd start
@darkCruel The issue is in the system entropy. RHEL 8 has low entropy, and the OpenSearch 3.x service won’t start.
You can try the following as a workaround
yum install rng-tools
service rngd start