From 38c4984a602b88f12784a97060fb448a59173d44 Mon Sep 17 00:00:00 2001 From: Marios Trivyzas Date: Mon, 14 Dec 2020 01:11:11 +0100 Subject: [PATCH] EQL: [Tests] New eql correctness data snapshot With the upcoming validation for type compatibility of the sequence keys, several tests are failing because some fields that contain IP data were previously mapped as keyword. Fixed the mapping and created a new snaphost of the correctness data in the gcs bucket. Relates to: #66183 --- .../qa/correctness/src/javaRestTest/resources/config.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugin/eql/qa/correctness/src/javaRestTest/resources/config.properties b/x-pack/plugin/eql/qa/correctness/src/javaRestTest/resources/config.properties index 89ebba5bc63d9..5953becb2f539 100644 --- a/x-pack/plugin/eql/qa/correctness/src/javaRestTest/resources/config.properties +++ b/x-pack/plugin/eql/qa/correctness/src/javaRestTest/resources/config.properties @@ -9,7 +9,7 @@ index_doc_count=3950632 fetch_size=1000 size=2000 gcs_repo_name=eql_correctness_gcs_repo -gcs_snapshot_name=correctness-snapshot_es7.10_lucene8.6.3 +gcs_snapshot_name=correctness-snapshot_es7.10_lucene8.7.0 gcs_bucket_name=eql-gcs gcs_base_path=correctness-data gcs_client_name=eql_test