Hi there,
I’ve got a question, is it possible to “join” data in ELK, so we have such a use case:
- Application sends two types of logs:
a. <session_id>, <cartridge_id>
b. <session_id>, <data_volume>
- We need report (table in Kibana):
a. <cartridge_id> <data_volume> <session_id>
Is it feasible in ELK?
Thanks alot
Li