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 conformity to allow server.host set to _site_ #7905

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

Kibana conformity to allow server.host set to _site_ #7905

naisanza opened this issue Aug 2, 2016 · 1 comment
Labels
release_note:enhancement Team:Operations Team label for Operations Team

Comments

@naisanza
Copy link

naisanza commented Aug 2, 2016

Kibana version: 4.5.3

Elasticsearch version: Version: 2.3.4, Build: e455fd0/2016-06-30T11:24:31Z, JVM: 1.8.0_91

Server OS version: LXD Ubuntu 16.04 4.4.0-31-generic

Browser version: Chrome

Browser OS version: Ubuntu 16.04 Desktop

Original install method (e.g. download page, yum, from source, etc.): Linux 64-bit version tar.gz from download page

Description of the problem including expected versus actual behavior: unable to set server.host: _site_ as possible with Elasticsearch's network.host: _site_ option

Steps to reproduce:

  1. Launch LXD container
  2. Download & unpack Kibana
  3. Config kibana.yml
  4. Launch Kibana

Errors in browser console (if relevant):

root@neutron-kibana:~# su - kibana
No directory, logging in with HOME=/
$ kibana
FATAL { [ValidationError: child "server" fails because [child "host" fails because ["host" must be a valid hostname]]]
  name: 'ValidationError',
  details:
   [ { message: '"host" must be a valid hostname',
       path: 'server.host',
       type: 'string.hostname',
       context: [Object] } ],
  _object:
   { pkg:
      { version: '4.5.3',
        buildNum: 9910,
        buildSha: 'f40c28c2644639c34c2845c432c81be3c0c7955e' },
     pid: { exclusive: false },
     server: { port: 80, host: '_site_' } },
  annotate: [Function] }

Describe the feature:

Allow _site_ option to be set for server.host in kibana.yml

@jbudz jbudz added the Team:Operations Team label for Operations Team label Nov 1, 2016
@epixa epixa removed the P3 label Apr 25, 2017
@tylersmalley
Copy link
Contributor

Closing in favor of #17830

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
Labels
release_note:enhancement Team:Operations Team label for Operations Team
Projects
None yet
Development

No branches or pull requests

4 participants