Kibana4 + Apache server?

Hi guys,

I'm trying to install the latest ELK stack including Kibana4.0.1 on a
virtual machine with CentOS 7 minimal.

My aim is to access kibana via an Apache server (httpd) from my computer
(because the centOS mini hasn't any gnome installed so it's all in command
lines).

I've got an issue with configuring both Kibana and Apache to run, it just
doesn't work ! :smiley:

Does one of you have ever tried to install the latest stack and use Kibana
through Apache ?

I am used to install ELK in local, but olders versions and I'm confident
that they are well setup for a local application, what I need are the
modifications to go Apache :slight_smile:

Thanks in advance !
G.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/0fd49f9d-bf5c-4148-b152-1d1347210c12%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

The latest versions of Kibana are very different than the older versions.
The old version was just a bunch of javascript that needed any old
webserver to host the files. The new version is a full blown node.js
application and as such does not use Apache at all, but requires node.js.
It also requires the latest version of Elasticsearch.

On Thursday, March 12, 2015 at 9:26:20 AM UTC-6, Guillaume RICHAUD wrote:

Hi guys,

I'm trying to install the latest ELK stack including Kibana4.0.1 on a
virtual machine with CentOS 7 minimal.

My aim is to access kibana via an Apache server (httpd) from my computer
(because the centOS mini hasn't any gnome installed so it's all in command
lines).

I've got an issue with configuring both Kibana and Apache to run, it just
doesn't work ! :smiley:

Does one of you have ever tried to install the latest stack and use Kibana
through Apache ?

I am used to install ELK in local, but olders versions and I'm confident
that they are well setup for a local application, what I need are the
modifications to go Apache :slight_smile:

Thanks in advance !
G.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/669fbed4-5520-482c-88f5-728cfac78f8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Does this mean Kibana4 cannot be front ended with apache proxy? Mostly it is front ended with nginx which acts as a proxy. Why can't apache be used as proxy for Kibana?