mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
b31822a94a
commit
31b7f483fc
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ export const queryEsSQL = (elasticsearchClient, { count, query, filter }) =>
|
|||
body: {
|
||||
fetch_size: count,
|
||||
query: query,
|
||||
client_id: 'canvas',
|
||||
filter: {
|
||||
bool: {
|
||||
must: [{ match_all: {} }, ...buildBoolArray(filter)],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue