- send syslog message via Bro

Hello everyone,

I see that there is a built in function named syslog that sends a string.

I cannot provide it with any parameters.

Is it possible to send a syslog message from a bro script to a specific host ?

Thanks

B

Hello,

Is it possible to send a syslog message from a bro script to a specific
host ?

Bro internally just uses the vsyslog function to send the data to syslog
(https://linux.die.net/man/3/vsyslog), which also just takes a string. It
is currently not possible to configure bro to send a message to a specific
host - that is something that you have to change in your syslog
configuration.

I hope this helps,
Johanna