Skip to content

Conversation

@daniebrill
Copy link

What type of PR is this?
Backend Feature

What this PR does / why we need it:
Add checks for S3

Which issue(s) this PR fixes (if exists):

NONE

Additional documentation:

To check a bucket, you have to add a filter to this bucket:
Amazon S3 --> Bucket-name --> Metrics --> View additional charts --> Request metrics --> Manage filters --> Create filter

Filter name: EntireBucket
Scope: This filter applies to all objects in the bucket
--> Create filter

Jackafive753 and others added 24 commits May 28, 2021 14:10
/collector/structs.go
+ AccountSpecifiedFiels struct to save AccountId and AccountName

/collector/aws/common/structs.go
+ add Method getAccountName()

/collector/aws/detector.go
+ save in DetectorManager the accountName from config file

/collector/resources/*
+ save AccountSpecifiedFields with values in detectedStructs
* elasticsearch.go getDynamicMatchQuery
   add: if filterName is Data.AccountID then build boolQuery for given AccountIDs
fit MockAWSManager to the modified AWSManager
* save arn in resourceID field
+ add values in test objects
+ add accounts to the provider store
+ Show Accounts in a chip-list like resources
+ add Accounts to filter
add comments
add spentAccounts in summary
add things to success tests
Add multiaccount-selection functionality for RessourceCharts
add S3 ("simple storage service") checks and test-file
change cloudwatch.go return error if no datapoint is returned from cloudwatch
remove account charts with not data found
Copy link
Contributor

@kaplanelad kaplanelad left a comment

Choose a reason for hiding this comment

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

Hey @daniebrill,

The new S3 resource is very useful.
this branch include also the previews changes that have already been reviewed. for better review, can you please merge the branch with feature/multi_account_selection ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants