We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a859a4f commit 3af38c3Copy full SHA for 3af38c3
x-pack/plugin/apm-data/src/yamlRestTest/resources/rest-api-spec/test/20_traces_ingest.yml
@@ -107,7 +107,7 @@ setup:
107
- '{
108
"@timestamp": "2017-06-22",
109
"processor": {"event": "transaction"},
110
- "event": {"outcome": "success"},
+ "event": {"outcome": "success"}
111
}'
112
113
- create: {}
@@ -120,7 +120,7 @@ setup:
120
index: traces-apm-testing
121
body:
122
fields: ["event.success_count"]
123
- - length: { hits.hits: 5 }
+ - length: { hits.hits: 7 }
124
- match: { hits.hits.0.fields: null }
125
- match: { hits.hits.1.fields: null }
126
- match: { hits.hits.2.fields: {"event.success_count": [2]} }
0 commit comments