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 common dynamic mappings and properties from ECS automatically #1073

Merged
merged 19 commits into from
Jan 13, 2023

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    6e51991 View commit details
    Browse the repository at this point in the history
  2. Write files in destinationDir

    mrodm committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    89e943c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b7624b View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Test new version package-spec

    mrodm committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    f51aef7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c663afe View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

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

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    001a312 View commit details
    Browse the repository at this point in the history
  2. Add license header

    mrodm committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    ddea438 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e85ada3 View commit details
    Browse the repository at this point in the history
  4. Rename dynamic template names to include a common prefix

    Review errors raised and their messages
    mrodm committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    44763fc View commit details
    Browse the repository at this point in the history
  5. Remove properties

    mrodm committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    311ee70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6fcff5 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    17d6ac3 View commit details
    Browse the repository at this point in the history
  2. Update debug messages

    mrodm committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    31fa9a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaa83e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57da695 View commit details
    Browse the repository at this point in the history
  5. Use semver v3

    mrodm committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    f21c828 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    a46de7b View commit details
    Browse the repository at this point in the history
  2. Replace dot by a dash in the imported template names

    In kibana versions < 8.6.0 the dot in the names caused that
    packages were not installed. It was interpreted that the string
    after the dot was an inner element of the map, causing validation
    errors.
    mrodm committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    8290c65 View commit details
    Browse the repository at this point in the history