Time Series Panel - Missing Time Shift/Offset Time

  • What Grafana version and what operating system are you using?
    Grafana v11.6.6 (cfda836b8e)
    Red Hat Enterprise Linux 8.10

  • What are you trying to achieve?
    I am attempting to configure a Time Series panel to display a direct comparison of the current data count against the data count from 24 hours ago, both sourced from Elasticsearch.
    My goal is to show two time series lines in the same panel:
    Current Data (Today)
    Historical Data (24 Hours Ago)

  • How are you trying to achieve it?

    Data Source: Elasticsearch
    Query Type: Metric, using Count and Group by Date Histogram @timestamp.
    Query A (Current): Logtype:ABC, Alias: TOTAL
    Query B (Historical): Logtype:ABC, Alias: TOTAL 24h AGO

  • What happened?

    The standard methods for achieving time shifting in Grafana appear to be unavailable or ineffective in my current configuration:

    Elasticsearch Query Editor (Offset Field): The expected Time shift field or the Offset field within the Group By Date Histogram settings. When I attempt to use this field, the data does not shift.

I would say you need to upgrade: