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

Add use-create option to fail dups #1458

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

Commits on Mar 14, 2022

  1. Add use-create option to fail dups

    This adds an option to the `bulk` operation to force using
    Elasticsearch's `create` operation instead of `index` operation. We
    already were sending this operation when indexing into data streams. But
    this gives us the option when indexing into regular indices as well.
    nik9000 committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    ed38184 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    0e36952 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    77c3c88 View commit details
    Browse the repository at this point in the history