hyperdx icon indicating copy to clipboard operation
hyperdx copied to clipboard

Feature Request: API Endpoint for Searching Logs with Queries

Open microchipgnu opened this issue 1 year ago • 1 comments

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?

microchipgnu avatar Sep 04 '24 11:09 microchipgnu

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)?

julionav avatar Sep 19 '24 13:09 julionav