Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add README files for Kibana app plugins #74277

Merged
merged 3 commits into from
Aug 5, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/plugins/dashboard/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Contains the dashboard application.
1 change: 1 addition & 0 deletions src/plugins/discover/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Contains the Discover application and the saved search embeddable.
1 change: 1 addition & 0 deletions src/plugins/input_control_vis/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Contains the input control visualization allowing to place custom filter controls on a dashboard.
2 changes: 2 additions & 0 deletions src/plugins/timelion/README.md
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions src/plugins/vis_type_markdown/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The markdown visualization that can be used to place text panels on dashboards.
1 change: 1 addition & 0 deletions src/plugins/vis_type_metric/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Contains the metric visualization.
1 change: 1 addition & 0 deletions src/plugins/vis_type_table/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Contains the data table visualization, that allows presenting data in a simple table format.
1 change: 1 addition & 0 deletions src/plugins/vis_type_tagcloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Contains the tagcloud visualization.
2 changes: 2 additions & 0 deletions src/plugins/vis_type_timelion/README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
1 change: 1 addition & 0 deletions src/plugins/vis_type_timeseries/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Contains everything around TSVB (the editor, visualizatin implementations and backends).
1 change: 1 addition & 0 deletions src/plugins/vis_type_vega/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Contains the Vega visualization.
2 changes: 2 additions & 0 deletions src/plugins/vis_type_vislib/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Contains the vislib visualiations. These are the classical area/line/bar, pie, gauge/goal and
heatmap charts.
2 changes: 2 additions & 0 deletions src/plugins/vis_type_xy/README.md
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 0 deletions src/plugins/visualizations/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Contains most of the visualization infrastructure, e.g. the visualization type registry or the
visualization embeddable.
2 changes: 2 additions & 0 deletions src/plugins/visualize/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Contains the visualize application which includes the listing page and the app frame,
which will load the visualization's editor.
2 changes: 1 addition & 1 deletion x-pack/plugins/dashboard_enhanced/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# X-Pack part of Dashboard app
Contains the enhancements to the OSS dashboard app.
1 change: 1 addition & 0 deletions x-pack/plugins/dashboard_mode/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The deprecated dashboard only mode.
1 change: 1 addition & 0 deletions x-pack/plugins/discover_enhanced/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Contains the enhancements to the OSS discover app.