

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Can I insert field delimiters into an exported CEF syslog stream?
We have a few custom log types that we're ingesting into Arcsight, so we've got connectors built and funcitoning. Several of the fields contain data with spaces such as "zonename groupname blockname". This is all well and good; however we're also forwarding the parsed CEF message on to a host via syslog. Since the CEF fields are space delimited in this syslog stream, it's making the parsing on the other end complicated.
Is there a way to insert a comma, pipe or other unique delimiter in between each CEF field when streaming?
Thanks,
Bill

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
You can define format templates by using rsyslog which will help define the format of your syslog events and you can make them more ArcSight friendly


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
So the connector is using rsylog to forward the message, and I can set up a template on the connector to modify the syslog output by tweaking the rsyslog template?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Are there regex restrictions on "the other end"? If the parsing engine on that receiving end can support regex lookarounds, I can give you some guidance of how to properly parse CEF without needing to add extra delimiters.