Skip to main content
The Grafana plugin syncs data locally. Use corsair.grafana.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Dashboard Queries

Path: grafana.db.dashboardQueries.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Health Status

Path: grafana.db.healthStatus.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Jwks Keys

Path: grafana.db.jwksKeys.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Logs

Path: grafana.db.logs.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Ring Status

Path: grafana.db.ringStatus.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Saml Sessions

Path: grafana.db.samlSessions.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.