Fix indentation in 30_kibana_write.yml
Original commit: elastic/x-pack-elasticsearch@6321493b03
This commit is contained in:
parent
b9ccee8731
commit
bfc3779f51
|
@ -9,7 +9,7 @@
|
||||||
timeout: 25s
|
timeout: 25s
|
||||||
- match: { timed_out: false }
|
- match: { timed_out: false }
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
headers:
|
headers:
|
||||||
Authorization: "Basic a2liYW5hOmNoYW5nZW1l"
|
Authorization: "Basic a2liYW5hOmNoYW5nZW1l"
|
||||||
indices.create:
|
indices.create:
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
index:
|
index:
|
||||||
number_of_replicas: 1
|
number_of_replicas: 1
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
headers:
|
headers:
|
||||||
Authorization: "Basic a2liYW5hOmNoYW5nZW1l"
|
Authorization: "Basic a2liYW5hOmNoYW5nZW1l"
|
||||||
bulk:
|
bulk:
|
||||||
|
@ -37,16 +37,16 @@
|
||||||
- '{"index": {"_index": ".kibana-foo", "_type": "test_type"}}'
|
- '{"index": {"_index": ".kibana-foo", "_type": "test_type"}}'
|
||||||
- '{"f1": "v5_old", "f2": 4}'
|
- '{"f1": "v5_old", "f2": 4}'
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
headers:
|
headers:
|
||||||
Authorization: "Basic a2liYW5hOmNoYW5nZW1l"
|
Authorization: "Basic a2liYW5hOmNoYW5nZW1l"
|
||||||
indices.flush:
|
indices.flush:
|
||||||
index: .kibana-foo
|
index: .kibana-foo
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
headers:
|
headers:
|
||||||
Authorization: "Basic a2liYW5hOmNoYW5nZW1l"
|
Authorization: "Basic a2liYW5hOmNoYW5nZW1l"
|
||||||
search:
|
search:
|
||||||
index: .kibana-foo
|
index: .kibana-foo
|
||||||
|
|
||||||
- match: { hits.total: 5 }
|
- match: { hits.total: 5 }
|
||||||
|
|
Loading…
Reference in New Issue