Skip to content

Commit f9fc83f

Browse files
Tim Roeskertal
andauthored
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>
1 parent 7a1b09d commit f9fc83f

File tree

19 files changed

+24
-2
lines changed

19 files changed

+24
-2
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
/x-pack/plugins/discover_enhanced/ @elastic/kibana-app
88
/x-pack/plugins/lens/ @elastic/kibana-app
99
/x-pack/plugins/graph/ @elastic/kibana-app
10-
/src/legacy/core_plugins/kibana/public/local_application_service/ @elastic/kibana-app
1110
/src/plugins/dashboard/ @elastic/kibana-app
1211
/src/plugins/discover/ @elastic/kibana-app
1312
/src/plugins/input_control_vis/ @elastic/kibana-app

src/plugins/dashboard/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Contains the dashboard application.

src/plugins/discover/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Contains the Discover application and the saved search embeddable.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Contains the input control visualization allowing to place custom filter controls on a dashboard.

src/plugins/timelion/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Contains the deprecated timelion application. For the timelion visualization,
2+
which also contains the timelion APIs and backend, look at the vis_type_timelion plugin.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The markdown visualization that can be used to place text panels on dashboards.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Contains the metric visualization.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Contains the data table visualization, that allows presenting data in a simple table format.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Contains the tagcloud visualization.

src/plugins/vis_type_timelion/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Vis type Timelion
22

3+
Contains the timelion visualization and the timelion backend.
4+
35
# Generate a parser
46
If your grammar was changed in `public/chain.peg` you need to re-generate the static parser. You could use a grunt task:
57

0 commit comments

Comments
 (0)