Can I store the each filter outputs in elasticSearch?

e.g. the filters have 3 phases:
1.store all the orignal messages;
2.filter the validate data;
3.do the business logic;
I want to save all of the 3 phase results for debug and troubleshoot,is it possible? or only can I save the 3rd phase result?

You can setup a conditional clone that'd do this, you would need to add tags at each stage so you can activate the conditionals though.

OKay,I will try it,thanks for your help.