Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES type "ip" displayed as integer #571

Closed
gelim opened this issue Oct 14, 2013 · 3 comments
Closed

ES type "ip" displayed as integer #571

gelim opened this issue Oct 14, 2013 · 3 comments
Labels
bug Fixes for quality problems that affect the customer experience

Comments

@gelim
Copy link

gelim commented Oct 14, 2013

Hi,

when displaying data in a chart that is typed as "ip" in elasticsearch, the integer value is printed by kibana3. There should be a wrapper that compute the text value before being printed out in that case.

Cheers

@hillar
Copy link

hillar commented Oct 14, 2013

+1

@avleen
Copy link

avleen commented Oct 26, 2013

This isn't just cosmetic: If you try to do a topN query, with an IP field as the key, it causes ES to reject the query because the decimal number isn't an IP address. Serious bug.

@rashidkpc
Copy link
Contributor

This is an issue in Elasticsearch. The short of it is that Elasticsearch retrieves the values from field data, and currently has no mechanism for modifying values before returning them.
elastic/elasticsearch#3321
elastic/elasticsearch#2462 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience
Projects
None yet
Development

No branches or pull requests

5 participants
@gelim @avleen @hillar @rashidkpc and others