You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
* 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
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?
The text was updated successfully, but these errors were encountered: