Skip to content

New log streams not showing up in log streams list #51

@123vivekr

Description

@123vivekr

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?

  1. 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=='
  1. Create a new log stream testnewlogbug
curl --request PUT "http://0.0.0.0:8000/api/v1/logstream/testnewlogbug" --header 'Authorization: Basic cGFyc2VhYmxlOnBhcnNlYWJsZQ=='
  1. 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions