The basic license of elastic search can be enabled by the environment variable ${ELASTICSEARCH_DO_NOT_ENABLE_TRIAL}, but since the base license is not compatible with security option, it also needs to disable security from the configuration file.
https://github.com/opendevstack/ods-quickstarters/blob/e2947f1a983c65bd6f70a3c23881979cca4304d3/airflow-cluster/base-images/elasticsearch/config/elasticsearch.yml#L17-L19
The basic license of elastic search can be enabled by the environment variable
${ELASTICSEARCH_DO_NOT_ENABLE_TRIAL}, but since the base license is not compatible with security option, it also needs to disable security from the configuration file.https://github.com/opendevstack/ods-quickstarters/blob/e2947f1a983c65bd6f70a3c23881979cca4304d3/airflow-cluster/base-images/elasticsearch/config/elasticsearch.yml#L17-L19