[Filters] Confusing difference between formatted value of numbers and filters on that number #83858
Labels
enhancement
New value added to drive a business result
Feature:FieldFormatters
Feature:Filters
Feature:Search
Querying infrastructure in Kibana
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
When number formatters are used in Kibana, there is often a difference between what you see in Kibana and what you type to filter. For example, while searching based on
event.duration
in milliseconds, you need to understand that the data is displayed in milliseconds but collected in nanoseconds.However, if a search is executed, you have to search based on the number in nanoseconds, or the value seen within the JSON. Kibana should be able to allow for a search based on how it is representing it within its interface.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: