Skip to content

Commit 109c865

Browse files
authored
Add IP type to convert processor (#5588)
1 parent 2d82654 commit 109c865

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Nest/Ingest/Processors/ConvertProcessor.cs

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ public enum ConvertProcessorType
110110
[EnumMember(Value = "boolean")]
111111
Boolean,
112112

113+
[EnumMember(Value = "ip")]
114+
Ip,
115+
113116
[EnumMember(Value = "auto")]
114117
Auto
115118
}

0 commit comments

Comments
 (0)