Hello,
Our company changed to Elastic few months ago. before then we used to log a lot of things to one simple SQL table. in SQL i was able to find for each unique identifier last value that was recorded with simple Query. but as i wasn't trained in elastic\kibana magic I'm quite desperate.
Our company is working with lets call them "messages". Each message has its own UniqueID.
logs in kibana looks like:
- UniqueID=1,Event=MessageReceived, time
- UniqueID=1, event=messageprocessing, time
- uniqueID=1, event=finnished, time
- UniqueID=2, event=messagereceived, time
- UniqueID=2 event=messageprocessing, time
from time to time for some reasons our system didnt finnish the processing process and we have to find out what's wrong.
is there a way i can find what is the last event recorded for each uniqueID we have in last 24hour?? ive tried to google the poop of this but i wasnt able to find a solution that would work for me as i am inexperienced user of Elastic.
Thanks
J.


