[
https://issues.apache.org/jira/browse/KARAF-5552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16342037#comment-16342037
]
Jean-Baptiste Onofré commented on KARAF-5552:
---------------------------------------------
I just tested on Decanter 2.0.0-SNAPSHOT with Kibana 4.1.2. I installed the
following feature (from a fresh Karaf 4.1.4 instance):
{code}
karaf@root()> feature:repo-add decanter 2.0.0-SNAPSHOT
Adding feature url
mvn:org.apache.karaf.decanter/apache-karaf-decanter/2.0.0-SNAPSHOT/xml/features
karaf@root()> feature:install war
karaf@root()> feature:install kibana/4.1.2
karaf@root()> feature:install decanter-appender-elasticsearch-native-2.x
karaf@root()> feature:install decanter-collector-jmx
karaf@root()> feature:install decanter-collector-log
{code}
The {{etc/org.ops4j.pax.web.cfg}} file looks like:
{code}
org.osgi.service.http.port=8181
org.osgi.service.http.port.secure=8443
org.osgi.service.http.secure.enabled=true
javax.servlet.context.tempdir=${karaf.data}/pax-web-jsp
org.ops4j.pax.web.config.file=${karaf.etc}/jetty.xml
org.apache.karaf.features.configKey = org.ops4j.pax.web
org.ops4j.pax.web.ssl.keystore=./etc/keystore.jks
org.ops4j.pax.web.ssl.password=password
org.ops4j.pax.web.ssl.keypassword=password
{code}
And it works fine: I can access Kibana on {{https://localhost:8443/kibana}},
create the index, see the events in discover, etc. The Decanter dashboards are
also populated.
> Kibana doesn't work when using https
> ------------------------------------
>
> Key: KARAF-5552
> URL: https://issues.apache.org/jira/browse/KARAF-5552
> Project: Karaf
> Issue Type: Bug
> Components: decanter
> Affects Versions: decanter-1.3.0, decanter-1.4.0
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: decanter-2.0.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)