Skip to content

Commit 16ac6cd

Browse files
stevejgordongithub-actions[bot]
authored andcommitted
Add IP type to convert processor (#5588)
1 parent 830d028 commit 16ac6cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Nest/Ingest/Processors/ConvertProcessor.cs

Lines changed: 3 additions & 0 deletions
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)