Tree-like view using ELK

  1. I implement a tree-like structure for indexing and I can query through this structure and all works fine. But next step, I need to visualize this data at Kibana. Is that possible to make something like that if my _source looks like:

    { "fieldOne":"value", "fieldTwo":"value", "parent": "parent0/parent1/parent2/"}

  2. Can I make a tree-like or nested objects indexing from logstash? I can't find anything inside documentation about that.

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