Hi,
Just hit a problem with the Elapsed plugin, referring to the data below, not sure why it reported the elapsed_end_without_match error though the start event is there. I have checked that the unique_field is the same for the start and end event.
background:
for this data source, the elapsed start/end events come in in sequence, so it's always like: start, end, start, end...
patterns like start start, end, end is not possible.
And the unique_field used here is not really unique across different start/end pairs, i.e. the unique_field for the current start/end pair could be the same as the previous pair.
June 13th 2016, 18:46:02.797	beats_input_codec_plain_applied, selection_Finish, elapsed, elapsed_match
June 13th 2016, 18:46:02.750	beats_input_codec_plain_applied, selection_Start
June 13th 2016, 18:45:59.219	beats_input_codec_plain_applied, selection_Finish, elapsed, elapsed_match
June 13th 2016, 18:45:59.172	beats_input_codec_plain_applied, selection_Start
June 13th 2016, 18:45:50.705	beats_input_codec_plain_applied, selection_Finish, elapsed, elapsed_match
June 13th 2016, 18:45:50.658	beats_input_codec_plain_applied, selection_Start
June 13th 2016, 18:45:49.111	beats_input_codec_plain_applied, selection_Finish, elapsed, elapsed_match
June 13th 2016, 18:45:49.064	beats_input_codec_plain_applied, selection_Start
June 13th 2016, 18:45:47.049	beats_input_codec_plain_applied, selection_Finish, elapsed_end_without_start
June 13th 2016, 18:45:47.002	beats_input_codec_plain_applied, selection_Start
June 13th 2016, 18:45:46.752	beats_input_codec_plain_applied, selection_Finish, elapsed, elapsed_match
June 13th 2016, 18:45:46.705	beats_input_codec_plain_applied, selection_Start
June 13th 2016, 18:45:38.315	beats_input_codec_plain_applied, selection_Finish, elapsed, elapsed_match
June 13th 2016, 18:45:38.268	beats_input_codec_plain_applied, selection_Start
June 13th 2016, 18:45:37.050	beats_input_codec_plain_applied, selection_Finish, elapsed, elapsed_match
June 13th 2016, 18:45:37.003	beats_input_codec_plain_applied, selection_Start
Thank you!