Hi @gcusello, Thanks for your reply. I'm in the first case you mentioned. But I do not know how to use appendpipe to achieve the goal. Let's look at an example. | makeresults | eval raw="xxx123,document1,orderRequest;document1,orderRequest" | makemv delim=";" raw | mvexpand raw | rex field=raw "(?<id>\w+),doc" Currently, the id field in the second event is empty, and I'd like to fill it with xxx123, since it is also the document1 type. Could you write a query to achieve this one? Thanks again!
... View more