You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #7789 we couldn't figure out the most appropriate autocomplete value scaling_factor. Either we need to figure out how to autocomplete only the name, leaving the value blank, or we should come up with the most sensible default.
@jpountz if Console's autocomplete requires a default value, do you have any thoughts on what a good default would be? Should there be a default in ES as well?
I like scaling_factor to be explicit since it has direct consequences on accuracy and disk usage. I'd be willing to reconsider however if there is consensus that we need to add a default.
If we need to have a default in Console, I think I would use 100: this gives 2 decimal places.
Bargs
added a commit
to Bargs/kibana
that referenced
this issue
Jul 26, 2016
Elasticsearch added a couple new data types, half_float and
scaled_float, so we should include those in Console's autocomplete
suggestions for mappings. Scaled_float also has a required parameter
called scaling_factor, which we suggest a sensible default for when
autocompleted. We talked about leaving the value empty, forcing the user
to pick a value, but the autocompleter doesn't seem to support blank
values.
Fixes: elastic#7811
Related: elastic#7782
Elasticsearch added a couple new data types, half_float and
scaled_float, so we should include those in Console's autocomplete
suggestions for mappings. Scaled_float also has a required parameter
called scaling_factor, which we suggest a sensible default for when
autocompleted. We talked about leaving the value empty, forcing the user
to pick a value, but the autocompleter doesn't seem to support blank
values.
Fixes: elastic#7811
Related: elastic#7782
Former-commit-id: a413b5c
While working on #7789 we couldn't figure out the most appropriate autocomplete value
scaling_factor
. Either we need to figure out how to autocomplete only the name, leaving the value blank, or we should come up with the most sensible default.@jpountz if Console's autocomplete requires a default value, do you have any thoughts on what a good default would be? Should there be a default in ES as well?
Related: #7782
Related: elastic/elasticsearch#19264
The text was updated successfully, but these errors were encountered: