You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
api:
enabled: true # set true to enable management api
grpcPort: 9670
httpPort: 9671
secure: false
log:
json: false # false for dev console logger, true - json log for prod to export to Grafana&Loki.
level: info
metrics:
enabled: true
port: 9090
trace:
enabled: false
endpoint: # url to Jaeger or other open trace provider
redis:
address: "storage-13-09002:6379"
features:
tagging: false # sync object/bucket tags
acl: false # sync object/bucket ACLs
lifecycle: false # sync bucket Lifecycle
policy: false # sync bucket Policies
and my agent_conf.yaml:
port: 9673 # agent port to listen incoming notifications
url: "http://storage-13-09002:9673" # REQUIRED: url to be used by s3 storage to send notifications. The URL should be reachable for s3 storage.
fromStorage: "main" # REQUIRED: notifications source storage name from Chorus config
log:
json: false # false for dev console logger, true - json log for prod to export to Grafana&Loki.
level: info
metrics:
enabled: true
port: 9090
trace:
enabled: false
endpoint: # url to Jaeger or other open trace provider
redis:
address: "redis:6379"
features:
tagging: true # sync object/bucket tags
acl: true # sync object/bucket ACLs
lifecycle: false # sync bucket Lifecycle
policy: false # sync bucket Policies
Am I holding this thing wrong? "url to be used by s3 storage to send notifications." I'm not sure how this 'url' field is supposed to be used tbh...
My apologies if this is a noob question.
The text was updated successfully, but these errors were encountered:
url will be used by bucket notifications of your source s3 storage. This means that your source s3 storage should support bucket notification and this url should be reachable to your source s3 storage. Please check agent readme https://github.com/clyso/chorus/tree/main/service/agent
So I have a multi-host setup where chorus_agent is on a different host then my chorus_worker containers.
Went from 50 -> 100 objects in test-bucket3, but the chorus_agent doesn't seem to notice this:
It's logs don't show any errors. (Besides an initial connection error I believe it got past.)
Here's my worker_conf.yaml:
and my agent_conf.yaml:
Am I holding this thing wrong? "url to be used by s3 storage to send notifications." I'm not sure how this 'url' field is supposed to be used tbh...
My apologies if this is a noob question.
The text was updated successfully, but these errors were encountered: