Getting Data In

Can i have splunk forward data to an external system?

Erik_Swan
Splunk Employee
Splunk Employee

Is it possible to have splunk forward data to another 3rd party system that is expecting syslog?

Tags (1)
1 Solution

Erik_Swan
Splunk Employee
Splunk Employee

Yes,

Splunk can forward any RFC 3164 compliant events from any platform to a TCP/UDP based server and port, making the payload of any non-compliant data RFC 3164 compliant. You can specify any of the following:

  • TCP priority (combination of facility and severity)
  • Ability to specify regex and forward only the data that matches regex via props/transforms
  • Filter what is sent by source type, or other meta data, again via props/transforms.
  • Mandatory truncating of data to 1024 (to comply with RFC 3164)

For more info, see: http://docs.splunk.com/Documentation/Splunk/5.0/Deploy/Forwarddatatothird-partysystemsd

View solution in original post

Erik_Swan
Splunk Employee
Splunk Employee

Yes,

Splunk can forward any RFC 3164 compliant events from any platform to a TCP/UDP based server and port, making the payload of any non-compliant data RFC 3164 compliant. You can specify any of the following:

  • TCP priority (combination of facility and severity)
  • Ability to specify regex and forward only the data that matches regex via props/transforms
  • Filter what is sent by source type, or other meta data, again via props/transforms.
  • Mandatory truncating of data to 1024 (to comply with RFC 3164)

For more info, see: http://docs.splunk.com/Documentation/Splunk/5.0/Deploy/Forwarddatatothird-partysystemsd

dmenon84
Path Finder

Hi,

If I forward the syslog to 3rd party system will I be able to keep the same info in my internal instance of Splunk as well?

Thanks,

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...