Is there a way to change the colors for these three ranges for the field for "Score" without doing it manually? I want all the data points that fall in the score range of "from 0.9 to 1" to be green, "from 0.8 to 0.9" to be yellow, and the last range to be red. Would some JSON input work?
Not without doing it manually, no. Kibana doesn't currently support showing colors based on a specific value either. There's a number of existing issues you can track to see when that feature may be introduced though.
- Change bucket color based on threshold #7659 is probably the most relevant
- Consistent, global color configuration for query and field values #6480
- Configurable color buckets for the map #5058 (only tangentially related)
Oh, that's unfortunate. Thanks anyway.