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 5.0 setup instructions incomplete #7909

Closed
realrobmorris opened this issue Aug 2, 2016 · 1 comment
Closed

kibana 5.0 setup instructions incomplete #7909

realrobmorris opened this issue Aug 2, 2016 · 1 comment

Comments

@realrobmorris
Copy link

Kibana version:
5.0
Elasticsearch version:
5.0
Server OS version:
CentOS 6.8
Browser version:
chrome
Browser OS version:
linux
Original install method (e.g. download page, yum, from source, etc.):
yum
Description of the problem including expected versus actual behavior:

The setup instructions located at https://www.elastic.co/guide/en/kibana/5.0/setup.html state that all one that is on an init system needs to do is chkconfig --add kibana.

That is not true. Kibana does not start just at that. Need to add service kibana start after doing chkconfig --add kibana

Please correct. Thanks.

@stacey-gammon
Copy link
Contributor

Looks like this has been fixed. Closing.

screen shot 2018-08-08 at 10 24 37 am

jbudz pushed a commit that referenced this issue Aug 1, 2024
`v95.4.0` ⏩ `v95.5.0`

_[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.5.0`](https://github.com/elastic/eui/releases/v95.5.0)

- Added `minusInSquare` and `plusInSquare` glyphs to `EuiIcon`.
([#7875](elastic/eui#7875))

**Bug fixes**

- Fixed `EuiSuperDatePicker` not correctly passing `refreshMinInterval`
from the quick select popover
([#7905](elastic/eui#7905))

**CSS-in-JS conversions**

- Converted `EuiSuperDatePicker`'s form control to Emotion;
([#7904](elastic/eui#7904))
  - Removed `$euiSuperDatePickerWidth`
  - Removed `$euiSuperDatePickerButtonWidth`
  - Removed `$euiSuperDatePickerNeedsUpdatingBackgroundColor`
  - Removed `$euiSuperDatePickerNeedsUpdatingTextColor`
  - Removed `@euiSuperDatePickerText` mixin
- Converted `EuiSuperDatePicker`'s date popover content to Emotion
([#7908](elastic/eui#7908))
- Converted `EuiSuperDatePicker`'s quick select to Emotion
([#7909](elastic/eui#7909))

---------

Co-authored-by: Elastic Machine <[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

4 participants