Repository: karaf-decanter Updated Branches: refs/heads/master ac125025b -> c4719b9d0
http://git-wip-us.apache.org/repos/asf/karaf-decanter/blob/c4719b9d/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 4f75942..64f735a 100644 --- a/manual/src/main/asciidoc/user-guide/appenders.adoc +++ b/manual/src/main/asciidoc/user-guide/appenders.adoc @@ -506,6 +506,19 @@ You can change these dashboards to add new panels, change the existing panels, e Of course, you can create your own dashboards, starting from blank or simple dashboards. +==== Elasticsearch Head console + +In addition of the embedded elasticsearch instance, Decanter also provides a web console allowing you to monitor and +manage your elasticsearch cluster. It's a ready to use elastisearch-head console, directly embedded in Karaf. + +The `elasticsearch-head` feature installs the embedded elasticsearch-head web console: + +---- +karaf@root()> feature:install elasticsearch-head +---- + +By default, the elasticsearch-head web console is available on `http://host:8181/elasticsearch-head`. + === JDBC The Decanter JDBC appender allows your to store the data (coming from the collectors) into a database. http://git-wip-us.apache.org/repos/asf/karaf-decanter/blob/c4719b9d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index de13455..3d616e0 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,7 @@ <module>appender</module> <module>sla</module> <module>elasticsearch</module> + <module>elasticsearch-head</module> <module>kibana</module> <module>assembly</module> </modules>
