I have downloaded the filebeat-7.6.0-windows-x86_64.zip file.
Do I need to unzip the file in two different directories with a different name?
Do I need to change the name of one of the executables (filebeat.exe, filebeat2.exe)?
Do I need to change the name of one of the filebeat.yml (filebeat.yml, filebeat2.yml)?
In each filebeat.yml I need to specfify a diferent registry path for each instance (filebeat.registry.path: registry)?
To run each instance I need to execute them like this?
.\filebeat.exe -c filebeat.yml
.\filebeat2.exe -c filebeat2.yml
Is there another things that I need to do?
Thanks!