elastic / elasticsearch-migration

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.
290 stars 32 forks source link

Reduce repetition in UI #5

Closed skearns64 closed 9 years ago

skearns64 commented 9 years ago

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 
clintongormley commented 9 years ago

Good idea - fixed