summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/elasticsearch/query_with_search.json
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/lib/elasticsearch/query_with_search.json')
-rw-r--r--spec/fixtures/lib/elasticsearch/query_with_search.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/fixtures/lib/elasticsearch/query_with_search.json b/spec/fixtures/lib/elasticsearch/query_with_search.json
index 3c9bed047fa..ca63c12f3b8 100644
--- a/spec/fixtures/lib/elasticsearch/query_with_search.json
+++ b/spec/fixtures/lib/elasticsearch/query_with_search.json
@@ -42,7 +42,8 @@
],
"_source": [
"@timestamp",
- "message"
+ "message",
+ "kubernetes.pod.name"
],
"size": 500
}