Skip to content

Commit

Permalink
Fixing proxy and elastic password
Browse files Browse the repository at this point in the history
  • Loading branch information
algarfer committed May 1, 2024
1 parent dccf6b9 commit 149c23b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions logging/setup/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ declare -A users_passwords
users_passwords=(
[logstash_internal]="${LOGSTASH_INTERNAL_PASSWORD:-}"
[kibana_system]="${KIBANA_SYSTEM_PASSWORD:-}"
[elastic]="${ELASTIC_PASSWORD:-}"
# [metricbeat_internal]="${METRICBEAT_INTERNAL_PASSWORD:-}"
# [filebeat_internal]="${FILEBEAT_INTERNAL_PASSWORD:-}"
# [heartbeat_internal]="${HEARTBEAT_INTERNAL_PASSWORD:-}"
Expand Down
2 changes: 1 addition & 1 deletion proxy/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ server {
}

location /grafana/ {
proxy_pass http://grafana:9091/;
proxy_pass http://grafana:9091;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $http_host;
}
Expand Down

0 comments on commit 149c23b

Please sign in to comment.