mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
bbbacb03fe
commit
6d3348c8b8
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