Skip to content

ConvertType enum is missing 'ip' #2309

@andrewkroh

Description

@andrewkroh

🐛 Missing type

The ConvertType is missing an member for ip.

export enum ConvertType {
integer = 0,
long = 1,
float = 2,
double = 3,
string = 4,
boolean = 5,
auto = 6
}

The convert processor docs say

The supported types include: integer, long, float, double, string, boolean, ip, and auto.

And the source code in Elasticsearch has an IP entry on its enum.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions