Coder Social home page Coder Social logo

Comments (5)

repeatedly avatar repeatedly commented on July 23, 2024

Hmm... shard key(exclude_broken_fields) seems broken.
The simple solution is ignoring the document when exclude_broken_fields are broken.

What do you think?

from fluent-plugin-mongo.

repeatedly avatar repeatedly commented on July 23, 2024

Another solution is using but maybe this approach needs the handling improvement of fluentd itself.

from fluent-plugin-mongo.

Kaimlo avatar Kaimlo commented on July 23, 2024

Hum, what's the best for you? The goal is to not lose insert request into mongo.

from fluent-plugin-mongo.

repeatedly avatar repeatedly commented on July 23, 2024

fluent-plugin-mongo is designed on the assumption that an incoming event is valid as BSON.
It's a MongoDB limitation, so __broken_data approach is the last resort...

The best is secondary mongod or other output plugin is needed.
Because if shard key is broken, out_mongo can't send the request to mongos.
The problem is current Fluentd doesn't support the direct call.

Ignoring document is very simple solution.
In fact, some users use ignore_invalid_document true to ignore.
But it depends on the data type...

from fluent-plugin-mongo.

Kaimlo avatar Kaimlo commented on July 23, 2024

Ok so I will just use ignore_invalid_document true for now.

from fluent-plugin-mongo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.