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

(5.0.0-alpha5) Elasticsearch plugin is red; plugin:[email protected] Service Unavailable #7985

Closed
naisanza opened this issue Aug 12, 2016 · 8 comments

Comments

@naisanza
Copy link

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:

  1. Create Ubuntu 15.10 container; apt update; apt upgrade
  2. Download java, kibana, elasticsearch
  3. No changes to kibana.yml
  4. Make changes to elasticsearch.yml (see below)
  5. Start Elasticserach su elastic -c "ES_JAVA_OPTS='-Xms2048m -Xmx2048m' elasticsearch"
  6. Start Kibana
  7. Receive error (see screenshot)
root@Kibana-500-alpha5:~# grep -v "#" /opt/elasticsearch-5.0.0-alpha5/config/elasticsearch.yml                                                                                            cluster.name: cluster-mk1-beta
discovery.zen.minimum_master_nodes: 1
node.master: false
node.data: false

This error does not occur if elasticsearch.yml is set to:

network.host: _site_ 

and kibana.yml is set to:

elasticsearch.url: "http://10.1.10.213:9200"

Errors in browser console (if relevant):

screenshot from 2016-08-11 20-53-07

Provide logs and/or server output (if relevant):

@naisanza naisanza changed the title Elasticsearch plugin is red; plugin:[email protected] Service Unavailable (5.0.0-alpha5) Elasticsearch plugin is red; plugin:[email protected] Service Unavailable Aug 12, 2016
@jasontedor
Copy link
Member

jasontedor commented Aug 12, 2016

The problem is that you have node.data and node.master set to false; in this case, Kibana can not find the master node, and even if node.master were true but node.data is still false, after it creates the .kibana index, the master will not have a data node on which to allocate a primary shard for that index.

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.

@naisanza
Copy link
Author

@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

@jasontedor
Copy link
Member

Let's keep the discussion on elastic/elasticsearch#19968.

@jasontedor jasontedor reopened this Aug 12, 2016
@jasontedor
Copy link
Member

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.

@Bargs
Copy link
Contributor

Bargs commented Aug 15, 2016

@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.

@ror6ax
Copy link

ror6ax commented Feb 16, 2017

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
plugin:[email protected] Ready
plugin:[email protected] Not Found

@epixa epixa removed the P3 label Apr 25, 2017
@pitops
Copy link

pitops commented May 8, 2017

i have the same problem as @ror6ax

Did you have any luck @ror6ax ?

Version 5.4.0 (logstash/kibana)

@thomasneirynck
Copy link
Contributor

Seems this went stale. I will close this for now. We can always reopen if necessary.

jbudz pushed a commit that referenced this issue Sep 10, 2024
`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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants