Skip to content

mongo-tail not triggering with S3 as save location #158

@ManpreetNanreh

Description

@ManpreetNanreh

Hi,

I am trying to use mongo-tail to monitor the MongoDB. The goal here is to read data from MongoDB continuously and store it into the S3 bucket. The configuration below compiles successfully with no issue but mongo-tail does not trigger and read data from the database. I don't see any logs coming into S3 or in the buffer save location. I am not sure what the issue is, so please help me resolve this issue.

<source>
        @type mongo_tail
        url mongodb://USERNAME:PASSWORD@HOST:PORT/DB_NAME
        collection COLLECTION_NAME
        tag mongoLogs
</source>

<match mongoLogs.**>
        @type s3
        aws_key_id ID
        aws_sec_key KEY
        region REGION

        s3_region REGION
        s3_bucket BUCKET_NAME
        path raw/

        <buffer>
                @type file
                path ~/bufferLogs/
                chunk_limit_size 256m
                timekey 60s
                timekey_wait 10s
        </buffer>
</match>

Please let me know if you need more info.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions