Kibana visual builder time series visulization setup

Hi there,

I'm now willing to initiate a time series visulization, it's quite same like the original Network Traffic (Bytes) [Metricbeat System] ECS visulization. (Kibana version is 7.2.1)

But it's not working which is only appearing to show 0 after I just copied its every single parameter.

Here is my sample message, I want to show this volume field accordingly but failed

{
  "_index": "sample-index",
  "_type": "_doc",
  "_id": "KB2dUnEB5fkW8PnSiPCQ",
  "_version": 1,
  "_score": null,
  "_source": {
    "appName": "app",
    "@timestamp": "2020-04-07T03:09:47.993Z",
    "hostname": "host1",
    "message": "nothing special",
    "logType": "messageVolume",
    "@version": "1",
    "sourceSystem": null,
    "trackingId": null,
    "volume": 1,
    "sequence": 29241,
    "content": "xxxx",
    "serviceName": "app",
    "port": "8090",
    "targetSystem": null,
    "level": "INFO",
    "host": "host1",
    "logger_name": "logger"
  },
  "fields": {
    "@timestamp": [
      "2020-04-07T03:09:47.993Z"
    ]
  },
  "sort": [
    1586228987993
  ]
}

Here is what the visulization configuration looks like

Here is what the original visulization configuration looks like

Am I missing anything or how am I able to achieve this ?
Any updates will be very appreciated.

Hi @wl105500396

There could be one possible cause that I can think of: you are probably ingesting data at a rate higher than the one configured in the Panel Options internal or at a rate higher than the one configured ion your derivative aggregation. Could you try to check these two values and and increase them accordingly to your sampling rate?