Closed
Description
Impact: v52.3.84
Description: Recordings show no entries, only an empty screen
Reason: There's a default global filter: timestamp > now()
that shows only new records, and therefore ignores old (recorded) records.
Resolution: Set the following directive in the values.yaml
or config.yaml
:
tap:
globalFilter: ""
or, use: --set tap.globalFilter=""
Alternatively you can temporarily remove the default global filter in the settings dialog window:
Metadata
Metadata
Assignees
Labels
No labels