Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions PROXY for user access
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
listen 80;
server_name localhost;

location ~ (/elasticsearch/.kibana/index-pattern/_search|/elasticsearch/_mget|/elasticsearch/.kibana/_mapping|/elasticsearch/_msearch) {
proxy_pass http://kibana:5601;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
rewrite /(.*)$ /$1 break;
}
location ~ (/elasticsearch/) {
return 405;
}
location ~ (|/app/kibana|/bundles/|/status|/plugins|) {
if ( $request_method !~ ^(GET)$ ) {
return 405;
}
proxy_pass http://kibana:5601;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
rewrite /(.*)$ /$1 break;
}
}
1 change: 1 addition & 0 deletions frontend/distribution_v1/new graph
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p><iframe src="https://57af14f1824341a2ba62e52df1a3f091.asia-south1.gcp.elastic-cloud.com:9243/app/kibana#/visualize/edit/2d857300-aae3-11ea-a0a7-0d9b0ce48324?embed=true&amp;_g=(filters%3A!()%2CrefreshInterval%3A(pause%3A!t%2Cvalue%3A0)%2Ctime%3A(from%3A'2020-06-02T05%3A38%3A43.393Z'%2Cto%3A'2020-06-09T05%3A38%3A43.393Z'))" width="800" height="600"></iframe></p>