-
Notifications
You must be signed in to change notification settings - Fork 83
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
Field properties changes #36
Conversation
This PR depends on: Hold until those get merged. |
/retest |
This matches the corresponding sdk change in falcosecurity/plugin-sdk-go#32. The sdk change should be merged first. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
This changes the syntax of field Properties to be a list instead of a single value. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
1e017ca
to
d91bbed
Compare
This allows for field properties as a list of strings. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
Not explicitly required, as this plugin doesn't actually export field properties, but just for consistency. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
When defining a field, add a properties property with a list of string values. Also serialize this to json in the ostringstream overload. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't approve, but LGTM
LGTM label has been added. Git tree hash: 19c0d1d42e3d92943de1277e2c85b146fe40c82b
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: leogr, mstemm The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
What type of PR is this?
/kind cleanup
Any specific area of the project related to this PR?
/area source-plugins
/area extractor-plugins
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: