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

[Fleet] Add support for additional types for dynamic mappings #168842

Merged
merged 11 commits into from
Oct 17, 2023

Commits on Oct 13, 2023

  1. [Fleet] Add support for additional types for dynamic mappings

    Add support for fields that generate and dynamic mapping of the
    following types:
    - scaled_float
    - half_float
    - match_only_text
    - aggregate_metric_double
    - ip
    - integer (mapped as long as in other cases)
    - group (child fields are installed as dynamic mappings)
    
    When the type is not known, an error is raised now
    instead of silently ignoring the field definition.
    jsoriano committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    0855613 View commit details
    Browse the repository at this point in the history
  2. Fix linting

    jsoriano committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    0827919 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b454ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5517847 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5beeadf View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'jsoriano/scaled-float-dynamic-mapping' …

    …into scaled-float-dynamic-mapping
    jsoriano committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    49638d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77c4c01 View commit details
    Browse the repository at this point in the history
  8. More linting

    jsoriano committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    7a54b24 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    061953c View commit details
    Browse the repository at this point in the history
  2. Add unsigned long

    jsoriano committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    445018c View commit details
    Browse the repository at this point in the history
  3. Linting

    jsoriano committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    2d1dfd4 View commit details
    Browse the repository at this point in the history