-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
(5.0.0-alpha5) Elasticsearch plugin is red; plugin:[email protected] Service Unavailable #7985
Comments
The problem is that you have In the future, can you please not cross post? We are more than happy to help you even if that includes directing you from the elasticsearch repository to here, or vice-versa. |
@jasontedor that is what the documentation said to do for running kibana with a local elasticsearch client running to find the other nodes through it's discovery ability without requiring hardcoded addresses in the configuration https://www.elastic.co/guide/en/kibana/current/production.html |
Let's keep the discussion on elastic/elasticsearch#19968. |
After further discussion with @naisanza on elastic/elasticsearch#19968, I'm reopening this as I think the documentation needs improvement. You can reference the discussion on elastic/elasticsearch#19968, but the crux of the matter is that the documentation currently makes no mention of configuring the client node to point to an Elasticsearch cluster. |
@jasontedor Is there any existing ES documentation that describes how to connect a node to a remote cluster? I expected there would be, but I couldn't find anything. If there is, it might be better to link the user to that rather than duplicate the instructions on this page. Since each user's network is going to be unique I think it might be tough to distill your comment in the ES ticket into a couple one-size-fits-all bullet points. |
I have this issue while running Kibana on Mesos. We're using Mesos-DNS and I pass elasticsearch URL which is provided by it. Can you please advice what might be done to fix it? ui settings Elasticsearch plugin is red |
Seems this went stale. I will close this for now. We can always reopen if necessary. |
`v95.9.0`⏩`v95.10.1` > [!note] > **EuiDataGrid**'s header cells have received a major UX change in order to support interactive children within header content. Column header actions now must be hovered and then clicked directly, or opened with the Enter key, as opposed to being able to click the entire header cell to see the actions popover. _[Questions? Please see our Kibana upgrade FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)_ --- ## [`v95.10.0`](https://github.com/elastic/eui/releases/v95.10.0) - Updated `EuiDataGrid` to support interactive header cell content ([#7898](elastic/eui#7898)) - Updated `EuiSearchBar`'s `field_value_selection` filter type with a new `autoSortOptions` config, allowing consumers to configure whether or not selected options are automatically sorted to the top of the filter list ([#7958](elastic/eui#7958)) - Updated `getDefaultEuiMarkdownPlugins` to support the following new default plugin configurations: ([#7985](elastic/eui#7985)) - `parsingConfig.linkValidator`, which allows configuring `allowRelative` and `allowProtocols` - `parsingConfig.emoji`, which allows configuring emoticon parsing - `processingConfig.linkProps`, which allows configuring rendered links with any props that `EuiLink` accepts - See our **Markdown plugins** documentation for example `EuiMarkdownFormat` and `EuiMarkdownEditor` usage - Updated `EuiDatePicker` to support `append` and `prepend` nodes in its form control layout ([#7987](elastic/eui#7987)) **Bug fixes** - Fixed border rendering bug with inline `EuiDatePicker`s with `shadow={false}` ([#7987](elastic/eui#7987)) - Fixed `EuiSuperSelect`'s placeholder text color to match other form controls ([#7995](elastic/eui#7995)) **Accessibility** - Improved the keyboard navigation and screen reader output for `EuiDataGrid` header cells ([#7898](elastic/eui#7898)) ## [`v95.10.1`](https://github.com/elastic/eui/releases/v95.10.1) **Bug fixes** - Fixed a visual bug in compact density `EuiDataGrid`s, where the header cell height would increase when the actions button became visible ([#7999](elastic/eui#7999)) --------- Co-authored-by: Lene Gadewoll <[email protected]>
Kibana version: Kibana 5.0.0-alpha5
Elasticsearch version: Elasticsearch 5.0.0-alpha5
Server OS version: Proxmox Ubuntu 15.10 LXC
Browser version: Chrome/Firefox
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.):
Description of the problem including expected versus actual behavior:
Steps to reproduce:
su elastic -c "ES_JAVA_OPTS='-Xms2048m -Xmx2048m' elasticsearch"
This error does not occur if elasticsearch.yml is set to:
and kibana.yml is set to:
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
The text was updated successfully, but these errors were encountered: