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
For input JSON:
I have input JSON with topic fields inside child customData:
{"id":"fb1a463c-8a27-4cc2-9f0c-bd991c3802d6", "initiatorIp": "127.0.0.1", "topic":"topic1" }
How would I do addIf condition based on two fields?
addIf
rules: - type: add_if input: topic initiatorIp parameters: 'topic == "topic1" && initiatorIp="127.0.0.1"' output: compliance_boundary assignee: high
@ronensc @eranra
The text was updated successfully, but these errors were encountered:
Unfortunately, we don't support this feature currently.
Sorry, something went wrong.
No branches or pull requests
For input JSON:
I have input JSON with topic fields inside child customData:
How would I do
addIf
condition based on two fields?@ronensc
@eranra
The text was updated successfully, but these errors were encountered: