Update Fluentd and Nginx configurations

This commit is contained in:
Simon Larsen 2024-02-02 19:00:19 +00:00
parent 60e25b5954
commit 37c87130b6
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE
2 changed files with 3 additions and 3 deletions

View File

@ -14,10 +14,10 @@
<match **>
@type http
endpoint http://ingestor:3400/ingestor/fluentd/v1/logs
endpoint https://test.oneuptime.com/fluentd/logs
open_timeout 2
headers {"x-oneuptime-service-token":"72f87070-c1c0-11ee-938d-f587493d9c6f"}
headers {"x-oneuptime-service-token":"ce9e9f0d-ea65-4d6d-9efc-1b4cfc8759ae"}
content_type application/json
json_array true

View File

@ -175,7 +175,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_pass http://ingestor/fluentd/v1/logs;
proxy_pass http://ingestor/ingestor/fluentd/v1/logs;
}
location /status-page-identity-api/ {