parseablehq / console

Frontend Client for Parseable. Parseable is a cloud native log storage and management for Kubernetes, containerised workloads
https://parseable.com
GNU Affero General Public License v3.0
24 stars 34 forks source link

Console Enhancement: Add Stream Info #234

Closed nikhilsinhaparseable closed 5 months ago

nikhilsinhaparseable commented 6 months ago

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

nitisht commented 6 months ago

Can you paste the response.

nikhilsinhaparseable commented 6 months ago

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 }

balaji-jr commented 5 months ago

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