No description
Find a file
Chris Roberson 34607639ad
[Monitoring] Metricbeat Migration Wizard Tests (#47139)
* Enable setup mode UI toggles

* We want to keep the no data page but update the copy

* More updated copy

* Remove manual checks for logstash, beats, apm and kibana

* Hide the setup mode controls on the no data page. There is nothing different in setup mode

* Setup mode test

* Fix bug with disabling internal collection for ES

* First steps towards the redesign of setup mode

* Consolidate UI code, design changes, use constants defined in our plugin

* Fix tooltips

* Design/copy feedback

* Use badge and onClick

* Tests!

* Set up mode renderer tests

* More feedback

* Only detect usage on the live cluster

* Update tests

* Fix existing tests, remove test that will be added in other PR

* Undo accidential change

* Fix failing test

* Fix issue with wrong callout showing

* Ensure we check for live nodes if no cluster uuid is provided

* We need a custom listing callout for ES

* Custom callout for kibana instances

* More space from the bottom bar

* Disable switching if they enabled internal collection

* Copy updates

* Fix broken tests

* Fix more tests

* Fix i18n

* Update copy

* Fix a couple i18n issues

* Fixing a couple of missing scenarios

* Fix translations

* Update snapshots

* PR feedback

* PR feedback

* We also need totalUniqueInternallyCollectedCount to identify when we have detected products but they are not monitored (thinking ES and Kibana)

* Remove why documentation link until we have the resource available

* Ensure tabs are properly disabled

* Address issue with the ES nodes callout not working at times

* Ensure we check if setup mode is enabled

* Change internal collection to self monitoring, and remove the word 'collection' usage

* Only show Enter setup mode on pages with valid setup mode options

* Copy updates

* Copy updates

* Fix up some tests

* Ensure we update the top nav item when we toggle setup mode on or off

* Update snapshot

* Update tests

* Remove console.log

* Update copy
2019-10-03 09:11:41 -04:00
.ci Re-split ciGroups after pipeline rollout (#46375) 2019-09-25 15:18:37 -07:00
.github Update CODEOWNERS (#47029) 2019-10-01 15:59:16 +02:00
bin
common/graphql
config Support space-specific default routes (#44678) 2019-10-02 12:05:02 -04:00
data
docs Add KQL functionality in the find function of the saved objects (#41136) 2019-10-02 18:23:44 -04:00
licenses
packages chore(NA): fix logic behind cleaning x-pack node modules on build (#47091) 2019-10-03 03:13:36 +01:00
rfcs Console to NP ready (#43346) 2019-09-12 13:28:29 +02:00
scripts [kbn-es] make custom snapshot url a feature (#45750) 2019-09-15 08:10:43 -07:00
src test: 💍 convert Interpreter font function tests to Jest (#47193) 2019-10-03 12:43:19 +02:00
style_guides Style guide cleanup (#46464) 2019-09-25 11:19:16 +02:00
tasks Move KibanaMigrator into Server SavedObjectsService (#43433) 2019-10-01 09:11:33 +02:00
test visualizations 👉 NP-ready (#47142) 2019-10-03 12:37:09 +02:00
typings Upgrade EUI to 14.4.0 (#46949) 2019-10-02 11:58:22 -05:00
utilities
webpackShims
x-pack [Monitoring] Metricbeat Migration Wizard Tests (#47139) 2019-10-03 09:11:41 -04:00
.backportrc.json [backport-config] Adds 7.4 branch (#44402) 2019-08-29 10:08:19 -07:00
.browserslistrc
.editorconfig
.eslintignore [eslint] Ignore legacy optimize directory (#46493) 2019-09-24 12:28:47 -07:00
.eslintrc.js [SIEM] Adds linter rule to disallow undeclared variables (#46249) 2019-09-30 11:25:06 -07:00
.gitattributes
.gitignore
.i18nrc.json Embeddables 2 np (#46771) 2019-09-27 15:15:19 +02:00
.node-version
.nvmrc
.prettierrc
.sass-lint.yml [Lens] Cleanup SASS and add linting (#46100) 2019-09-23 14:57:35 -04:00
.yarnrc
CONTRIBUTING.md document heap size configuration (#45625) 2019-09-19 08:38:25 +02:00
FAQ.md
github_checks_reporter.json
Gruntfile.js
Jenkinsfile Use different method of determining build status in pipelines (#45814) 2019-09-27 14:45:12 -04:00
kibana.d.ts Move KibanaMigrator into Server SavedObjectsService (#43433) 2019-10-01 09:11:33 +02:00
LICENSE.txt
NOTICE.txt
package.json chore(NA): fix logic behind cleaning x-pack node modules on build (#47091) 2019-10-03 03:13:36 +01:00
preinstall_check.js
README.md
renovate.json5 [renovate] group moment deps together 2019-09-27 12:05:40 -07:00
STYLEGUIDE.md Add TypeScript rules to STYLEGUIDE [skip ci] (#47125) 2019-10-03 10:15:31 +02:00
tsconfig.browser.json
tsconfig.json Es ui shared updates (#46570) 2019-09-26 17:06:33 +02:00
tsconfig.types.json
TYPESCRIPT.md
yarn.lock Upgrade EUI to 14.4.0 (#46949) 2019-10-02 11:58:22 -05: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.