Skip to content

Commit d6c977b

Browse files
committed
Add action.auto_create_index false
I believe the lack of this option is causing on ACME the following error in CI: | 1) Ems::Speaker behaves like an indexable coyote document synchronous indexing should require that an index exists | Failure/Error: DEFAULT_FAILURE_NOTIFIER = lambda { |failure, _opts| raise failure } | expected Elasticsearch::Transport::Transport::Errors::NotFound but nothing was raised This should hopefully resolve that.
1 parent ccb9b8e commit d6c977b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ if [ "x${MAJOR_VERSION}" == 'x6' ]; then
3333
--env "ES_JAVA_OPTS=-Xms1g -Xmx1g" \
3434
--env "xpack.security.enabled=false" \
3535
--env "xpack.license.self_generated.type=basic" \
36+
--env "action.auto_create_index=false" \
3637
--ulimit nofile=65536:65536 \
3738
--ulimit memlock=-1:-1 \
3839
--publish "9200:9200" \

0 commit comments

Comments
 (0)