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

esArchiver doesn't work with multiple saved object indices #41352

Closed
mikecote opened this issue Jul 17, 2019 · 3 comments
Closed

esArchiver doesn't work with multiple saved object indices #41352

mikecote opened this issue Jul 17, 2019 · 3 comments
Assignees
Labels
Team:Operations Team label for Operations Team

Comments

@mikecote
Copy link
Contributor

mikecote commented Jul 17, 2019

Now that saved objects can exist on multiple indices (more than just .kibana) #35747. I realized esArchiver doesn't support the change yet.

As I'm converting task manager to use saved objects on a different index #39829. I realized when running tests that the esArchiver doesn't touch the .kibana_task_manager. The index is configured for task manager under uiExports.

uiExports: {
  savedObjectSchemas: {
    task: {
      indexPattern: '.kibana_task_manager',
    },
  },
},
@mikecote mikecote added the Team:Operations Team label for Operations Team label Jul 17, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations

@spalger
Copy link
Contributor

spalger commented Jul 17, 2019

Yeah, we mostly base our checks on whether the index starts with .kibana, to detect saved object indexes, but we also might not be respecting the index setting when we run migrations... Will need to look into this. For the time being you can use the es service to create some objects in the .kibana_task_manager index.

@tylersmalley
Copy link
Contributor

Going to close this issue. We have been working on migrating all archives with saved objects to use kbnArchiver, which uses the import/export under the hood. This work is tracked here #102552

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Operations Team label for Operations Team
Projects
None yet
Development

No branches or pull requests

4 participants