Go to file
Pierre Gayvallet a4b185b86d
add per space configuration to custom header banner (#94449) (#95897)
* restore the banners ui settings

* fix banner init logic

* fix unit tests

* update telemetry schema

* add basic server-side plugin tests

* add FTR tests for banners plugin

* use keyword for sensitive setting

* update snapshots

* setting name consistency with configuration properties

* fix setting names in telemetry files

* open banner links in new tab

* add config.disableSpaceBanners property

* fix types

* add descriptions to banner settings

* change label and value header->top

* finishing header->top replacement

* doc nits

* add banners section to advanced options doc

* feedback on advanced options doc

* adapt deprecation to new format
# Conflicts:
#	src/plugins/kibana_usage_collection/server/collectors/management/schema.ts
#	src/plugins/kibana_usage_collection/server/collectors/management/types.ts
#	src/plugins/telemetry/schema/oss_plugins.json

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-31 10:36:57 -04:00
.ci Revert "[ci] skip building ts refs when not necessary (#95739)" (#95746) (#95749) 2021-03-30 02:04:11 -07:00
api_docs Create new alerting HTTP APIs that use the new terminology (#93977) (#95781) 2021-03-30 10:41:41 -04:00
config
dev_docs Add section on developer documentation into best practices docs (#95473) (#95487) 2021-03-25 21:15:14 -04:00
docs add per space configuration to custom header banner (#94449) (#95897) 2021-03-31 10:36:57 -04:00
examples [7.x] ES client : use the new type definitions (#83808) (#95391) 2021-03-25 10:33:44 -04:00
licenses
packages [7.x] [Core] create deprecations service (#94845) (#95815) 2021-03-31 08:21:07 -04:00
plugins
rfcs
scripts chore(NA): ensure scripts run with --preserve-symlinks (#94046) (#94636) 2021-03-15 18:57:30 -04:00
src add per space configuration to custom header banner (#94449) (#95897) 2021-03-31 10:36:57 -04:00
tasks/config [KQL] Use cache and other performance improvements (#93319) (#93972) 2021-03-08 14:36:14 -05:00
test add per space configuration to custom header banner (#94449) (#95897) 2021-03-31 10:36:57 -04:00
typings [7.x] ES client : use the new type definitions (#83808) (#95391) 2021-03-25 10:33:44 -04:00
utilities
vars Revert "[ci] skip building ts refs when not necessary (#95739)" (#95746) (#95749) 2021-03-30 02:04:11 -07:00
x-pack add per space configuration to custom header banner (#94449) (#95897) 2021-03-31 10:36:57 -04:00
.backportrc.json
.bazelignore
.bazeliskversion chore(NA): bump bazelisk to v1.7.5 (#92905) (#92946) 2021-02-25 22:06:16 -05:00
.bazelrc chore(NA): manage npm dependencies within bazel (#92864) (#93474) 2021-03-03 15:21:20 -05:00
.bazelrc.common chore(NA): manage npm dependencies within bazel (#92864) (#93474) 2021-03-03 15:21:20 -05:00
.bazelversion
.browserslistrc
.editorconfig
.eslintignore [CI] Build and publish storybooks (#87701) (#91917) 2021-02-18 16:26:10 -05:00
.eslintrc.js Remove core->cli dependency (#95145) (#95775) 2021-03-30 09:48:48 -04:00
.fossa.yml
.gitattributes
.gitignore remove and ignore .github folder on 7.x branch (#95466) 2021-03-25 18:11:45 -04:00
.i18nrc.json
.node-version Bump Node.js from version 14.15.4 to 14.16.0 (#92421) (#92494) 2021-02-24 06:43:17 +01:00
.npmrc
.nvmrc Bump Node.js from version 14.15.4 to 14.16.0 (#92421) (#92494) 2021-02-24 06:43:17 +01:00
.prettierignore
.prettierrc
.stylelintignore
.stylelintrc Amsterdam helpers (#93701) (#94323) 2021-03-10 13:36:11 -05:00
.telemetryrc.json [7.x] [Telemetry] Full schema definition (#90273) (#93187) 2021-03-02 12:55:20 -05:00
.yarnrc chore(NA): manage npm dependencies within bazel (#92864) (#93474) 2021-03-03 15:21:20 -05:00
api-documenter.json
BUILD.bazel chore(NA): manage npm dependencies within bazel (#92864) (#93474) 2021-03-03 15:21:20 -05:00
CONTRIBUTING.md
FAQ.md
github_checks_reporter.json
Gruntfile.js
Jenkinsfile
jest.config.integration.js
jest.config.js
kibana.d.ts
LICENSE.txt
NOTICE.txt
package.json [7.x] Upgrade EUI to v31.10.0 (#93796) (#95687) 2021-03-30 15:30:58 -04:00
preinstall_check.js
README.md
renovate.json5 fix brushing on small multiples (#94505) (#94611) 2021-03-15 15:47:18 -04:00
STYLEGUIDE.md
tsconfig.base.json chore(NA): enable preserve symlinks for ts without breaking packages development (#95433) (#95884) 2021-03-30 23:54:44 -04:00
tsconfig.browser.json
tsconfig.json Merge tsconfig and x-pack/tsconfig files (#94519) (#94703) 2021-03-16 12:33:47 -04:00
tsconfig.refs.json Rename alerts plugin to alerting (#92898) (#93827) 2021-03-05 21:38:33 -05:00
tsconfig.types.json
TYPESCRIPT.md
WORKSPACE.bazel chore(NA): upgrade bazel rules nodejs to v3.2.3 (#95413) (#95431) 2021-03-25 18:29:08 +00:00
yarn.lock [7.x] Upgrade EUI to v31.10.0 (#93796) (#95687) 2021-03-30 15:30:58 -04: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.