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

[Ingest Manager] Update asset paths to use _ instead of - #70320

Merged
merged 4 commits into from
Jul 2, 2020

Commits on Jun 30, 2020

  1. [Ingest Manager] Update asset paths to use _ instead of -

    In elastic/package-registry#517 the naming of the file paths inside a package is standardised to only use `_` and not `-`. This adjusts the paths for `ilm-policy`, `component-template`, `index-template` to the correct path.
    
    An additional change here is to get rid of assets we don't support yet, like rollup jobs and ml jobs. We will reintroduce these when we support them.
    ruflin committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    1c47adf View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. fix index-pattern issue

    ruflin committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    bdffda0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c1143a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

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