Skip to content
Discussion options

You must be logged in to vote

Yes. For a self-managed Wazuh manager, the supported agentless path is its remote syslog listener. Vector should send syslog to that listener; it should not try to imitate the encrypted Wazuh agent protocol on port 1514.

On the Wazuh manager, add a listener inside ossec_config (use the real Vector source IP/CIDR):

<remote>
  <connection>syslog</connection>
  <port>514</port>
  <protocol>tcp</protocol>
  <allowed-ips>VECTOR_SOURCE_IP_OR_CIDR</allowed-ips>
</remote>

Then restart wazuh-manager. allowed-ips is mandatory for a syslog connection, and the firewall/security policy must also permit TCP 514 from the Vector host/pod network.

Since the file source places each Tetragon JSON line in t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pront
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
sink: socket Anything `socket` sink related source: file Anything `file` source related domain: security Anything related to security platform: kubernetes Anything `kubernetes` platform related
2 participants