Hi i need help figuring out this issue as i want to run two filebeat services that points to two deferent directories in the c drive. we currently have a team using filebeat pointing to redis and now i want to install a new latest version of filebeat to point to my logstash and just to state they both will be picking up logs from different log paths not the same.
so which do i do please :
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!