We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
References to .kibana need to be replaced with server.config().get('kibana.index') in https://github.com/elastic/kibana/blob/master/src/server/http/short_url_lookup.js
.kibana
server.config().get('kibana.index')
Reported on Discuss: https://discuss.elastic.co/t/shortened-url-added-to-kibana/43901/2
The text was updated successfully, but these errors were encountered:
Fixed by #7009
Sorry, something went wrong.
Upgrade EUI to v72.1.0. (#148354)
9a0a72c
## Summary `[email protected]` ⏩ `[email protected]` --- ## [`72.1.0`](https://github.com/elastic/eui/tree/v72.1.0) - Changed design of empty ranges in `EuiColorStops` to have diagonal gray stripes instead of a solid light gray color ([#6489](elastic/eui#6489)) - Changed popover in `EuiColorStops` to not appear when dragging/moving a color stop ([#6489](elastic/eui#6489)) - `EuiPopover` now supports overriding `focusTrapProps.onClickOutside`, which allows customization of auto-close behavior on outside click. ([#6500](elastic/eui#6500)) **CSS-in-JS conversions** - Converted `EuiColorStops` to Emotion ([#6489](elastic/eui#6489)) - Added `brighten` service to manipulate CSS-in-JS colors ([#6489](elastic/eui#6489))
No branches or pull requests
References to
.kibana
need to be replaced withserver.config().get('kibana.index')
in https://github.com/elastic/kibana/blob/master/src/server/http/short_url_lookup.jsReported on Discuss: https://discuss.elastic.co/t/shortened-url-added-to-kibana/43901/2
The text was updated successfully, but these errors were encountered: