Code Monkey home page Code Monkey logo

Comments (3)

talevy avatar talevy commented on July 21, 2024

@pickypg the create_unless_exists action was added to the node protocol. as was done in the original PR: #29.

is there a reason you are using http?

The only way to get around this right now is to LOG the exception as an error (and drop the event), and continue with the pipeline. does that sound good for now?

from logstash-output-elasticsearch.

pickypg avatar pickypg commented on July 21, 2024

@talevy I was trying to figure out was causing a completely unrelated issue, so I just tried it.

At the time, I didn't remember that it only worked on the node protocol (the original approach worked on all of them by adding a check and changing).

The only way to get around this right now is to LOG the exception as an error (and drop the event), and continue with the pipeline. does that sound good for now?

That's fine with me. Anything is better than an infinite, unstoppable loop.

from logstash-output-elasticsearch.

talevy avatar talevy commented on July 21, 2024

The unfortunate truth is that any exception that is raised within the context of the elasticsearch output plugin will enter an infinite loop. It is the nature of the library Stud::Buffer which is being used.

I will go ahead and make a change for this to log an error and drop message 😞 instead of enter infinite exception world

from logstash-output-elasticsearch.

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.