From 1784eb98467ecf57c75bc31c55bfb8f20a7ad4a8 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 22 Feb 2021 16:24:37 +0000 Subject: [PATCH] Use the same configuration than the one for the other version --- testing/environments/snapshot-oss.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testing/environments/snapshot-oss.yml b/testing/environments/snapshot-oss.yml index b5a148a7c654..4a8bcda13e2b 100644 --- a/testing/environments/snapshot-oss.yml +++ b/testing/environments/snapshot-oss.yml @@ -13,6 +13,12 @@ services: - "network.host=" - "transport.host=127.0.0.1" - "http.host=0.0.0.0" + - "xpack.security.enabled=false" + - "indices.id_field_data.enabled=true" + - "script.context.template.max_compilations_rate=unlimited" + - "script.context.ingest.cache_max_size=2000" + - "script.context.processor_conditional.cache_max_size=2000" + - "script.context.template.cache_max_size=2000" logstash: image: docker.elastic.co/logstash/logstash-oss:8.0.0-SNAPSHOT