mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
## Summary When we created the ESQL strategy we used the same logic with SQL. But this is not 100% correct. For example it converts the ip type fields to strings, same as geo_points. This PR is fixing it. So now if you run for example ``` from kibana_sample_data_logs | WHERE CIDR_MATCH(ip, "153.189.234.161/32", "127.0.0.3/32") | stats count(*) ``` the client side validation won't fail. |
||
---|---|---|
.. | ||
src | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
tsconfig.json |
@kbn/field-types
Types and utilities for kbn and es field types