First, im sorry for, probably, stupid q, but it is implicit for me.
If i configure and run filebeat with some modules , will it increase resource consumption on Filebeat Node (current machine) or ES node (remote, in my case)?
I mean that i have "grok / append / rename" and other parsing logic, implemented in my modules (like nginx and my custom modules), so it will be executed on current machine (with filebeat) or on elasticsearch node?
Thanks a lot.