Hi,
I am not sure if this is the right forum to discuss problems regarding the vega plugin. I am trying to use the vega plugin for Kibana to generate tree type of visualization.
I have data in elasticsearch from IIS log files - I mostly need clientIP, uri, timestamp for my visualization.
I'm trying to do something similar to this: https://vega.github.io/vega/examples/edge-bundling/
telling me which sites user visited and to which they then navigated...
So my main idea was: grouping by ip+timestamp --> creating ids with parent ids.
But I can't figure out how to do this.
Can someone help me?
Kind Regards