This plugin will help you to check whether you can upgrade directly to the next major version of Elasticsearch, or whether you need to make changes to your data and cluster before doing so.
For some of the field-level issues, we currently repeat the detail for each affected field in each index. It would save a lot of screen real estate to show only the issue once
Current:
Boolean fields
Boolean field cluster_event:_source_node.data_node will return 1/0 instead of T/F in scripts, aggregations, or sort values.
Boolean field cluster_event:_source_node.master will return 1/0 instead of T/F in scripts, aggregations, or sort values.
Boolean field cluster_event:_source_node.master_node will return 1/0 instead of T/F in scripts, aggregations, or sort values.
Here is what it might look like if we elevate the description:
Boolean fields: The following fields will return 1/0 instead of T/F in scripts, aggregations, or sort values:
cluster_event:_source_node.data_node
cluster_event:_source_node.master
cluster_event:_source_node.master_node
For some of the field-level issues, we currently repeat the detail for each affected field in each index. It would save a lot of screen real estate to show only the issue once Current:
Here is what it might look like if we elevate the description: