-
Notifications
You must be signed in to change notification settings - Fork 217
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
Provide a Mapping from Logstash Configuration files to Data Prepper configurations #466
Comments
I'd like to propose the following approach. When a Logstash plugin is found, Data Prepper will look for a file at the classpath location:
So for example, the This file might look like:
Or in the case of supporting the
Where We also might have something like For example,
|
…per as the mechanism for mapping plugins. This can be configure in the mapping YAML to allow detailed mapping configurations. opensearch-project#466 Signed-off-by: David Venable <[email protected]>
Signed-off-by: David Venable <[email protected]>
Refactored the DefaultPluginMapper to use LogstashPluginAttributesMapper as the mechanism for mapping plugins. This can be configure in the mapping YAML to allow detailed mapping configurations. #466 Signed-off-by: David Venable <[email protected]>
Is your feature request related to a problem? Please describe.
Beyond just parsing a Logstash configuration grammar, we must also be able map Logstash plugins and settings into Data Prepper plugins and settings.
Describe the solution you'd like
Provide a mapping file which can define how a Logstash plugin should map into Data Prepper.
The text was updated successfully, but these errors were encountered: