Elasticsearch / Kibana: Application-side joins Elasticsearch / Kibana: Application-side joins elasticsearch elasticsearch

Elasticsearch / Kibana: Application-side joins


I don't think that there is such thing, but maybe that you could play around with the filters :

  1. You create nice and simple data visualisations that filter ondifferent types and display only one simple data.
  2. You put these different visualizations in a dashboard in order to display all the data associated with a type of join.
  3. You use the filters as your join key and use the full dashboard,composed of different panels, to get insights of specific join keys(ips in your case, or sessions)

You need to create 1 dashboard for every type of join that you want to make.

Note that you will need to harmonize the names and mappings of the fields in your different documents!

Keep us updated, that's an interesting problematic, I would like to now how it turns out with so many documents.