-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Expose Community ID processor in Painless #73963
Expose Community ID processor in Painless #73963
Conversation
Pinging @elastic/es-core-features (Team:Core/Features) |
@probakowski, I've updated this one with your suggestions in 9c49328 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question, otherwise LGTM 👍 Thanks, Dan!
if (flow == null) { | ||
if (ignoreMissing) { | ||
return ingestDocument; | ||
} else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should still be here?
Thanks, @probakowski! |
Adds two
Processors.communityId()
methods to Painless that exposes the functionality of the community ID processor.Relates to #73346