Drew Tate

Results 82 comments of Drew Tate

Pretty much all functions and operators can accept `null` in place of any parameter. We should update the validation to reflect this.

We aren't catching nested aggregation functions (e.g. `from kibana_sample_data_logs | stats avg(to_long(avg(1)))`)

`... | STATS AVG(false OR false)` should be an error. `AVG` does not support boolean. The validator works correctly with a literal: `... | STATS AVG(false)`, just not a function...

@stratoula if I understand what you're referring to, it is because we are suggesting integration datastreams that don't exist. Let's discuss synchronously

Blocked on a resolution to https://github.com/elastic/kibana/issues/187247