* refactor: 💡 create registries file * docs: ✏️ add testing command to docs * chore: 🤖 create state folder * chore: 🤖 WIP * refactor: 💡 remove static imports of stateful things Make Embeddables ./triggers tests pass * test: 💍 add await-of for testing * refactor: 💡 move stateless code into shim's lib/ folder * test: 💍 add registry tests * feat: 🎸 add Embeddable plugin public "setup" API * feat: 🎸 create Embeddable plugin shim * refactor: 💡 minor improvements for new plugin structure * refactor: 💡 move test helpers into shim * feat: 🎸 add Embeddable setup.getTrigger() method * feat: 🎸 inject setup API into pure setup functions * refactor: 💡 generate Embeddable setup API in a loop * feat: 🎸 add getTriggerActions() Embeddable setup function * feat: 🎸 add getTriggerCompatibleActions() to Embeddable shim * chore: 🤖 uninstall await-of package * chore: 🤖 simplify imports/exports * test: 💍 improve testing utilities * feat: 🎸 add executeTriggerActions() Embeddables setup method * fix: 🐛 remove non-existing import * chore: 🤖 cleanup actions * refactor: 💡 move errors into dedicated errors.ts file, add test * test: 💍 add unit test for ApplyFilterAction class * test: 💍 import helpers correctly after refactoring * test: 💍 fix actions tests * feat: 🎸 clean up /lib/embeddables * test: 💍 fix /lib/containers tests * test: 💍 make embeddable_panel.test.tsx tests pass * refactor: 💡 work on briging EditPanelAction action to /actions * test: 💍 make /containers tests pass * test: 💍 make /actions and /embeddables tests pass * test: 💍 clean up tests from legacy platform static imports * feat: 🎸 add getEmbeddableFactories API method * test: 💍 add tests for factory list method * feat: 🎸 add start life-cycle API * feat: 🎸 unify Embeddables API * refactor: 💡 create /css folder, move all CSS there * feat: 🎸 improve dashboard container shim * feat: 🎸 progress on dashboard container shim * feat: 🎸 implement getEmbeddableFactory Embeddable API method * feat: 🎸 improve embeddable container shim * test: 💍 fix dashboard container expand panel tests * test: 💍 fix dashboard grid tests * test: 💍 fix createPanel tests * test: 💍 fix dashboard viewport tests * test: 💍 fix dashboard container tests * test: 💍 add Embeddable plugin mock * test: 💍 improve tests after merge * refactor: 💡 move new platform code into np_ready folders * chore: 🤖 fix some TS errors after merge * chore: 🤖 fix more TS errors after merge * fix: 🐛 fix TypeScript errors in kbn_tp_sample_panel_action * fix: 🐛 fix more TypeScript errors * fix: 🐛 fix TypeScript in functional tests * fix: 🐛 fix more TypeScript errors * fix: 🐛 fix more TS errors * refactor: 💡 pass deps through constructors * refactor: 💡 improve dependency injection and fix tests * test: 💍 fix container integration tests * test: 💍 fix customize_panel_modal tests after refactor * test: 💍 fix all tests in embeddable_api * chore: 🤖 fix linter error * test: 💍 fix dashboard_embeddable_container tests after merge * test: 💍 fix /src TypeScript errors * fix: 🐛 fix Jest tests and add global typings in demo plugin * fix: 🐛 fix build errors * fix: 🐛 make build start without errors * fix: 🐛 in dashboard container don't import types from ui/* * chore: 🤖 fix linter errors * refactor: 💡 remove getUserData, remove another ui/new_platform * chore: 🤖 fix linter errors * refactor: 💡 remove ui/new_platform from HelloWorldAction * refactor: 💡 remove ui/new_platform from SendMessageAction * refactor: 💡 remove ui/new_platform from ContactCardEmbeddableF* * chore: 🤖 fix ESLint errors * feat: 🎸 throw if action or trigger with given ID already exists * feat: 🎸 throw if embeddable factory already registered * docs: ✏️ fix tsdoc * chore: 🤖 remove unused @ts-ignore * refactor: 💡 remove createEmbeddables() function * refactor: 💡 use new NP inspector plugin * fix: 🐛 fix TypeScript errors * chore: 🤖 improve plugin manifests * feat: 🎸 cherry pick exported API from Embeddable plugin * refactor: 💡 do not import constants from Kibana App * fix: 🐛 remove unnecessary any * chore: 🤖 uncomment SASS files * refactor: 💡 remove IndexPattern logic out of dashboard panel * refactor: 💡 move RefreshInterval and TimeRange to New Platform * fix: 🐛 revert back notifications usage * chore: 🤖 export test samples from index.ts files * test: 💍 re-enable ApplyFilterAction integration tests * chore: 🤖 remove unused translation * refactor: 💡 rename variable to something less React specific * fix: 🐛 improve CSS imports, remove unused hack, remove any type * fix: 🐛 fix Embeddables demo plugin * fix: 🐛 fix missing SASS variable * fix: 🐛 re-enable translation * fix: 🐛 uncomment saved object flyout panel logic * refactor: 💡 pass in <SavedObjectFinder> from top level * test: 💍 re-enable add_panel_flyout tests * refactor: 💡 pass in <ExitFullScreenButton> through args * fix: 🐛 import specific constants to fix functional tests * fix: 🐛 fix CI type_check error * test: 💍 change import paths to fix functional tests on CI * test: 💍 fix exit button test after refactoring * refactor: 💡 make do not change page on grid error * test: 💍 fix functional test * refactor: 💡 move CSS next to components * fix: 🐛 remove missing props * test: 💍 try fixing functional test on CI These tests pass locally, but fail on CI. This is a stab to fix it on CI. * refactor: 💡 move variables.scss one folder up * test: 💍 disable Embeddable Explorer functional tests * chore: 🤖 remove onCoreReady in functional tests * test: 💍 disable maps functional test for embeddables * chore: 🤖 remove comment, export types explicitly * refactor: 💡 remove unused `firstName`, add link to issue * refactor: 💡 remove double underscore __ in test registry names * refactor: 💡 remove utils folder, move bootstrap() fn to top lvl * test: 💍 uncomment edit_panel_action tests * test: 💍 uncomment inspect_panel_action tests |
||
---|---|---|
.ci | ||
.github | ||
bin | ||
common/graphql | ||
config | ||
data | ||
docs | ||
licenses | ||
packages | ||
rfcs/text | ||
scripts | ||
src | ||
style_guides | ||
tasks | ||
test | ||
typings | ||
utilities | ||
webpackShims | ||
x-pack | ||
.backportrc.json | ||
.browserslistrc | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.i18nrc.json | ||
.node-version | ||
.nvmrc | ||
.prettierrc | ||
.sass-lint.yml | ||
.yarnrc | ||
CONTRIBUTING.md | ||
FAQ.md | ||
github_checks_reporter.json | ||
Gruntfile.js | ||
kibana.d.ts | ||
LICENSE.txt | ||
NOTICE.txt | ||
package.json | ||
preinstall_check.js | ||
README.md | ||
report.20190724.123950.30270.001.json | ||
STYLEGUIDE.md | ||
tsconfig.browser.json | ||
tsconfig.json | ||
tsconfig.types.json | ||
TYPESCRIPT.md | ||
yarn.lock |
Kibana
Kibana is your window into the Elastic Stack. Specifically, it's a browser-based analytics and search dashboard for Elasticsearch.
- Getting Started
- Documentation
- Version Compatibility with Elasticsearch
- Questions? Problems? Suggestions?
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:
- Download the latest version on the Kibana Download Page.
- Learn more about Kibana's features and capabilities on the Kibana Product Page.
- We also offer a hosted version of Kibana on our Cloud Service.
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:
- CONTRIBUTING.md will help you get Kibana up and running.
- If you would like to contribute code, please follow our STYLEGUIDE.md.
- Learn more about our UI code with UI_SYSTEMS.md.
- For all other questions, check out the FAQ.md and wiki.
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.