Add autocomplete for search_after and pit in search query (#117864) (#118788)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: vladpro25 <91911546+vladpro25@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2021-11-16 17:10:10 -05:00 committed by GitHub
parent 7d8cbb3152
commit c061366033
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,6 +102,13 @@ export const search = (specService: SpecDefinitionsService) => {
},
],
},
pit: {
__template: {
id: '',
keep_alive: '1m',
},
},
search_after: [],
stored_fields: ['{field}'],
suggest: {
__template: {