Hi,
I did the setup of elastic cloud with the setup provided and able to ingest a nested JSON using filebeat to elastic search and kibana.The sample JSON is as below:
{"name":"AAAA","time":1168167,"etime":1168167,"tnorm":0,"lt1":{"val1":[0.759,-1.406,313.839],"val2":[0.759,-1.406.639]},
{ "name":"AAAA","time":1168167,"etime":1168167,"tnorm":0,"lt1":{"val1":[0.759,-1.406,313.839],"val2":[0.759,-1.406,307.639]},
{ "name":"AAAA","time":1168167,"etime":1168167,"tnorm":0,"lt1":{"val1":[0.759,-1.406,313.839],"val2":[0.759,-1.406.639]}
The Data sits in a variable called message in kibana and i am unable to visualize dashboard for each variable present in this JSON.For Eg: I want to view for val1 in lt1 how many datas are flowing in for 10 mins.
- Is there a way to build dashboard by querying the data present in kibana.
- or i need to write processor or analyser for parsing this data in elastic search and send data to kibana.
Any help would be appreciated.