You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2015/11/16 14:03:10 UTC

[jira] [Created] (KARAF-4113) Be able to use a remote elasticsearch instance in Decanter Kibana

Jean-Baptiste Onofré created KARAF-4113:
-------------------------------------------

             Summary: Be able to use a remote elasticsearch instance in Decanter Kibana
                 Key: KARAF-4113
                 URL: https://issues.apache.org/jira/browse/KARAF-4113
             Project: Karaf
          Issue Type: Improvement
          Components: decanter
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: decanter-1.0.2


The location of the elasticsearch instance is "hardcoded" in Kibana config.js:

{code}
elasticsearch: "http://"+window.location.hostname+":9200",
{code}

It would be great to enhance this config.js to use HTTP parameters to change the "default" elasticsearch to use.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)