Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/lib/elasticsearch/query_with_cursor.json')
-rw-r--r--spec/fixtures/lib/elasticsearch/query_with_cursor.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/fixtures/lib/elasticsearch/query_with_cursor.json b/spec/fixtures/lib/elasticsearch/query_with_cursor.json
index 1264fdb0322..c5b81e97d3c 100644
--- a/spec/fixtures/lib/elasticsearch/query_with_cursor.json
+++ b/spec/fixtures/lib/elasticsearch/query_with_cursor.json
@@ -37,7 +37,8 @@
],
"_source": [
"@timestamp",
- "message"
+ "message",
+ "kubernetes.pod.name"
],
"size": 500
}