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
Currently, HyperDX provides an API endpoint for querying aggregated chart data (/api/v1/charts/series), but there's no direct way to search for individual log entries using a query via the API.
I would like to request an API endpoint that allows for searching and retrieving individual log entries based on query parameters. This would be similar to the search functionality available in the HyperDX UI, but accessible via API for programmatic use.
Are there any alternatives to do this today?
The text was updated successfully, but these errors were encountered:
I use a selfhost version of hyperdx and it has been tremendously useful to have access to the underlying clickhouse database for more in depth queries, and data exporting.
Maybe allowing to query the database directly? Probably on a higher plan (Enterprise/business)?
Currently, HyperDX provides an API endpoint for querying aggregated chart data (
/api/v1/charts/series
), but there's no direct way to search for individual log entries using a query via the API.I would like to request an API endpoint that allows for searching and retrieving individual log entries based on query parameters. This would be similar to the search functionality available in the HyperDX UI, but accessible via API for programmatic use.
Are there any alternatives to do this today?
The text was updated successfully, but these errors were encountered: