-
-
Notifications
You must be signed in to change notification settings - Fork 153
Closed
Description
I was able to create a log stream but it wont show up when I list the streams, even when I have successfully pushed logs into the stream.
How to reproduce?
- Delete log stream (in-case it exists already)
curl --request DELETE "http://0.0.0.0:8000/api/v1/logstream/testnewlogbug" --header 'Authorization: Basic cGFyc2VhYmxlOnBhcnNlYWJsZQ=='
- Create a new log stream
testnewlogbug
curl --request PUT "http://0.0.0.0:8000/api/v1/logstream/testnewlogbug" --header 'Authorization: Basic cGFyc2VhYmxlOnBhcnNlYWJsZQ=='
- List log stream
curl --request GET "http://0.0.0.0:8000/api/v1/logstream" --header 'Authorization: Basic cGFyc2VhYmxlOnBhcnNlYWJsZQ=='
The stream testnewlogbug
does not show up.
Double check if testnewlogbug
folder is present in s3
aws --endpoint=https://sgp1.digitaloceanspaces.com --region="sgp1" s3 ls s3://parseable/
Metadata
Metadata
Assignees
Labels
No labels