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

Table panel of hostnames doesn't handle hostnames with hyphens properly #648

Closed
innate-ideas opened this issue Nov 1, 2013 · 4 comments
Closed

Comments

@innate-ideas
Copy link

Kibana3 milestone pre-5, elasticsearch 0.90.5

With a table panel having term @fields.hostname, hostnames with a hyphen "-" in the middle e.g. kibana-es01, kibana-mq01 are displaying "kibana" or "es01" or "mq01" not kibana-es01 or kibana-mq01 in Term column. Query is * .

@bobrik
Copy link

bobrik commented Nov 1, 2013

See #641, this is expected behaviour.

@pobzeb-relevantidea
Copy link

Just a quick comment that you can change your term field name to "hostname.raw" to have the value not analyzed (split apart).

@rashidkpc
Copy link
Contributor

Again, you can only use the .raw extension if you're using logstash or you've explicitly defined it in your mapping like logstash does. It is not a standard part of kibana or elasticsearch.,

@pobzeb-relevantidea
Copy link

Oh, I didn't know that. Thank you for the correction.

w33ble pushed a commit to w33ble/kibana that referenced this issue Sep 13, 2018
Fixes https://github.com/elastic/kibana-canvas/issues/278.

This PR simply bubbles up errors that come as a result of attempting to resolve the argument subexpressions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@bobrik @rashidkpc @innate-ideas @pobzeb-relevantidea and others