mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[ES|QL] Updates the validation json (#213322)
## Summary Updates the validation json. (I forgot to do it when I added _score in the json)
This commit is contained in:
parent
6bb27b0400
commit
1c8cb1b2e4
1 changed files with 1 additions and 1 deletions
|
@ -10050,7 +10050,7 @@
|
|||
{
|
||||
"query": "from index METADATA _id, _source2",
|
||||
"error": [
|
||||
"Metadata field [_source2] is not available. Available metadata fields are: [_version, _id, _index, _source, _ignored, _index_mode]"
|
||||
"Metadata field [_source2] is not available. Available metadata fields are: [_version, _id, _index, _source, _ignored, _index_mode, _score]"
|
||||
],
|
||||
"warning": []
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue