Multiple concurrent modules

Hi, I have following config for running concurrent checkpoint modules:

filebeat.modules:
- module: checkpoint
  firewall:
    ....port: 9001

- module: checkpoint
  firewall:
    ......port: 9002

However I only see port 9002 being created. SInce filebeat isn't supported anymore to run concurrently, how can I use multiple instances of the same module?
(I want to seggregate authentication for production & test)

Thank you.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.