官方地址:https://www.elastic.co/guide/en/kibana/current/development-uiexports.html

Type Purpose

hacks

Any module that should be included in every application

visTypes

Modules that register providers with the ui/registry/vis_types registry.

fieldFormats

Modules that register providers with the ui/registry/field_formats registry.

spyModes

Modules that register providers with the ui/registry/spy_modes registry.

chromeNavControls

Modules that register providers with the ui/registry/chrome_nav_controlsregistry.

navbarExtensions

Modules that register providers with the ui/registry/navbar_extensionsregistry.

docViews

Modules that register providers with the ui/registry/doc_views registry.

app

Adds an application to the system. This uiExport type is defined as an object of metadata rather than just a module id.

现在的Kibana包含了以上八种插件类型。而且Kibana也作为一种插类型(app类型)

 

相关文章:

  • 2022-12-23
  • 2021-04-03
  • 2022-12-23
  • 2021-12-09
  • 2021-08-13
  • 2022-01-01
  • 2021-10-04
  • 2021-12-13
猜你喜欢
  • 2022-02-05
  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2021-08-09
相关资源
相似解决方案