Map new Elasticsearch unsigned long to a number in Kibana #81075
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Data Views
Data Views code and UI - index patterns before 8.0
Feature:elasticsearch
Describe the feature: Elasticsearch has added 64 bit unsigned long data type. It isn't currently mapped to a number type in Kibana but should be.
#40183
Describe a specific use case for the feature:
/cc @timroes
Otherwise the field is not usable.
I'm also finding that I can't sort on this field in Discover.
my_int shows sorting buttons;
But the unsigned long doesn't;
The field doesn't appear in the auto-complete field list in Discover;
Or in the field list to add a filter;
Also doesn't appear in the field list in Lens.
The text was updated successfully, but these errors were encountered: