A starting point achieved!
location /kibana/ {
subs_filter_types text/html text/css text/xml;
subs_filter href=" href="http://publicwebserver.example.com/kibana/;
subs_filter src=" src="http://publicwebserver.example.com/kibana/;
proxy_pass http://elkserver.example.net/;
proxy_read_timeout 90;
}
location /elasticsearch/ {
proxy_pass http://elkserver.example.net;
proxy_read_timeout 90;
}
This setup allows me to access the kibana server remotely, but with no control...
EDIT: I will open a new topic on how to achieve controlling of the site:
Ttrying to limit visitors to just their dashboard uri, and preenting them to browse around.
Hope someone will help me...
Best regards
location /kibana/ {
subs_filter_types text/html text/css text/xml;
subs_filter href=" href="http://publicwebserver.example.com/kibana/;
subs_filter src=" src="http://publicwebserver.example.com/kibana/;
proxy_pass http://elkserver.example.net/;
proxy_read_timeout 90;
}
location /elasticsearch/ {
proxy_pass http://elkserver.example.net;
proxy_read_timeout 90;
}
This setup allows me to access the kibana server remotely, but with no control...
EDIT: I will open a new topic on how to achieve controlling of the site:
Ttrying to limit visitors to just their dashboard uri, and preenting them to browse around.
Hope someone will help me...
Best regards