console icon indicating copy to clipboard operation
console copied to clipboard

Console Enhancement: Add Stream Info

Open nikhilsinhaparseable opened this issue 1 year ago • 2 comments

Add Stream info in the console - it shows the response of GET /logstream/{logstream}/info API response

nikhilsinhaparseable avatar Apr 23 '24 13:04 nikhilsinhaparseable

Can you paste the response.

nitisht avatar Apr 23 '24 13:04 nitisht

Response JSON -

{ "created-at": "2024-04-21T03:51:57.302942942+00:00", "first-event-at": "2024-04-21T03:59:52.579+00:00", //Optional - dont display in console if API response does not have this field "cache_enabled": true, "time_partition": "log_date", //Optional - dont display in console if API response does not have this field "static_schema_flag": "true" //Optional - dont display in console if API response does not have this field }

nikhilsinhaparseable avatar Apr 23 '24 13:04 nikhilsinhaparseable

https://github.com/parseablehq/console/pull/241

balaji-jr avatar May 29 '24 14:05 balaji-jr