Continuing the discussion from Recursive nested documents in elasticsearch:
Hi all,
I would like to parse a log file containing hierarchical data as mentioned in Recursive nested documents in elasticsearch. I would like to have the logstash index pattern split the data such that each document representing a sub job is related to a document representing the respective super job and I would like to use this relation to obtain the job times of different jobs on different hierarchical levels.
As mentioned in Recursive nested documents in elasticsearch, I would like to represent the job names and their corresponding job times on a graph with the ability to drill down to various levels to view the job times at various levels. I am not able to figure out how to use logstash to its best in order to achieve this. I would appreciate any suggestion on this matter.
Thanks in advance