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

terms panel on host field fails to parse host correctly #618

Closed
nairial opened this issue Oct 28, 2013 · 1 comment
Closed

terms panel on host field fails to parse host correctly #618

nairial opened this issue Oct 28, 2013 · 1 comment

Comments

@nairial
Copy link

nairial commented Oct 28, 2013

I'm trying to make a top ten talkers panel for my logstash dashboard. If I set the field to the host's IP address, it works like it should. If I set it to host, I get strange results, like parts of host names. I think this is because my host names have dashes in them - location-device-etc. Is there any way I can get full host names to display in a terms panel?

@bobrik
Copy link

bobrik commented Oct 28, 2013

@rashidkpc I think you should put it into readme.

@nairial you should set index to not_analyzed on your field, see #364 and related issues.

w33ble pushed a commit to w33ble/kibana that referenced this issue Sep 13, 2018
* Created popover HOC for EuiPopover. Refactored existing popovers.

Added popover HOC. Refactored refresh_control 

Added paddingSize prop to popover

Added EuiButtonIcon and EuiPopover to arg_add_popover

Added aria-label to euibuttonicon in arg_add_popover

Added ids to all popovers

Fixed position of popovers

* Replaced EUI Popover with bootstrap popover

* Removed comments and unused props

* Fix: popover closes when clicking outside of the popover

* Fixed CSS for arg_form

* Changed div to span in popover

* Fixed button prop type in popover

* Refactored popover to use bootstrap overlay.

* Fixed popover props to match EuiPopover props

* Fixed popover title in refresh_control

* Removed window resize and wheel event listeners

* Added comment to popover

* Fixed prop name in popover

* Adds EUI to palette_picker

* fix: remove comment

* Changed button in palette_picker. Fixed spacing in palette_picker popover

* Fixed spacing in palette picker

* Cleaned up palette picker
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

4 participants
@bobrik @rashidkpc @nairial and others