Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(elasticsearch sink): Encode bulk action parameters as JSON #21293

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 13, 2024

  1. fix(elasticsearch): Encode bulk action parameters as JSON

    They are currently using string templating which, if there are special characters in the value, will
    end up creating an invalid JSON payload; an issue that can be difficult to track down. This happened
    in #21288.
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e874265 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Merge remote-tracking branch 'origin/master' into jszwedko/fix-elasti…

    …csearch-message-encoding
    jszwedko committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    88d8a79 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    6329720 View commit details
    Browse the repository at this point in the history