No description
Find a file
Dario Gieselaar 8159718eee
[7.x] [APM] Remove initial time range for service maps (#57308) (#57450)
* [APM] Remove initial time range for service maps

The initial time range for the service maps request might no longer be necessary, from what I can tell. Not having it improves the overall loading time and the user experience.

* Remove loading indicator for service maps

* Don't unnecessarily paginate

* Unset loading indicator if component unmounts
2020-02-13 11:52:42 +01:00
.ci Remove matrix build support (#54202) (#56170) 2020-01-28 16:55:29 -05:00
.github Remove CODEOWNERS (#55580) 2020-01-22 17:21:44 +01:00
bin
common/graphql
config Hide stderr git output during APM agent configuration (#52878) (#52890) 2019-12-12 17:58:40 +01:00
data
docs [7.x] [Telemetry] Migrate public to NP (#56285) (#57534) 2020-02-13 11:41:31 +02:00
examples Ui Actions explorer example (#57006) (#57315) 2020-02-11 12:01:37 -05:00
licenses
packages [ui/utils/query_string]: Remove unused methods & migrate apps to querystring lib (#56957) (#57533) 2020-02-13 12:18:46 +03:00
rfcs/text
scripts [7.x] 📕 Storybook for everyone (take 2) (#43529) (#54992) 2020-01-16 00:39:01 -08:00
src [7.x] [Telemetry] Migrate public to NP (#56285) (#57534) 2020-02-13 11:41:31 +02:00
tasks Generate a static parser, move tests to vis_type_timelion (#55299) (#55401) 2020-01-22 12:43:01 +03:00
test [7.x] [Telemetry] Migrate public to NP (#56285) (#57534) 2020-02-13 11:41:31 +02:00
typings [State Management] State syncing utilities (#53582) (#54454) 2020-01-13 10:10:56 +03:00
utilities remove use of experimental fs.promises api (#53346) (#53796) 2019-12-25 21:28:41 -07:00
vars Remove matrix build support (#54202) (#56170) 2020-01-28 16:55:29 -05:00
webpackShims [7.x] [kbn/ui-shared-deps] include polyfills, required by some… (#54784) 2020-01-14 12:55:29 -07:00
x-pack [7.x] [APM] Remove initial time range for service maps (#57308) (#57450) 2020-02-13 11:52:42 +01:00
.backportrc.json
.browserslistrc
.editorconfig
.eslintignore Check for legacy imports in vis types and fix problems (#56763) (#57188) 2020-02-10 17:28:05 +01:00
.eslintrc.js [ui/utils/query_string]: Remove unused methods & migrate apps to querystring lib (#56957) (#57533) 2020-02-13 12:18:46 +03:00
.gitattributes
.gitignore
.i18nrc.json [7.x] [Telemetry] Migrate public to NP (#56285) (#57534) 2020-02-13 11:41:31 +02:00
.node-version Update Node.js to version 10.19.0 (#56940) (#56941) 2020-02-06 07:33:19 -08:00
.nvmrc Update Node.js to version 10.19.0 (#56940) (#56941) 2020-02-06 07:33:19 -08:00
.prettierrc
.sass-lint.yml Vislib replacement toggle (#56439) (#56719) 2020-02-04 08:04:27 -06:00
.yarnrc
api-documenter.json Normalize EOL symbol in platform docs (#56021) (#56041) 2020-01-27 21:04:26 +01:00
CONTRIBUTING.md [7.x] Remove Kibana a11y guide in favor of EUI (#57021) (#57134) 2020-02-07 14:45:01 -05:00
FAQ.md
github_checks_reporter.json
Gruntfile.js autofix all violations 2019-12-13 23:55:01 -07:00
Jenkinsfile Remove matrix build support (#54202) (#56170) 2020-01-28 16:55:29 -05:00
kibana.d.ts
LICENSE.txt
NOTICE.txt [ui/utils/query_string]: Remove unused methods & migrate apps to querystring lib (#56957) (#57533) 2020-02-13 12:18:46 +03:00
package.json [ui/utils/query_string]: Remove unused methods & migrate apps to querystring lib (#56957) (#57533) 2020-02-13 12:18:46 +03:00
preinstall_check.js
README.md
renovate.json5 De-angularize vis tooltips (#54954) (#55432) 2020-01-21 15:03:34 -06:00
STYLEGUIDE.md [7.x] Remove Kibana a11y guide in favor of EUI (#57021) (#57134) 2020-02-07 14:45:01 -05:00
tsconfig.browser.json
tsconfig.json [Metric] convert mocha tests to jest (#54054) (#55210) 2020-01-17 13:33:46 -06:00
tsconfig.types.json
TYPESCRIPT.md
yarn.lock [ui/utils/query_string]: Remove unused methods & migrate apps to querystring lib (#56957) (#57533) 2020-02-13 12:18:46 +03: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.