-
Notifications
You must be signed in to change notification settings - Fork 386
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
Fluentd for Audit Logging #2853
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2853 +/- ##
===========================================
+ Coverage 40.23% 59.69% +19.45%
===========================================
Files 166 289 +123
Lines 20693 24540 +3847
===========================================
+ Hits 8326 14648 +6322
+ Misses 11558 8322 -3236
- Partials 809 1570 +761
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
I think https://github.com/antrea-io/antrea/tree/main/docs/cookbooks/ may be a better location for this stuff (with a reference in docs/antrea-network-policy.md). @abhiraut?
that's a good idea.. probably |
Sounds good, shall I move the YAML files from |
maybe yes, please move the YAML manifests there as well |
you can take a look at the |
do we think we could extend fluentd integration beyond netpol in future? |
Yes, it could tail any file as long as we specify the correct parse in |
3d55847
to
0b06e8c
Compare
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.
Could you use more consistent line wrapping (~80 chars) in the README?
|
Please change it to latter one https://www.elastic.co/guide/en/elasticsearch/reference/7.8/heap-size.html. Thanks for updating this link. |
I think we should keep 7.8.0 version of the link since it is consistent with the images we are using. We can keep this change in the PR. Thanks! |
dbafb1a
to
4b1507e
Compare
@qiyueyao @antoninbas @abhiraut do we plan to include it in v1.4? |
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.
I found some small issues
@tnqn this can be postponed to 1.5
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.
There is still a lot of DeamonSet typos (instead of DaemonSet)
/skip-all |
@qiyueyao the DCO check is failing. It may be a good opportunity to squash the commits since you need to sign them anyway. |
Thanks for the suggestion! Cleaned up the commits and checked sign offs. |
Moved to cookbooks, added email alerting documentation. Change elastic link in flow visibility doc, updated shell scripts to go install. Signed-off-by: Qiyue Yao <[email protected]>
/skip-all |
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.
@qiyueyao next time please squash as one commit only and edit the resulting commit message as needed
This is to complete this issue request Add documentation support for Fluentd integration with Audit Logging
go get
togo install
in filehack/update-toc.sh
andhack/update-spelling.sh
After investigating with
top
, the CPU consumption percentage does not have significant change after deploying Fluentd.