Skip to content

Commit 061cedf

Browse files
Update docs/reference/enrich-processor/convert-processor.md
Co-authored-by: shainaraskas <[email protected]>
1 parent 899f34f commit 061cedf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/enrich-processor/convert-processor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ mapped_pages:
88

99
Converts a field in the currently ingested document to a different type, such as converting a string to an integer. If the field value is an array, all members will be converted.
1010

11+
## Supported types
12+
1113
The supported types are: `integer`, `long`, `float`, `double`, `string`, `boolean`, `ip`, and `auto`.
1214

1315
| Target `type` | Supported input values |

0 commit comments

Comments
 (0)