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"
]
},