Getting Data In

Two types of data over the same port?

paulgo
Explorer

I'm trying to get both JSON and syslog information from our firewall into Splunk Cloud using universal forwarder.  

So far I've gotten the JSON in by getting splunk to listen to port 514, forward that to the index, and then adding it using 

splunk add udp 514 -sourcetype JSON

However, now I want to add the syslog information as well, which comes over the same port.  When I attempt to add that I get an error:

splunk add udp 514 -sourcetype syslog
Parameter name: UDP port 514 is not available.

How do I get the splunk index to read both from the same port?

Labels (4)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

In short, you can't.  You've already "used up" port 514 with JSON data so you can't also use it for syslog.

Splunk recommends against ingesting TCP or UDP data directly as data will be lost whenever Splunk restarts.

The preferred way to ingest syslog data is to stand up a dedicated syslog server (syslog-ng or rsyslog) and have that server forward (using a UF) to Splunk.  Alternatively, you can use the Splunk Connect for Syslog (SC4S) app to do both.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

In short, you can't.  You've already "used up" port 514 with JSON data so you can't also use it for syslog.

Splunk recommends against ingesting TCP or UDP data directly as data will be lost whenever Splunk restarts.

The preferred way to ingest syslog data is to stand up a dedicated syslog server (syslog-ng or rsyslog) and have that server forward (using a UF) to Splunk.  Alternatively, you can use the Splunk Connect for Syslog (SC4S) app to do both.

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...