-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Comments
See #641, this is expected behaviour. |
Just a quick comment that you can change your term field name to "hostname.raw" to have the value not analyzed (split apart). |
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., |
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
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 * .
The text was updated successfully, but these errors were encountered: