-
Notifications
You must be signed in to change notification settings - Fork 183
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
Migrate kubernetes_sumologic filter plugin #167
Conversation
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.
Is this just copy/paste from the other repo? Good to go given you tested locally. Also did you add an unit test for the null field value?
It's copy & paste, except a few minor changes. To remain consistent with the other plugins in our repo, I changed Good catch on the null field value change. That's currently still in the |
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.
LGTM
* Update Care EKS collector * Add a space, delete duplicate sourceCategory * nvm, we don't want spaces * Set sources as local variable to clean up filter_predicate * tf fmt * Let's try this again * one more time Co-authored-by: Mel Cone <[email protected]> Co-authored-by: Mel Cone <[email protected]>
Description
This moves the
kubernetes_sumologic
filter plugin from the old repo to this repo, and builds locally rather than pulling the gem.We also duplicate the
host
metadata and attach as a new fieldnode
since that makes more sense in the kubernetes context.Testing performed