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:
Tim Roes 2020-08-05 14:28:56 +02:00 committed by GitHub
parent 7a1b09dcf1
commit f9fc83fb1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 24 additions and 2 deletions

1
.github/CODEOWNERS vendored
View file

@ -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

View file

@ -0,0 +1 @@
Contains the dashboard application.

View file

@ -0,0 +1 @@
Contains the Discover application and the saved search embeddable.

View file

@ -0,0 +1 @@
Contains the input control visualization allowing to place custom filter controls on a dashboard.

View 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.

View file

@ -0,0 +1 @@
The markdown visualization that can be used to place text panels on dashboards.

View file

@ -0,0 +1 @@
Contains the metric visualization.

View file

@ -0,0 +1 @@
Contains the data table visualization, that allows presenting data in a simple table format.

View file

@ -0,0 +1 @@
Contains the tagcloud visualization.

View file

@ -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:

View file

@ -0,0 +1 @@
Contains everything around TSVB (the editor, visualizatin implementations and backends).

View file

@ -0,0 +1 @@
Contains the Vega visualization.

View file

@ -0,0 +1,2 @@
Contains the vislib visualizations. These are the classical area/line/bar, pie, gauge/goal and
heatmap charts.

View 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.

View file

@ -0,0 +1,2 @@
Contains most of the visualization infrastructure, e.g. the visualization type registry or the
visualization embeddable.

View 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.

View file

@ -1 +1 @@
# X-Pack part of Dashboard app
Contains the enhancements to the OSS dashboard app.

View file

@ -0,0 +1 @@
The deprecated dashboard only mode.

View file

@ -0,0 +1 @@
Contains the enhancements to the OSS discover app.