Giter Club home page Giter Club logo

Comments (2)

rhoboat avatar rhoboat commented on July 23, 2024

The Upgrade Assistant is a plugin released in X-Pack Kibana 5.6. It surfaces deprecated settings and lets users reindex old indices in preparation for upgrading the Elastic stack to version 6.0. Here's how it works.

Under the Management app in Kibana, you will see a link to Upgrade Assistant in the Elasticsearch section. This takes you to an overview which explains the tools available in the Upgrade Assistant plugin.

The first tool you should use is the Cluster Checkup. Upon navigating to this tab, it runs a series of checks against your cluster settings, node settings, and indices and displays any issues found in each of them. Each issue raised has a level of severity. Only critical level issues need to be resolved before you can safely upgrade the stack to version 6.

For any indices that need to be reindexed or upgraded, a deprecation issue will appear in the Cluster Checkup. You can manually reindex these indices, or you can use the next tool, the Reindex Helper, which will manage the reindex process for you. When you arrive at the Reindex Helper, a list of indices appears with a button to perform the action that the index requires. All internal indices, i.e., indices created and managed by X-Pack and Kibana, will show up with an upgrade button. The term upgrade here refers to the API we use to process internal indices to be 6.0-compatible. If you were to process this index manually, you would make a call to the _xpack/migration/upgrade API. This upgrade endpoint actually does a reindex under the hood, so essentially all indices in the list are getting reindexed. This is why we collectively refer to this tool as the Reindex Helper. All other indices, which are not internally managed by X-Pack or Kibana, and which were created prior to version 5, will appear in the list with a reindex button. If you were to process these indices manually, you would call the _reindex API.

You can start any number of reindex and upgrade processes at a time. Each process kicks off a reindex task that can be canceled from the UI via a cancel button. If any step in the reindex or upgrade process fails, the index can be reset via a reset button. Then refreshing the indices by clicking the refresh indices button will restore the index to a state where it can be processed again.

While processing several indices at a time, some processes will finish before others. You can still update the Ui via the refresh indices button or by reloading the page. This will clean up indices that have been processed so you can focus on those that are in progress or not started. The indices that are in progress will still appear with information about the running task, with the cancel button enabled.

from stack-docs.

debadair avatar debadair commented on July 23, 2024

Closed by https://github.com/elastic/x-pack-kibana/pull/2452

from stack-docs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.