
Announcements
Hi,
I have a problem in sending the information of an attribute as syslog message to remote-server.
The goad is to send the history logs from Bitwarden to SIEM.
The flow works as following:
1- I can get a list of bitwarden logs through RestApi request.
2- After parsing the json output, I could set an attribute "EventRaw" with the needed information to be send to SIEM via syslog.
The outputs look like:
EventRaw:
<BW> Date:2024-01-19T10:54:12.498Z EventType:1114 UserID:***** Device:* SourceIP: ****
The problem is:
How can i send the content of the attribute "EventRaw" to SIEM via syslog?
Thank you!
Regards