-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Open
Labels
Feature:LensFeature:VisualizationsGeneric visualization features (in case no more specific feature label is available)Generic visualization features (in case no more specific feature label is available)Feature:elasticsearchTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//impact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.Addressing this issue will have a low level of impact on the quality/strength of our product.release_note:enhancement
Description
In some cases it would be very useful to have Kibana generate the ranges used for the range agg with simple rules, for example:
- "generate 5 equal ranges between 100 and 200" would yield: [100-120] ... [180-200]
- "generate exponential ranges from [0-0.01] up to 10" would yield: [0-0.01], [0.01-0.10], [0.10-1.0], [1.0-10.0]
The second example is especially useful to plot a distribution of latencies with a long tail.
pmoust and Angel0r
Metadata
Metadata
Assignees
Labels
Feature:LensFeature:VisualizationsGeneric visualization features (in case no more specific feature label is available)Generic visualization features (in case no more specific feature label is available)Feature:elasticsearchTeam:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//impact:lowAddressing this issue will have a low level of impact on the quality/strength of our product.Addressing this issue will have a low level of impact on the quality/strength of our product.release_note:enhancement