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

Kibana fails to start when Elasticsearch is not available #7234

Closed
epixa opened this issue May 18, 2016 · 3 comments
Closed

Kibana fails to start when Elasticsearch is not available #7234

epixa opened this issue May 18, 2016 · 3 comments
Labels
bug Fixes for quality problems that affect the customer experience

Comments

@epixa
Copy link
Contributor

epixa commented May 18, 2016

Discovered by @kimchy

Kibana Version: 5.0.0-alpha2

What you did:

Tried to start kibana (ie. bin/kibana) when Elasticsearch was not running.

What happened:

A fatal error was encountered at startup and Kibana failed to start:
screen shot 2016-05-18 at 3 03 23 pm

What should have happened:

Kibana should still have started, though it would log the following warning to console, and any user that accessed Kibana in the browser would be redirected to the status page where Elasticsearch would be marked as unavailable.

[warning][elasticsearch] Unable to revive connection: http://localhost:9200/
[warning][elasticsearch] No living connections
@epixa epixa added the bug Fixes for quality problems that affect the customer experience label May 18, 2016
@epixa
Copy link
Contributor Author

epixa commented May 18, 2016

@kimchy I created the issue so we can track it, but I am unable to reproduce the error you encountered on either an official build of 5.0.0-alpha2 or on master. Do you have any other details you can provide to help reproduce it?

@jbudz
Copy link
Member

jbudz commented May 19, 2016

#7106 related

@epixa
Copy link
Contributor Author

epixa commented May 19, 2016

Ah, yeah, thanks. This is definitely a duplicate of #7106

@epixa epixa closed this as completed May 19, 2016
cee-chen added a commit that referenced this issue Oct 4, 2023
`v88.5.0`⏩`v88.5.4`

This EUI upgrade helps unblock the Shared UX team with some beta
serverless nav updates not listed in the below changelog
(elastic/eui#7228 and
elastic/eui#7248).

---

## [`88.5.4`](https://github.com/elastic/eui/tree/v88.5.4)

- This release contains internal changes to a beta component needed by
Kibana.

## [`88.5.3`](https://github.com/elastic/eui/tree/v88.5.3)

**Bug fixes**

- Fixed `EuiComboBox` search input width not resetting correctly on
selection ([#7240](elastic/eui#7240))

## [`88.5.2`](https://github.com/elastic/eui/tree/v88.5.2)

**Bug fixes**

- Fixed broken `EuiTextTruncate` testenv mocks
([#7234](elastic/eui#7234))

## [`88.5.1`](https://github.com/elastic/eui/tree/v88.5.1)

- Improved the performance of `EuiComboBox` by removing the
`react-autosizer-input` dependency
([#7215](elastic/eui#7215))

**Dependency updates**

- Updated `react-element-to-jsx-string` to v5.0.0
([#7214](elastic/eui#7214))
- Removed unused `@types/vfile-message` dependency
([#7214](elastic/eui#7214))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience
Projects
None yet
Development

No branches or pull requests

2 participants