Kibana visualization to plot field values on y-axis without docs aggregation

hi guys,

i am unable to find which visualization will plot below in KIBANA .

on Y-axis : Plot values of field called "Logs" ( Don't plot the count of documents having field logs)

on X-axis: timestamp

My JSON document is like below
{
"_index": "test",
"_type": "_doc",
"_id": "T7Clb3YBCBszRgDncVef",
"_version": 1,
"_score": null,
"_source": {
"Details": "test",
"Logs": 9,

"@timestamp": "2020-12-15T21:04:13.574Z",
"@version": "1",
"Count": "1",

},
"fields": {
"@timestamp": [
"2020-12-15T21:04:13.574Z"
]
},

Can you elaborate?
Maybe draw the required outcome?
What is the business case?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.