My events are having fields like timestamp, version , sitename , url and score
Whenever the data parsed to logstash , I want to compare the score field of the url fields between different version field.
As i have searched and found i can't make dynamic compare on same fields between different events which is my intial approach.
So i want to keep some static data in csv like url, score fields and once the data approached to logstash will try to find the url from csv file and compare the score field based on the difference of the score value i want to set a new field like Positive , negative, neutral ??
Can anyone help above mentioned approaches are feasible or not ? @magnusbaeck @Badger @bardie