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

POC - Sharing index patterns #95958

Closed
wants to merge 4 commits into from

Commits on Apr 26, 2021

  1. Core changes

    Add support for `resolve` method to the public SOC client abstraction.
    This was overlooked in Sharing Saved Objects Phase 2, but it will be
    added in Phase 3.
    jportner committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    6010f29 View commit details
    Browse the repository at this point in the history
  2. Add support for resolving index patterns in data plugin SOC abstraction

    Splitting this out into a separate commit as it is a prerequisite for
    converting index patterns to namespaceType 'multiple-isolated' but it
    is really a separate change in a different plugin.
    jportner committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    7d974af View commit details
    Browse the repository at this point in the history
  3. Convert index patterns to namespaceType 'multiple-isolated'

    This will happen in the 8.0 release. It requires that index patterns are
    retrieved with the `resolve` API, and that the various resolve outcomes
    are handled appropriately on the client side using the appropriate
    Spaces APIs.
    jportner committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    afc3490 View commit details
    Browse the repository at this point in the history
  4. Convert index patterns to namespaceType 'multiple'

    This will happen in an 8.x release. It allows index patterns to be
    shared to multiple spaces. This commit also changes the index pattern UI
    to add a spaces list column and a share to space action.
    jportner committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    f90490c View commit details
    Browse the repository at this point in the history