fluent / fluent/fluent-plugin-mongo

Fluentd Not Sending Data to MongoDB

Open
#96 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Ruby
Stars
175
Forks
56
PR merge metrics
No merged PRs in 30d

Description

I am trying to send the parsed data from Fluentd to MongoDB. My system configuration is as below:

![fluentd-system-configuration](https://user-images.githubusercontent.com/34761951/35384079-313198f2-01ea-11e8-9e7e-940fa83be4e7.PNG)

And MongoDB plugin: **fluent-plugin-mongo | 1.1.0**

My data is being parsed but I am not able to send it to Mongo. Here is my config file:

```

@type mongo
host 127.0.0.1
port 27017
user tti-prod
password mypassword
database fluent-testrun
collection requests
capped
capped_size 100m

@type tail
path /home/my-app/logs/%Y/%b/app.log
tag request.main
format /^\[(?

```
Can anyone explain this. There is no error log as such.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.