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

Yandex S3 output #261

Merged
merged 6 commits into from
Aug 6, 2021
Merged

Yandex S3 output #261

merged 6 commits into from
Aug 6, 2021

Conversation

nar3k
Copy link
Contributor

@nar3k nar3k commented Aug 4, 2021

  • Added Yandex S3 output
  • fixed GoLint error

What type of PR is this?

/kind feature

Any specific area of the project related to this PR?

Uncomment one (or more) /area <> lines:

/area build

/area config

/area outputs

/area tests

What this PR does / why we need it:

Which issue(s) this PR fixes:

#258

Fixes #

Special notes for your reviewer:

Signed-off-by: Narek Tatevosyan <nrkk@yandex-team.ru>
Signed-off-by: Narek Tatevosyan nrkk@yandex-team.ru
@nar3k
Copy link
Contributor Author

nar3k commented Aug 4, 2021

/assign @leodido

README.md Outdated Show resolved Hide resolved
config.go Outdated Show resolved Hide resolved
main.go Outdated Show resolved Hide resolved
main.go Outdated Show resolved Hide resolved
main.go Show resolved Hide resolved
main.go Outdated Show resolved Hide resolved
main.go Outdated Show resolved Hide resolved
main.go Show resolved Hide resolved
outputs/yandex.go Outdated Show resolved Hide resolved
outputs/yandex.go Outdated Show resolved Hide resolved
Signed-off-by: Narek Tatevosyan nrkk@yandex-team.ru

Co-authored-by: Thomas Labarussias <issif+github@gadz.org>
Signed-off-by: Narek Tatevosyan nrkk@yandex-team.ru

Co-authored-by: Thomas Labarussias <issif+github@gadz.org>
Signed-off-by: nar3k <nrkk@yandex-team.ru>
README.md Outdated Show resolved Hide resolved
config.go Outdated
@@ -358,6 +366,7 @@ func getConfig() *types.Configuration {
c.Fission.MinimumPriority = checkPriority(c.Fission.MinimumPriority)
c.Rabbitmq.MinimumPriority = checkPriority(c.Rabbitmq.MinimumPriority)
c.Wavefront.MinimumPriority = checkPriority(c.Wavefront.MinimumPriority)
c.Yandex.S3.MinimumPriority = checkPriority(c.Wavefront.MinimumPriority)
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
c.Yandex.S3.MinimumPriority = checkPriority(c.Wavefront.MinimumPriority)
c.Yandex.S3.MinimumPriority = checkPriority(c.Yandex.S3.MinimumPriority)

main.go Outdated Show resolved Hide resolved
outputs/yandex.go Outdated Show resolved Hide resolved
1) S3 endpoint is under s3 config
2) Yandex s3 uses credential library instead of file
3) Small error fixes

Signed-off-by: Narek Tatevosyan <nrkk@yandex-team.ru>
@nar3k
Copy link
Contributor Author

nar3k commented Aug 5, 2021

I hope it should be fine right now

Sorry for the spam , im new to github community - this PR gave me a lot of experience

@Issif
Copy link
Member

Issif commented Aug 5, 2021

I hope it should be fine right now

Sorry for the spam , im new to github community - this PR gave me a lot of experience

No problem, I'm here for helping you to contribute.

README.md Outdated Show resolved Hide resolved
Signed-off-by: Narek Tatevosyan <nrkk@yandex-team.ru>

Co-authored-by: Thomas Labarussias <issif+github@gadz.org>
Copy link
Member

@Issif Issif left a comment

Choose a reason for hiding this comment

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

well done and congrats 👍

@poiana poiana added the lgtm label Aug 6, 2021
@poiana
Copy link

poiana commented Aug 6, 2021

LGTM label has been added.

Git tree hash: d3a32b5c15bb3c2e1119824c93f41e39b6b601f1

@poiana
Copy link

poiana commented Aug 6, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Issif, nar3k

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 Aug 6, 2021
@poiana poiana merged commit d704322 into falcosecurity:master Aug 6, 2021
@Issif Issif added this to In progress in 2.x via automation Aug 12, 2021
@Issif Issif added this to the 2.24.0 milestone Aug 12, 2021
@Issif Issif moved this from In progress to Done in 2.x Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
2.x
Done
Development

Successfully merging this pull request may close these issues.

None yet

5 participants