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

Extra kibana_system privileges for Fleet transform upgrades #91499

Merged

Commits on Nov 10, 2022

  1. Extra kibana_system privileges for Fleet transform upgrades

    These changes go with those of elastic/kibana#142920.
    
    As we formalize the process by which the Fleet package
    installer will upgrade transforms more operations are
    required for managing the transforms and the related
    destination index:
    
    1. Need to be able to add an alias on the transform
       destination index and adjust which indices it points
       to when upgrading the transform.
    2. Need to be able to remove a default ingest pipeline
       from the settings of an old transform destination
       index during an upgrade that deletes the ingest
       pipeline.
    droberts195 committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2c2d50c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    9f723e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09c2f68 View commit details
    Browse the repository at this point in the history