Skip to content
Your window into the Elastic Stack
TypeScript JavaScript CSS HTML Shell Groovy
Branch: master
Clone or download
dhurley14 and XavierM [SIEM] [Detection Engine] Update status on rule details page (#55201)
* adds logic for returning / updating status when a rule is switched from enabled to disabled and vice versa.

* update response for find rules statuses to include current status and failures

* update status on demand and on enable/disable

* adds ternary to allow removal of 'let'

* adds savedObjectsClient to the add and upate prepackaged rules and import rules route.

* fix bug where convertToSnakeCase would throw error 'cannot convert null or undefined to object' if passed null

* genericize snake_case converter and updates isAuthorized to snake_case (different situation)

* renaming to 'going to run' instead of executing because when task manager exits because of api key error it won't write the error status so the actual status is 'going to run' on the next interval. This is more accurate than being stuck on 'executing' because of an error we don't control and can't write a status for.

* fix missed merge conflict

Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com>
Latest commit 9567cca Jan 18, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.ci Fix number of executions per agent in flaky test job (#54311) Jan 9, 2020
.github Remove kibana-platform pr-project-assigner (#55244) Jan 17, 2020
bin Update node options Initialization on our scripts (#40302) Aug 15, 2019
common/graphql [Uptime] Implement EuiSuperDatePicker (#28217) Jan 18, 2019
config Instrument Kibana with APM RUM agent (#44281) Dec 18, 2019
data [folder structure] plugins/.data -> data Jul 5, 2016
docs Enforce camelCase format for a plugin id (#53759) Jan 18, 2020
examples bfetch (2) (#53711) Jan 16, 2020
licenses Migrate x-pack-kibana source to kibana Apr 24, 2018
packages Upgraded EUI to 18.2.1 (#55090) Jan 16, 2020
rfcs [RFC][skip-ci] Prevent plugins from blocking Kibana startup (#45796) Dec 18, 2019
scripts 📕 Storybook for everyone (take 2) (#43529) Jan 15, 2020
src Fix KQL value suggestions for nested fields (#54820) Jan 18, 2020
style_guides Updating accessibility guide and contributing readmes (#52038) Dec 5, 2019
tasks Splits dll in chunks (#54600) Jan 14, 2020
test Fix KQL value suggestions for nested fields (#54820) Jan 18, 2020
typings [State Management] State syncing utilities (#53582) Jan 10, 2020
utilities remove use of experimental fs.promises api (#53346) Dec 25, 2019
vars Code coverage setup on CI (#49003) Jan 8, 2020
webpackShims [kbn/ui-shared-deps] include polyfills, required by some deps (#54667) Jan 14, 2020
x-pack [SIEM] [Detection Engine] Update status on rule details page (#55201) Jan 18, 2020
.backportrc.json add 7.6 branch to backportrc (#54975) Jan 15, 2020
.browserslistrc [autoprefixer] upgrade to 9.6.1, unify browserslist handling (#41038) Jul 15, 2019
.editorconfig [editorconfig] disable `insert_final_newline` for package.json Apr 18, 2019
.eslintignore [Vis] Move Timelion Vis to vis_type_timelion (#52069) Jan 17, 2020
.eslintrc.js Shim vis_type_vislib (#53536) Jan 15, 2020
.gitattributes [canvas] Color fixes + Storybook 5 (#34075) Apr 2, 2019
.gitignore Instrument Kibana with APM RUM agent (#44281) Dec 18, 2019
.i18nrc.json [Vis] Move Timelion Vis to vis_type_timelion (#52069) Jan 17, 2020
.node-version Update Node.js to version 10.18.0 (#52865) Dec 18, 2019
.nvmrc Update Node.js to version 10.18.0 (#52865) Dec 18, 2019
.prettierrc Increase prettier line width to 100 (#20535) Jul 9, 2018
.sass-lint.yml Shim vis_type_vislib (#53536) Jan 15, 2020
.yarnrc [kbn-pm] Use yarn workspaces for dependencies (#24095) Nov 12, 2018
CONTRIBUTING.md Add explanation of path.data to contribution guide (#54235) Jan 8, 2020
FAQ.md propose language changes (#10709) Mar 5, 2017
Gruntfile.js autofix all violations Dec 14, 2019
Jenkinsfile Add PR comments to pipeline (#51504) Dec 3, 2019
LICENSE.txt Migrate x-pack-kibana source to kibana Apr 24, 2018
NOTICE.txt Bump year in NOTICE.txt Jan 1, 2020
README.md chore: point issue links to choose (#49616) Oct 29, 2019
STYLEGUIDE.md Upgrade to TypeScript 3.7.2 (#47188) Nov 15, 2019
TYPESCRIPT.md Update deprecated React.SFC and React.StatelessComponent types (#50852) Nov 21, 2019
github_checks_reporter.json implementing github checks - second attempt (#35757) May 1, 2019
kibana.d.ts Update eslint related packages (#48513) Oct 21, 2019
package.json [Vis] Move Timelion Vis to vis_type_timelion (#52069) Jan 17, 2020
preinstall_check.js Apache 2.0 license headers (#19383) May 29, 2018
renovate.json5 [Vis] Move Timelion Vis to vis_type_timelion (#52069) Jan 17, 2020
tsconfig.browser.json [typescript] continue to use the default config in development (#21966) Aug 14, 2018
tsconfig.json [Metric] convert mocha tests to jest (#54054) Jan 17, 2020
tsconfig.types.json [Core] Move Saved objects files to core (#38771) Jun 18, 2019
yarn.lock [Vis] Move Timelion Vis to vis_type_timelion (#52069) Jan 17, 2020

README.md

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.
You can’t perform that action at this time.