Hello Elastic Guru's. I am back with a new and exciting question.
I am in a new project, where I am running a Podman/Docker configuration for my Elastic SIEM. I have the Kibana and Logstash installed and their containers are running so that is good. Where I am now at an impasse deals with the Elasticsearch component.
I have built an Elastic Pod, and created 3 containers inside it that are running Elasticsearch-7.14.1. (it is the version running in our production environment and I am getting as close to that as I can)
I have created a podman-compose.yml as well as a docker-compose.yml file using the information found at the following internet location:
I have left out the ES-JAVA_OPTS line in the compose.yml file. And as Podman and Docker are very similar and Docker was the easier of the two to set up in my environment as it is disconnected from the internet, if followed it word-for-word, with the exception of the container names. My containers are named es1,es2 and es3 leaving out the "0"
The podman-compose.yml file was created in the /var/opt directory and I have tried to use that location for the podman-compose up command as well as just straight up using the podman-compose up. The command fails with the error
Blockquote
podman-compose not found.
Blockquote
I can give any other information requestd, but please if you know of anything that I could be missing or help out in any way, it would be greatly appreciated.
Thank you.