Hi, I have different types of data coming from 3 different servers.
Server One gives me : ID, StartTime1, EndTime1
Server Two Gives me : ID StartTime2, EndTime2
Server Three gives me: ID, StartTime3, EndTime3
In Elastic Search I am sending data as Logs_Server1, Logs_Server2 and Logs_Server3 and I created Index Logs* which now has all the data.
I would like to know if there is a way to combine this data? So that I can see it like below in Kibana:
ID, StartTime1, StartTime2, StartTime3, EndTime1, EndTime2, EndTime3.
Everything in a single row for Single ID?
Regards,
Ashootosh