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
I configured loki to save the chunks in S3 bucket in Ceph S3 compatible storage.
The connection string should not contain https://myendpoint.com rather just myendpoint.com
Loki will start with a wrong still (but IMHO it should not) and then won't be able to write anything to the bucket. I then tried killing it with CTRL-C, which triggered all the CPUs and spit multiple of these messages:
zonaws.com\" after host"
level=error ts=2019-11-28T13:21:36.467369557Z caller=flush.go:170 org_id=fake msg="failed to flush user" err="InvalidEndpointURL: invalid endpoint uri\ncaused by: parse https://s3.https:.amazonaws.com/{Bucket}/{Key+}: invalid port \":.am
azonaws.com\" after host"
level=error ts=2019-11-28T13:21:36.467425938Z caller=flush.go:170 org_id=fake msg="failed to flush user" err="InvalidEndpointURL: invalid endpoint uri\ncaused by: parse https://s3.https:.amazonaws.com/{Bucket}/{Key+}: invalid port \":.am
azonaws.com\" after host"
level=error ts=2019-11-28T13:21:36.467474205Z caller=flush.go:170 org_id=fake msg="failed to flush user" err="InvalidEndpointURL: invalid endpoint uri\ncaused by: parse https://s3.https:.amazonaws.com/{Bucket}/{Key+}: invalid port \":.am
azonaws.com\" after host"
level=error ts=2019-11-28T13:21:36.467560423Z caller=flush.go:170 org_id=fake msg="failed to flush user" err="InvalidEndpointURL: invalid endpoint uri\ncaused by: parse https://s3.https:.amazonaws.com/{Bucket}/{Key+}: invalid port \":.am
azonaws.com\" after host"
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
stalebot
added
the
stale
A stale issue or PR that will automatically be closed.
label
Jan 11, 2020
The same issue is happening to us. If we use s3://access_key:secret_access_key@yourendpoint.com/myBucket then we get msg="failed to flush user" err="RequestError: send request failed\ncaused by: Put http://yourendpoint.com/myBucket` and if we use s3://access_key:secret_access_key@https://yourendpoint.com/myBucket we get msg="failed to flush user" err="InvalidEndpointURL: invalid endpoint uri\ncaused by: parse https://s3.https:. │
│ amazonaws.com/{Bucket}/{Key+}: invalid port ":.amazonaws.com" after host"
I configured loki to save the chunks in S3 bucket in Ceph S3 compatible storage.
The connection string should not contain https://myendpoint.com rather just myendpoint.com
Loki will start with a wrong still (but IMHO it should not) and then won't be able to write anything to the bucket. I then tried killing it with CTRL-C, which triggered all the CPUs and spit multiple of these messages:
To Reproduce
Steps to reproduce the behavior:
Use a config similar to this:
Expected behavior
Environment:
The text was updated successfully, but these errors were encountered: