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

Allow fields in BulkOperation to be optional #378

Merged
merged 3 commits into from
Feb 8, 2023

Commits on Feb 3, 2023

  1. Allow fields in BulkOperation to be optional

        https://opensearch.org/docs/1.3/api-reference/document-apis/bulk/#request-body
        > All actions support the same metadata: _index, _id, and _require_alias. If you don’t provide an ID, OpenSearch generates one automatically, which can make it challenging to update the document at a later time.
    
    Signed-off-by: Cameron Durham <u64.cam@gmail.com>
    camerondurham committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4ac7d58 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Update CHANGELOG.md

    Signed-off-by: Cameron Durham <u64.cam@gmail.com>
    camerondurham committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    6305e7d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Re-add linebreak

    Signed-off-by: Cameron Durham <u64.cam@gmail.com>
    camerondurham committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    002cf8e View commit details
    Browse the repository at this point in the history