Skip to content

Commit

Permalink
[Visualizations] Update the kibana.json with the owner and the descri…
Browse files Browse the repository at this point in the history
…ption (#102459)

* [Visualizations] Update the kibana.json with the owner and the description

* Update plugin list
  • Loading branch information
stratoula authored Jun 17, 2021
1 parent f65d450 commit 36f8cb3
Show file tree
Hide file tree
Showing 22 changed files with 91 additions and 47 deletions.
40 changes: 18 additions & 22 deletions docs/developer/plugin-list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -261,52 +261,48 @@ The plugin exposes the static DefaultEditorController class to consume.
|The markdown visualization that can be used to place text panels on dashboards.
|{kib-repo}blob/{branch}/src/plugins/vis_type_metric/README.md[visTypeMetric]
|Contains the metric visualization.
|{kib-repo}blob/{branch}/src/plugins/vis_type_metric[visTypeMetric]
|WARNING: Missing README.
|{kib-repo}blob/{branch}/src/plugins/vis_type_pie/README.md[visTypePie]
|Contains the pie chart implementation using the elastic-charts library. The goal is to eventually deprecate the old implementation and keep only this. Until then, the library used is defined by the Legacy charts library advanced setting.
|{kib-repo}blob/{branch}/src/plugins/vis_type_pie[visTypePie]
|WARNING: Missing README.
|{kib-repo}blob/{branch}/src/plugins/vis_type_table/README.md[visTypeTable]
|Contains the data table visualization, that allows presenting data in a simple table format.
|{kib-repo}blob/{branch}/src/plugins/vis_type_tagcloud/README.md[visTypeTagcloud]
|Contains the tagcloud visualization.
|{kib-repo}blob/{branch}/src/plugins/vis_type_tagcloud[visTypeTagcloud]
|WARNING: Missing README.
|{kib-repo}blob/{branch}/src/plugins/vis_type_timelion/README.md[visTypeTimelion]
|Contains the timelion visualization and the timelion backend.
|{kib-repo}blob/{branch}/src/plugins/vis_type_timeseries/README.md[visTypeTimeseries]
|Contains everything around TSVB (the editor, visualizatin implementations and backends).
|{kib-repo}blob/{branch}/src/plugins/vis_type_timeseries[visTypeTimeseries]
|WARNING: Missing README.
|{kib-repo}blob/{branch}/src/plugins/vis_type_vega/README.md[visTypeVega]
|Contains the Vega visualization.
|{kib-repo}blob/{branch}/src/plugins/vis_type_vega[visTypeVega]
|WARNING: Missing README.
|{kib-repo}blob/{branch}/src/plugins/vis_type_vislib/README.md[visTypeVislib]
|Contains the vislib visualizations. These are the classical area/line/bar, pie, gauge/goal and
heatmap charts.
|{kib-repo}blob/{branch}/src/plugins/vis_type_vislib[visTypeVislib]
|WARNING: Missing README.
|{kib-repo}blob/{branch}/src/plugins/vis_type_xy/README.md[visTypeXy]
|Contains the new xy-axis chart using the elastic-charts library, which will eventually
replace the vislib xy-axis charts including bar, area, and line.
|{kib-repo}blob/{branch}/src/plugins/vis_type_xy[visTypeXy]
|WARNING: Missing README.
|{kib-repo}blob/{branch}/src/plugins/visualizations/README.md[visualizations]
|Contains most of the visualization infrastructure, e.g. the visualization type registry or the
visualization embeddable.
|{kib-repo}blob/{branch}/src/plugins/visualizations[visualizations]
|WARNING: Missing README.
|{kib-repo}blob/{branch}/src/plugins/visualize/README.md[visualize]
|Contains the visualize application which includes the listing page and the app frame,
which will load the visualization's editor.
|{kib-repo}blob/{branch}/src/plugins/visualize[visualize]
|WARNING: Missing README.
|===
Expand Down
7 changes: 6 additions & 1 deletion src/plugins/vis_default_editor/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"version": "kibana",
"ui": true,
"optionalPlugins": ["visualize"],
"requiredBundles": ["kibanaUtils", "kibanaReact", "data"]
"requiredBundles": ["kibanaUtils", "kibanaReact", "data"],
"owner": {
"name": "Kibana App",
"githubTeam": "kibana-app"
},
"description": "The default editor used in most aggregation-based visualizations."
}
1 change: 0 additions & 1 deletion src/plugins/vis_type_metric/README.md

This file was deleted.

7 changes: 6 additions & 1 deletion src/plugins/vis_type_metric/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"server": true,
"ui": true,
"requiredPlugins": ["data", "visualizations", "charts", "expressions"],
"requiredBundles": ["kibanaUtils", "visDefaultEditor"]
"requiredBundles": ["kibanaUtils", "visDefaultEditor"],
"owner": {
"name": "Kibana App",
"githubTeam": "kibana-app"
},
"description": "Registers the Metric aggregation-based visualization."
}
1 change: 0 additions & 1 deletion src/plugins/vis_type_pie/README.md

This file was deleted.

7 changes: 6 additions & 1 deletion src/plugins/vis_type_pie/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "kibana",
"ui": true,
"requiredPlugins": ["charts", "data", "expressions", "visualizations", "usageCollection"],
"requiredBundles": ["visDefaultEditor"]
"requiredBundles": ["visDefaultEditor"],
"owner": {
"name": "Kibana App",
"githubTeam": "kibana-app"
},
"description": "Contains the pie chart implementation using the elastic-charts library. The goal is to eventually deprecate the old implementation and keep only this. Until then, the library used is defined by the Legacy charts library advanced setting."
}

7 changes: 6 additions & 1 deletion src/plugins/vis_type_table/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@
"share",
"visDefaultEditor"
],
"optionalPlugins": ["usageCollection"]
"optionalPlugins": ["usageCollection"],
"owner": {
"name": "Kibana App",
"githubTeam": "kibana-app"
},
"description": "Registers the datatable aggregation-based visualization. Currently it contains two implementations, the one based on EUI datagrid and the angular one. The second one is going to be removed in future minors."
}
1 change: 0 additions & 1 deletion src/plugins/vis_type_tagcloud/README.md

This file was deleted.

8 changes: 7 additions & 1 deletion src/plugins/vis_type_tagcloud/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"ui": true,
"server": true,
"requiredPlugins": ["data", "expressions", "visualizations", "charts"],
"requiredBundles": ["kibanaUtils", "kibanaReact", "visDefaultEditor"]
"requiredBundles": ["kibanaUtils", "kibanaReact", "visDefaultEditor"],
"owner": {
"name": "Kibana App",
"githubTeam": "kibana-app"
},
"description": "Registers the tagcloud visualization. It is based on elastic-charts wordcloud."

}
7 changes: 6 additions & 1 deletion src/plugins/vis_type_timelion/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"server": true,
"ui": true,
"requiredPlugins": ["visualizations", "data", "expressions"],
"requiredBundles": ["kibanaUtils", "kibanaReact", "visDefaultEditor"]
"requiredBundles": ["kibanaUtils", "kibanaReact", "visDefaultEditor"],
"owner": {
"name": "Kibana App",
"githubTeam": "kibana-app"
},
"description": "Registers the timelion visualization. Also contains the backend for both timelion app and timelion visualization."
}
1 change: 0 additions & 1 deletion src/plugins/vis_type_timeseries/README.md

This file was deleted.

7 changes: 6 additions & 1 deletion src/plugins/vis_type_timeseries/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@
"ui": true,
"requiredPlugins": ["charts", "data", "expressions", "visualizations", "visualize"],
"optionalPlugins": ["usageCollection"],
"requiredBundles": ["kibanaUtils", "kibanaReact"]
"requiredBundles": ["kibanaUtils", "kibanaReact"],
"owner": {
"name": "Kibana App",
"githubTeam": "kibana-app"
},
"description": "Registers the TSVB visualization. TSVB has its one editor, works with index patterns and index strings and contains 6 types of charts: timeseries, topN, table. markdown, metric and gauge."
}
1 change: 0 additions & 1 deletion src/plugins/vis_type_vega/README.md

This file was deleted.

7 changes: 6 additions & 1 deletion src/plugins/vis_type_vega/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"ui": true,
"requiredPlugins": ["data", "visualizations", "mapsEms", "expressions", "inspector"],
"optionalPlugins": ["home","usageCollection"],
"requiredBundles": ["kibanaUtils", "kibanaReact", "visDefaultEditor"]
"requiredBundles": ["kibanaUtils", "kibanaReact", "visDefaultEditor"],
"owner": {
"name": "Kibana App",
"githubTeam": "kibana-app"
},
"description": "Registers the vega visualization. Is the elastic version of vega and vega-lite libraries."
}
2 changes: 0 additions & 2 deletions src/plugins/vis_type_vislib/README.md

This file was deleted.

7 changes: 6 additions & 1 deletion src/plugins/vis_type_vislib/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
"server": true,
"ui": true,
"requiredPlugins": ["charts", "data", "expressions", "visualizations", "kibanaLegacy"],
"requiredBundles": ["kibanaUtils", "visDefaultEditor", "visTypeXy", "visTypePie"]
"requiredBundles": ["kibanaUtils", "visDefaultEditor", "visTypeXy", "visTypePie"],
"owner": {
"name": "Kibana App",
"githubTeam": "kibana-app"
},
"description": "Contains the vislib visualizations. These are the classical area/line/bar, pie, gauge/goal and heatmap charts. We want to replace them with elastic-charts."
}
2 changes: 0 additions & 2 deletions src/plugins/vis_type_xy/README.md

This file was deleted.

7 changes: 6 additions & 1 deletion src/plugins/vis_type_xy/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
"version": "kibana",
"ui": true,
"requiredPlugins": ["charts", "data", "expressions", "visualizations", "usageCollection"],
"requiredBundles": ["kibanaUtils", "visDefaultEditor"]
"requiredBundles": ["kibanaUtils", "visDefaultEditor"],
"owner": {
"name": "Kibana App",
"githubTeam": "kibana-app"
},
"description": "Contains the new xy-axis chart using the elastic-charts library, which will eventually replace the vislib xy-axis charts including bar, area, and line."
}
2 changes: 0 additions & 2 deletions src/plugins/visualizations/README.md

This file was deleted.

7 changes: 6 additions & 1 deletion src/plugins/visualizations/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
],
"optionalPlugins": ["usageCollection"],
"requiredBundles": ["kibanaUtils", "discover"],
"extraPublicDirs": ["common/constants"]
"extraPublicDirs": ["common/constants"],
"owner": {
"name": "Kibana App",
"githubTeam": "kibana-app"
},
"description": "Contains the new xy-axis chart using the elastic-charts library, which will eventually replace the vislib xy-axis charts including bar, area, and line."
}
2 changes: 0 additions & 2 deletions src/plugins/visualize/README.md

This file was deleted.

7 changes: 6 additions & 1 deletion src/plugins/visualize/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@
"kibanaReact",
"home",
"discover"
]
],
"owner": {
"name": "Kibana App",
"githubTeam": "kibana-app"
},
"description": "Contains the visualize application which includes the listing page and the app frame, which will load the visualization's editor."
}

0 comments on commit 36f8cb3

Please sign in to comment.