Kibana dashboard filter doesn't work

Sorry. I may not be able to provide all data for you as it is a product. :frowning:

  1. My Lens setting:
    kibana_issue
  2. the response data as Kibana inspect result. Please find related request from my previous comment.
{
  "id": "XXX",
  "rawResponse": {
    "took": 3,
    "timed_out": false,
    "_shards": {
      "total": 1,
      "successful": 1,
      "skipped": 0,
      "failed": 0
    },
    "hits": {
      "total": 64,
      "max_score": null,
      "hits": []
    },
    "aggregations": {
      "0": {
        "buckets": [
          {
            "1": {
              "buckets": [
                {
                  "2": {
                    "value": 0
                  },
                  "key": 77,
                  "doc_count": 0
                },
                {
                  "2": {
                    "value": 0
                  },
                  "key": 78,
                  "doc_count": 0
                },
                {
                  "2": {
                    "value": 0
                  },
                  "key": 79,
                  "doc_count": 0
                },
                {
                  "2": {
                    "value": 0
                  },
                  "key": 80,
                  "doc_count": 0
                }
              ]
            },
            "key_as_string": "2023-02-26T00:00:00.000Z",
            "key": 1677369600000,
            "doc_count": 0
          },
  1. mapping for cluster_id:
{
  "mappings": {
    "properties": {
      "cluster_id": {
        "type": "long"
      },

Don't know if it is enough. Could you please also give me some clue/direction that I can check? :slight_smile:
Thanks in advance!