Skip to content
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

Adding Azure EventHubs as output #66

Merged
merged 5 commits into from
Jul 6, 2020
Merged

Conversation

arminc
Copy link
Contributor

@arminc arminc commented Jul 3, 2020

This adds Azure EventHubs as an output option. The current implementation assumes usage of Azure "aad-pod-identity".

Extra: It adds priorityClassName to the helm chart.

@leodido
Copy link
Member

leodido commented Jul 3, 2020

/kind feature

@poiana poiana added kind/feature New feature or request and removed needs-kind labels Jul 3, 2020
@Issif
Copy link
Member

Issif commented Jul 3, 2020

Thanks for that great MR. I'm doing a review ASAP, even if I don't know how Azure works 😉

@Issif
Copy link
Member

Issif commented Jul 4, 2020

@arminc We've integrated an automatic system, poiana for handling merge requests and be consistent with the whole falcosecurity organization. It implies you sign-off all your commits, can you do that pleaseN

@arminc
Copy link
Contributor Author

arminc commented Jul 5, 2020

Done

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
outputs/azure.go Outdated Show resolved Hide resolved
outputs/azure.go Outdated Show resolved Hide resolved
outputs/azure.go Outdated Show resolved Hide resolved
stats.go Outdated Show resolved Hide resolved
@Issif
Copy link
Member

Issif commented Jul 5, 2020

@arminc That's great. Can you add more details in README for telling this output only works if falcosidekick is running in an AKS Pod with add label. Thanks.


azure:
# eventHub:
# name: "" # The name of the Hub, EventHub output is enabled
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# name: "" # The name of the Hub, EventHub output is enabled
# name: "" # The name of the Hub, if not empty, EventHub output is enabled

@@ -271,6 +279,9 @@ The *env vars* "match" field names in *yaml file with this structure (**take car
* **DOGSTATSD_TAGS**: A comma-separated list of tags to add to all metrics
* **WEBHOOK_ADDRESS** : "" # Webhook address, if not empty, Webhook output is enabled
* **WEBHOOK_MINIMUMPRIORITY** : minimum priority of event for using this output, order is `emergency|alert|critical|error|warning|notice|informational|debug or "" (default)`
* **AZURE_EVENTHUB_NAME**: Name of the Hub, EventHub is *enabled*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* **AZURE_EVENTHUB_NAME**: Name of the Hub, EventHub is *enabled*
* **AZURE_EVENTHUB_NAME**: Name of the Hub, if not empty, EventHub is *enabled*

@poiana poiana added the lgtm label Jul 6, 2020
@poiana
Copy link

poiana commented Jul 6, 2020

LGTM label has been added.

Git tree hash: d3b5818ea2f9f8be9b7348f0ef13935d95ea25a4

@poiana
Copy link

poiana commented Jul 6, 2020

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Issif

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@poiana poiana added the approved label Jul 6, 2020
@Issif
Copy link
Member

Issif commented Jul 6, 2020

@arminc As my last comments are simple, I approved because feature seems working for me.

@poiana poiana merged commit 5ff7d1d into falcosecurity:master Jul 6, 2020
@Issif Issif added this to the 2.14.0 milestone Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants