xmlkv tries to dynamically find all key-value pairs within the search results, so it can be quite slow.
You are already extracting some fields with rex - you could extract additional fields in the same way. The more fields that exist in the xml, the longer xmlkv will run. So using rex to extract only the fields that you need can be faster.
What do you plan to do after the xmlkv step?
... View more