Feat: identify Canvas for metrics collection (#29078) (#29259)

This commit is contained in:
Robert Monfera 2019-01-24 15:49:41 +01:00 committed by GitHub
parent b31822a94a
commit 31b7f483fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)],