get_loki_series
Retrieve log series label combinations from Loki using selectors and time ranges to filter and analyze log data.
Instructions
Get series (label combinations) matching label selectors from a Loki datasource
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasourceUid | Yes | The Loki datasource UID | |
| match | Yes | Series selectors as label matchers (e.g., ["{job=\"varlogs\"}"]) | |
| start | No | Start time (RFC3339 or Unix timestamp) | |
| end | No | End time (RFC3339 or Unix timestamp) |