Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: logstash-plugins/logstash-output-elasticsearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bd290de
Choose a base ref
...
head repository: logstash-plugins/logstash-output-elasticsearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3684a81
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Nov 17, 2014

  1. Update Elasticsearch Output Plugin to retry bulk

    Some actions may fail within the ES client bulk call.
    Now, some messages (specifically errors 429 and 503s) will be
    retried up to 3 times. If there are still actions that are
    unsuccessfully indexed, Stud Buffer will continue its current
    behavior (to retry indefinitely).
    
    Stud Buffer will replay all events it first attempted to flush
    to Elasticsearch. This means duplicate events may find themselves
    in Elasticsearch.
    talevy committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    3684a81 View commit details
    Browse the repository at this point in the history
Loading