Skip to content

Commit

Permalink
chore: vector config
Browse files Browse the repository at this point in the history
  • Loading branch information
dhcmrlchtdj committed Nov 8, 2024
1 parent 8f48ca4 commit 752fbc7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ $ cat /etc/vector/vector.json
"feedbox_err_telegram": {
"type": "http",
"inputs": ["feedbox_err_transform"],
"uri": "https://xxx",
"uri": "https://xxxx",
"auth": {
"strategy": "basic",
"user": "xxxxxxx",
"password": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
"user": "xxxx",
"password": "xxxx"
},
"encoding": {
"codec": "json",
Expand All @@ -99,14 +99,14 @@ $ cat /etc/vector/vector.json
"feedbox_s3": {
"type": "aws_s3",
"inputs": ["feedbox_transform"],
"endpoint": "https://xxx",
"endpoint": "https://xxxx",
"bucket": "log",
"region": "auto",
"auth": {
"access_key_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"secret_access_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
"access_key_id": "xxxx",
"secret_access_key": "xxxx"
},
"key_prefix": "feedbox/",
"key_prefix": "feedbox/%Y/%m/%d/",
"content_type": "application/zstd",
"filename_extension": "json.zstd",
"encoding": {
Expand Down

0 comments on commit 752fbc7

Please sign in to comment.