Repository: karaf-decanter Updated Branches: refs/heads/master 07da48c1a -> 49f663f04
[KARAF-4443] Update doc regarding Kibana 4 Project: http://git-wip-us.apache.org/repos/asf/karaf-decanter/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-decanter/commit/49f663f0 Tree: http://git-wip-us.apache.org/repos/asf/karaf-decanter/tree/49f663f0 Diff: http://git-wip-us.apache.org/repos/asf/karaf-decanter/diff/49f663f0 Branch: refs/heads/master Commit: 49f663f04af6dfa7b913ce2148b18bf83590dfd3 Parents: 07da48c Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Apr 19 17:05:43 2016 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Apr 19 17:05:43 2016 +0200 ---------------------------------------------------------------------- manual/src/main/asciidoc/user-guide/appenders.adoc | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-decanter/blob/49f663f0/manual/src/main/asciidoc/user-guide/appenders.adoc ---------------------------------------------------------------------- diff --git a/manual/src/main/asciidoc/user-guide/appenders.adoc b/manual/src/main/asciidoc/user-guide/appenders.adoc index ba1f471..6d81a12 100644 --- a/manual/src/main/asciidoc/user-guide/appenders.adoc +++ b/manual/src/main/asciidoc/user-guide/appenders.adoc @@ -723,17 +723,12 @@ By default, the kibana instance is available on `http://host:8181/kibana`. [NOTE] =========================================== -As Kibana 4 stores all resources (queries, visualization charts, dashboards) in Elasticsearch, we can't provide -default dashboards "out of the box". +Decanter Kibana 4 automatically detects collector features. Then, it automatically creates corresponding dashboards. -First, create a default index (in Settings->Indices) just containing * as pattern. +However, you still have a complete control of the visualizations and dashboards. You can update the index to +automatically include new fields and create your own visualizations and dashboards. -However, we provide a `decanter.json` file that you can import in Kibana (in the Settings->Objects menu). - -When you install the `kibana` 4.x feature, it automatically provides the `decanter.json` file in the -Apache Karaf etc folder. In Kibana, you can directly import using `etc/decanter.json` file. - -Once `decanter.json` has been imported, you will see default dashboards provided by Decanter. +The default dashboard displayed is the "System" dashboard, requiring the jmx collector. =========================================== ===== Elasticsearch Head console
