Hi Gn,
if you want to make all field extractions global (instead of everything), you can instead put:
[props]
export=system
[transforms]
export=system
into the file. Then all items configured in that app's props and transforms files (which includes lookups as well as field extractions, but not tags or inputs for example) will be global (other than ones specifically set to a lower sharing level).
... View more