No description
Find a file
Kibana Machine 4b546bffa4
[Enterprise Search] Add User management feature (#103173) (#103267)
* Rename method to close both flyouts

This is shared with the forthcoming user flyouts

closeRoleMappingFlyout -> closeUsersAndRolesFlyout

* Add logic for elasticsearch users and single user role mappings

* Add logic for various form states

- Showing and hiding flyouts
- Select and text input values
- User created state to turn flyout into a success message state

* Add User server routes

* Add logic for saving a user

* Add User components

* Add User list and User flyout to RoleMappings view

* Fix path

* Rename things

- Users & roles -> Users and roles
- roleId -> roleMappingId (matches other places in code)
- also added a missing prop to the actions col

* Set default group when modal closed

The UI sets the default group on page load but did not cover the case where the user has chosen a group in a previous interaction and the closed the flyout. This commit adds a method that resets that state when the flyout is closed

Part of porting of https://github.com/elastic/ent-search/pull/3865

Specifically:
a4131b95da

* Adds tooltip for external attribute

This was missed from the design

Part of porting of https://github.com/elastic/ent-search/pull/3865

Specifically:
03aa349cab

* Fix invitations link

* Fix incorrect role type

Role-> RoleTypes
🤷🏽‍♀️

* Add EuiPortal to Flyout

Wasn’t needed in ent-search; already done for RomeMappingFlyout. Hide whitespace changes plskthx

* Auth provider deprecation warning in mapping UI

Since we're moving fully into Kibana, we're losing our concept of auth providers. In 8.0, role mappings the specify an auth provider will no
longer work, so this adds a small deprecation warning in the role mappings table.

https://github.com/elastic/ent-search/pull/3885

* Email is no longer required

After a slack discussion, it was determined that email should be optional.

This commit also fixes another instance of the App Search role type being wrong.

* Existing users’ usernames should not be editable

* Use EuiLink instead of anchor

* Add validation tests

* Change URL for users_and_roles

Need to change folder and file names but will punt until after 7.14FF

I did throw in updating the logic file path

* Remove unused import

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Scotty Bollinger <scotty.bollinger@elastic.co>
2021-06-24 11:03:43 -04:00
.buildkite [7.x] chore(NA): moving @kbn/ui-shared-deps into bazel (#101669) (#102666) 2021-06-18 20:39:29 -04:00
.ci Revert "Revert: [7.x] [FTR][CI] Use default distribution for all tests (#102019) (#102580) 2021-06-21 03:28:12 -04:00
.github
api_docs
config
dev_docs
docs [VisTypePie] Use a different advanced setting for pie charts (#103049) (#103222) 2021-06-24 07:40:58 -04:00
examples
licenses
packages chore(NA): moving @kbn/plugin-helpers into bazel (#103181) (#103200) 2021-06-24 06:00:55 +00:00
plugins
rfcs
scripts
src [Lens] Move empty string handling into field formatter (#102877) (#103223) 2021-06-24 07:47:41 -04:00
tasks/config
test skip flaky suite (#98240) 2021-06-24 14:16:19 +01:00
typings [7.x] Move ES aggregation types to src/core (#102597) (#102921) 2021-06-22 12:29:38 -04:00
utilities
vars Revert "Revert: [7.x] [FTR][CI] Use default distribution for all tests (#102019) (#102580) 2021-06-21 03:28:12 -04:00
x-pack [Enterprise Search] Add User management feature (#103173) (#103267) 2021-06-24 11:03:43 -04:00
.backportrc.json
.bazelignore
.bazeliskversion
.bazelrc
.bazelrc.common
.bazelversion
.browserslistrc
.editorconfig
.eslintignore [7.x] chore(NA): moving @kbn/ui-shared-deps into bazel (#101669) (#102666) 2021-06-18 20:39:29 -04:00
.eslintrc.js [RAC] T-Grid is moving to a new home (#100265) (#103178) 2021-06-24 00:46:39 -04:00
.fossa.yml
.gitattributes
.gitignore
.i18nrc.json [7.x] chore(NA): moving @kbn/ui-shared-deps into bazel (#101669) (#102666) 2021-06-18 20:39:29 -04:00
.node-version
.npmrc
.nvmrc
.prettierignore
.prettierrc
.stylelintignore
.stylelintrc
.telemetryrc.json
.yarnrc
api-documenter.json
BUILD.bazel
CONTRIBUTING.md
FAQ.md
github_checks_reporter.json
Gruntfile.js
Jenkinsfile
jest.config.integration.js [7.x] [jest] use circus runner for the integration tests (#102782) (#102948) 2021-06-22 18:54:55 +00:00
jest.config.js
kibana.d.ts
LICENSE.txt
NOTICE.txt
package.json chore(NA): moving @kbn/plugin-helpers into bazel (#103181) (#103200) 2021-06-24 06:00:55 +00:00
preinstall_check.js
README.md
renovate.json5
STYLEGUIDE.mdx
tsconfig.base.json
tsconfig.browser.json
tsconfig.json [RAC] T-Grid is moving to a new home (#100265) (#103178) 2021-06-24 00:46:39 -04:00
tsconfig.refs.json [RAC] T-Grid is moving to a new home (#100265) (#103178) 2021-06-24 00:46:39 -04:00
tsconfig.types.json
TYPESCRIPT.md
WORKSPACE.bazel
yarn.lock chore(NA): moving @kbn/plugin-helpers into bazel (#103181) (#103200) 2021-06-24 06:00:55 +00:00

Kibana

Kibana is your window into the Elastic Stack. Specifically, it's a browser-based analytics and search dashboard for Elasticsearch.

Getting Started

If you just want to try Kibana out, check out the Elastic Stack Getting Started Page to give it a whirl.

If you're interested in diving a bit deeper and getting a taste of Kibana's capabilities, head over to the Kibana Getting Started Page.

Using a Kibana Release

If you want to use a Kibana release in production, give it a test run, or just play around:

Building and Running Kibana, and/or Contributing Code

You might want to build Kibana locally to contribute some code, test out the latest features, or try out an open PR:

Documentation

Visit Elastic.co for the full Kibana documentation.

For information about building the documentation, see the README in elastic/docs.

Version Compatibility with Elasticsearch

Ideally, you should be running Elasticsearch and Kibana with matching version numbers. If your Elasticsearch has an older version number or a newer major number than Kibana, then Kibana will fail to run. If Elasticsearch has a newer minor or patch number than Kibana, then the Kibana Server will log a warning.

Note: The version numbers below are only examples, meant to illustrate the relationships between different types of version numbers.

Situation Example Kibana version Example ES version Outcome
Versions are the same. 5.1.2 5.1.2 💚 OK
ES patch number is newer. 5.1.2 5.1.5 ⚠️ Logged warning
ES minor number is newer. 5.1.2 5.5.0 ⚠️ Logged warning
ES major number is newer. 5.1.2 6.0.0 🚫 Fatal error
ES patch number is older. 5.1.2 5.1.0 ⚠️ Logged warning
ES minor number is older. 5.1.2 5.0.0 🚫 Fatal error
ES major number is older. 5.1.2 4.0.0 🚫 Fatal error

Questions? Problems? Suggestions?

  • If you've found a bug or want to request a feature, please create a GitHub Issue. Please check to make sure someone else hasn't already created an issue for the same topic.
  • Need help using Kibana? Ask away on our Kibana Discuss Forum and a fellow community member or Elastic engineer will be glad to help you out.