I am running the app search docker and trying to change the worker pool but it nothing happens when I set -e worker.threads=8. When I look at port 3003 is the worker count still 4.
Thank you for reporting this issue.
The worker.threads option cannot be configured this way for the docker image. We plan to fix it in the next patch release.
In the meantime, the only way to configure worker.threads is to build a new docker image with a custom app-search.yml.
If other options need to be passed with -e, they will need to be included in app-search.yml.
In the same directory as app-search.yml, add a Dockerfile:
FROM docker.elastic.co/app-search/app-search:7.4.0
COPY app-search.yml /usr/share/app-search/config/app-search.yml
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.