Skip to content

Commit 43020e7

Browse files
Add IP type to convert processor (#5588) (#5589)
Co-authored-by: Steve Gordon <[email protected]>
1 parent 668bba2 commit 43020e7

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)