Add IP to supported types for Convert ingest processor #36145
Labels
:Data Management/Ingest Node
Execution or management of Ingest Pipelines including GeoIP
>feature
Team:Data Management
Meta label for data/management team
Describe the feature:
Add the ability to validate IP and convert addresses with the convert processor so that IP can be added to the list of supported types that currently include: integer, long, float, double, string, boolean, and auto.
This could use existing code doing validation checking when indexing to a mapped IP field:
"reason": "'192.168.256.1' is not an IP string literal."
Such a processor feature would allow detection handling or enrichment of ip values in inputs that have potentially mixed value types.
The text was updated successfully, but these errors were encountered: