mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
17 lines
235 B
YAML
17 lines
235 B
YAML
---
|
|
"Default values":
|
|
|
|
- do:
|
|
index:
|
|
index: test_1
|
|
type: test
|
|
id: 1
|
|
body: { "foo": "bar" }
|
|
|
|
- do:
|
|
get_source:
|
|
index: test_1
|
|
id: 1
|
|
|
|
- match: { '': { foo: bar } }
|