Browse Source

Add ip and version to supported field types

Abdon Pijpelink 2 years ago
parent
commit
ad72b725b8
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/reference/esql/index.asciidoc

+ 3 - 1
docs/reference/esql/index.asciidoc

@@ -106,13 +106,15 @@ with the time filter.
 [[esql-limitations]]
 === Limitations
 
-ESQL currently supports only the following field types:
+ESQL currently supports only the following <<mapping-types,field types>>:
 
 - boolean
 - dates
+- ip
 - keyword family (strings)
 - double/float/half_float
 - long/int/short/byte
+- version
 
 --