I've got a syslog server posting to MS SQL. It works great as far as posting all the data. However, it puts all the useful information into one big text field called message.
How can I parse that data & place into separate data fields?
Sample text:
3625: Jun 9 13:35:54.392: %CRYPTO-MESSAGE_UP: (Server) Mode=CLIENTMODE Client_type=UNK NOWN User=user Group=TGROUP2 Client_public_a ddr=165.217.90. 165 Server_public_a ddr=57.13.107.1 8 Assigned_client _addr=192.168.0 .3
How can I parse that data & place into separate data fields?
Sample text:
3625: Jun 9 13:35:54.392: %CRYPTO-MESSAGE_UP: (Server) Mode=CLIENTMODE Client_type=UNK NOWN User=user Group=TGROUP2 Client_public_a ddr=165.217.90. 165 Server_public_a ddr=57.13.107.1 8 Assigned_client _addr=192.168.0 .3
Comment