mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Add README files for Kibana app plugins (#74277)
* Add README files for Kibana app plugins * Update src/plugins/timelion/README.md Co-authored-by: Matthias Wilhelm <ankertal@gmail.com> * Update src/plugins/vis_type_vislib/README.md Co-authored-by: Matthias Wilhelm <ankertal@gmail.com> Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
This commit is contained in:
parent
7a1b09dcf1
commit
f9fc83fb1d
19 changed files with 24 additions and 2 deletions
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
|
@ -7,7 +7,6 @@
|
|||
/x-pack/plugins/discover_enhanced/ @elastic/kibana-app
|
||||
/x-pack/plugins/lens/ @elastic/kibana-app
|
||||
/x-pack/plugins/graph/ @elastic/kibana-app
|
||||
/src/legacy/core_plugins/kibana/public/local_application_service/ @elastic/kibana-app
|
||||
/src/plugins/dashboard/ @elastic/kibana-app
|
||||
/src/plugins/discover/ @elastic/kibana-app
|
||||
/src/plugins/input_control_vis/ @elastic/kibana-app
|
||||
|
|
1
src/plugins/dashboard/README.md
Normal file
1
src/plugins/dashboard/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
Contains the dashboard application.
|
1
src/plugins/discover/README.md
Normal file
1
src/plugins/discover/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
Contains the Discover application and the saved search embeddable.
|
1
src/plugins/input_control_vis/README.md
Normal file
1
src/plugins/input_control_vis/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
Contains the input control visualization allowing to place custom filter controls on a dashboard.
|
2
src/plugins/timelion/README.md
Normal file
2
src/plugins/timelion/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Contains the deprecated timelion application. For the timelion visualization,
|
||||
which also contains the timelion APIs and backend, look at the vis_type_timelion plugin.
|
1
src/plugins/vis_type_markdown/README.md
Normal file
1
src/plugins/vis_type_markdown/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
The markdown visualization that can be used to place text panels on dashboards.
|
1
src/plugins/vis_type_metric/README.md
Normal file
1
src/plugins/vis_type_metric/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
Contains the metric visualization.
|
1
src/plugins/vis_type_table/README.md
Normal file
1
src/plugins/vis_type_table/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
Contains the data table visualization, that allows presenting data in a simple table format.
|
1
src/plugins/vis_type_tagcloud/README.md
Normal file
1
src/plugins/vis_type_tagcloud/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
Contains the tagcloud visualization.
|
|
@ -1,5 +1,7 @@
|
|||
# Vis type Timelion
|
||||
|
||||
Contains the timelion visualization and the timelion backend.
|
||||
|
||||
# Generate a parser
|
||||
If your grammar was changed in `public/chain.peg` you need to re-generate the static parser. You could use a grunt task:
|
||||
|
||||
|
|
1
src/plugins/vis_type_timeseries/README.md
Normal file
1
src/plugins/vis_type_timeseries/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
Contains everything around TSVB (the editor, visualizatin implementations and backends).
|
1
src/plugins/vis_type_vega/README.md
Normal file
1
src/plugins/vis_type_vega/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
Contains the Vega visualization.
|
2
src/plugins/vis_type_vislib/README.md
Normal file
2
src/plugins/vis_type_vislib/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Contains the vislib visualizations. These are the classical area/line/bar, pie, gauge/goal and
|
||||
heatmap charts.
|
2
src/plugins/vis_type_xy/README.md
Normal file
2
src/plugins/vis_type_xy/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Contains the new xy-axis chart using the elastic-charts library, which will eventually
|
||||
replace the vislib xy-axis (bar, area, line) charts.
|
2
src/plugins/visualizations/README.md
Normal file
2
src/plugins/visualizations/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Contains most of the visualization infrastructure, e.g. the visualization type registry or the
|
||||
visualization embeddable.
|
2
src/plugins/visualize/README.md
Normal file
2
src/plugins/visualize/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
Contains the visualize application which includes the listing page and the app frame,
|
||||
which will load the visualization's editor.
|
|
@ -1 +1 @@
|
|||
# X-Pack part of Dashboard app
|
||||
Contains the enhancements to the OSS dashboard app.
|
1
x-pack/plugins/dashboard_mode/README.md
Normal file
1
x-pack/plugins/dashboard_mode/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
The deprecated dashboard only mode.
|
1
x-pack/plugins/discover_enhanced/README.md
Normal file
1
x-pack/plugins/discover_enhanced/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
Contains the enhancements to the OSS discover app.
|
Loading…
Add table
Add a link
Reference in a new issue