Skip to content

Commit

Permalink
Update Fluentd configuration with new endpoint and token for producti…
Browse files Browse the repository at this point in the history
…on environment
  • Loading branch information
simlarsen committed Nov 22, 2024
1 parent f45c7f8 commit 2b006e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fluentd/fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
@type http

# endpoint http://fluent-ingest:3401/fluent-ingest/fluentd/v1/logs # This is if you're testing in local development
endpoint https://oneuptime.com/fluentd/logs # This is for prod environment
endpoint https://test.oneuptime.com/fluentd/logs # This is for prod environment
open_timeout 2
# Please make sure you change the token and service name to your own
headers {"x-oneuptime-token":"caf42a30-8ace-11ef-b10a-eb9302809cb8", "x-oneuptime-service-name": "fluentd-logs"}
headers {"x-oneuptime-token":"76392c80-a8ff-11ef-99fa-01081dde722e", "x-oneuptime-service-name": "fluentd-logs"}

content_type application/json
json_array true
Expand Down

0 comments on commit 2b006e1

Please sign in to comment.