-
Notifications
You must be signed in to change notification settings - Fork 181
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
Adds a SumoLogic Output #656
Conversation
Signed-off-by: Carlo Mencarelli <carlo@hackerone.com>
Welcome @mencarellic! It looks like this is your first PR to falcosecurity/falcosidekick 🎉 |
Thank you, I'll review it asap |
Co-authored-by: Thomas Labarussias <issif+github@gadz.org> Signed-off-by: Carlo Mencarelli <me@carlo.cloud>
LGTM label has been added. Git tree hash: afd06f34cb696738cca1a50b8bea9abcace5782c
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Issif, mencarellic 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 |
What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/area outputs
What this PR does / why we need it:
This PR adds a SumoLogic output. Since we use SumoLogic and want to also send Falco data to Sumo for long term storage, I felt adding an output would be reasonable.
Which issue(s) this PR fixes:
N/A
Special notes for your reviewer:
I don't write Go daily (or really ever). However, I tested this against our SumoLogic account and everything seems to work, the finesse of someone experienced in the language may not be there.