-
Notifications
You must be signed in to change notification settings - Fork 4.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
[Heartbeat] Enable script processor #23229
Conversation
Pinging @elastic/uptime (Team:Uptime) |
Hi! We're labeling this issue as |
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.
Looks good.
Enables the script processor for heartbeat. This is an opt-in processor, but there's really never been a concrete need for that. This fixes elastic#22788 . (cherry picked from commit b89e5d6)
Enables the script processor for heartbeat. This is an opt-in processor, but there's really never been a concrete need for that. This fixes #22788 .
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.How to test this PR locally
Add a script section to the processors block, it will work!
Use cases
Mostly useful for situations where people want to apply novel complex logic. See #22788