-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] type [ip] not supported, cannot convert field #6646
Comments
@sbillo, could you please clarify the high-level behavior you're observing and the desired behavior? My understanding is that the Is your goal to use the Thanks! |
@sbillo, trying to follow up with the question above? |
Hi msfroh, sorry for the delay in replying. |
@sbillo What is the field type in your mapping? Did you define a mapping for your index up front or is the goal here to auto-create the field with type IP? If you pass a Sorry for all the questions -- I just want to make sure that we fix this the right way! |
Assuming converting to @sbillo, please feel free to reopen if you still need something to be able to convert to an |
Describe the bug
Hi, I need to create an Ingest Pipeline where the input data is in this format: “winlog.event_data.DestinationIp”, using the processor convert I should get the format: “destination ip” whose type is: “type”: “ip”, but I get the error: “type [ip] not supported, cannot convert field”, although consulting the Opensearch documentation, the “type”:“ip” is an expected field.
To Reproduce
Place this convert in json pipeline to send to opensearch:
The error is:
NOTE: if use “string” instead of “ip”, all works fine. But i need “ip” 🥲
The text was updated successfully, but these errors were encountered: