Skip to content

Commit

Permalink
Minor adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
costin committed Feb 8, 2024
1 parent 9c28105 commit b1ad25b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -711,8 +711,8 @@ _source:
---
_source keep all:
- skip:
version: " - 8.11.99"
reason: "_source is available in 8.12+"
version: " - 8.12.99"
reason: "_source is available in 8.13+"

- do:
indices.create:
Expand All @@ -732,7 +732,7 @@ _source keep all:
- do:
esql.query:
body:
query: 'FROM test [METADATA _source] | LIMIT 1'
query: 'FROM test METADATA _source | LIMIT 1'
- match: { columns.0.name: _source }
- match: { columns.0.type: _source }
- length: { values: 1 }
Expand Down

0 comments on commit b1ad25b

Please sign in to comment.