Trajectory Data

Hi guys,

I want to persist "Trajectory" data in Elasticsearch.

I explain what I have in mind :

I have the list of path that a user makes. Like this guy went to A then to B then to C.

And I want to know what is the best way to persist this data in Elasticsearch for then retriving it in Kibana with graph.

I hope that someone could give me a hint :slight_smile:

Thanks in Advance !

Hi,
What do you want to do with this data later,
I mean which kind of graphs are u planning in kibana..

I think https://www.elastic.co/videos/entity-centric-indexing-mark-harwood would be relevant,
you can create a user entity and put user operations in it as array ..

btw I am not an expert :slight_smile:

Thanks for the answer, I'll read this :slight_smile:

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