You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make esaggs accept index parameter which is the return value of type index_pattern from indexPatternLoad
since we will already need to update downstream uses of esaggs, we can look for other expression functions that use index pattern IDs to instead take in indexPatternLoad. For items that can't be changed at once, follow up issues should be created.
update downstream uses of esaggs (mostly build pipeline and lens)
esaggs function semantics needs improvements. it should not accept any json blob parameters. Instead we should rather create utility functions.
aggs
parameter which is array ofagg_type
toExpressionAst
method to handle serializing an agg config into an ASTaggTerms
function as an exampleindex
parameter which is the return value of typeindex_pattern
fromindexPatternLoad
indexPatternLoad
. For items that can't be changed at once, follow up issues should be created.parent issue #46902
The text was updated successfully, but these errors were encountered: