We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
OpenSearch users are often familiar with Painless script. Also, many users are looking for generic scripting as well.
Describe the solution you'd like
Create a painless processor:
painless
processor: - painless: source | event['total_time'] = event['connection_time'] + event['response_time']
Describe alternatives you've considered (Optional)
This could also exist alongside an expression script using existing Data Prepper expression languages.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Cool idea. But why settle with painless. Why not just offer LUA scripting in general? Seems like an easier solution.
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
OpenSearch users are often familiar with Painless script. Also, many users are looking for generic scripting as well.
Describe the solution you'd like
Create a
painless
processor:Describe alternatives you've considered (Optional)
This could also exist alongside an expression script using existing Data Prepper expression languages.
Additional context
N/A
The text was updated successfully, but these errors were encountered: