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
I have input JSON with topic fields inside child customData:
{"id":"fb1a463c-8a27-4cc2-9f0c-bd991c3802d6", "eventTime":"2023-08-27T13:38:13.373726754Z", "customData":{"valid":"0","offset":"0","topic":"topic1"} }
How would I do addIf for customData.topic?
addIf
customData.topic
- type: add_if input: customData.topic parameters: '== "topic1"' output: classification assignee: high
@ronensc @eranra
The text was updated successfully, but these errors were encountered:
Unfortunately, we don't support this feature. The flowlogs are assumed to have a flat structure.
Sorry, something went wrong.
No branches or pull requests
I have input JSON with topic fields inside child customData:
How would I do
addIf
forcustomData.topic
?@ronensc
@eranra
The text was updated successfully, but these errors were encountered: