PutBucketNotificationConfiguration operation: Configurations overlap Error #47
-
Hello Team, I am trying this tool for the first time. I am getting the following error while running matano deploy command. An error occurred (InvalidArgument) when calling the PutBucketNotificationConfiguration operation: Configurations overlap. Configurations on the same My configurations: ======================================================================== name: "dummy_test" ingest: transform: | schema:
name: "my_detection"
============================================================================== matanodpcommonstack-matanoingestionbucket1eaea516-170y1mafidx91 =============================================================================== { =============================================================================== Kindly request you to help to debug this issue. Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, Matano supports either using the default Matano created sources ingestion bucket or a custom bucket (Bring your own bucket). The When you want to just use the Matano provided ingestion source bucket, you don't have to include any So try to remove the entire |
Beta Was this translation helpful? Give feedback.
Hi, Matano supports either using the default Matano created sources ingestion bucket or a custom bucket (Bring your own bucket).
The
ingest.s3_source
block is for bringing your own custom bucket.When you want to just use the Matano provided ingestion source bucket, you don't have to include any
ingest
configuration in your log_source.yml.So try to remove the entire
ingest
key from your log_source.yml.