Skip to content
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

Support negation of boolean attribute values in converter while mapping plugins #746

Closed
asifsmohammed opened this issue Dec 15, 2021 · 0 comments · Fixed by #756
Closed
Assignees
Milestone

Comments

@asifsmohammed
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
The Logstash configuration converter only supports mapping attribute names. It should also support a way to negate boolean attribute values in the mapping file.
Current implementation just maps attributeName -> newAttributeName.

Describe the solution you'd like
With new feature we'll be able to negate boolean values if required by validating the first character of mapped attribute name in mapping.yaml files.

mappedAttributeNames:
  attributeName: !newAttributeName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment