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 support for specifying a constant_keyword value #194

Merged
merged 2 commits into from
Jun 23, 2021

Commits on Jun 22, 2021

  1. Add support for specifying a constant_keyword value

    For the `constant_keyword` field type Elasticsearch allows for the value to be specified in the mapping.
    If the value is not specified in the mapping then the value is set based on the first document that is
    indexed.
    
    Package data streams will be able to explicitly declare a constant_keyword value and will not have to
    include the field with every document sent.
    
    https://www.elastic.co/guide/en/elasticsearch//reference/7.12/keyword.html#constant-keyword-params
    andrewkroh committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    e5df662 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

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