elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.81k stars 8.2k forks source link

[ES|QL][Meta] Keep in sync with ES #173817

Closed dej611 closed 4 months ago

dej611 commented 10 months ago

Describe the feature:

Ideally we would like to automate most of the tasks to keep in sync the ES|QL grammar/functions/documentation/anything possible with the ES repo, and use it as "source of truth":

Ideally all this should happen on a daily basis and if anything changes then a new PR should be created.

elasticmachine commented 10 months ago

Pinging @elastic/kibana-visualizations (Team:Visualizations)

dej611 commented 9 months ago

atm function metadata is incomplete, so we need to work together with the ES team to close this gap

Solved for aggregation and other scalar/multi-value functions via https://github.com/elastic/elasticsearch/pull/103686

Make sure any new ES|QL function comes correctly annotated (add test on ES side)

Solved with https://github.com/elastic/elasticsearch/pull/104249

drewdaemon commented 7 months ago

copy the ES|QL grammar and compile it in Kibana

Done in https://github.com/elastic/kibana/pull/178257

elasticmachine commented 6 months ago

Pinging @elastic/kibana-esql (Team:ESQL)