-
Version2.4.200 Installation MethodSecurity Onion ISO image Descriptionconfiguration Installation TypeStandalone Locationon-prem with Internet access Hardware SpecsDoes not meet minimum requirements CPU4 RAM8 Storage for /200 Storage for /nsm0 Network Traffic Collectionother (please provide detail below) Network Traffic SpeedsLess than 1Gbps StatusYes, all services on all nodes are running OK Salt StatusNo, there are no failures LogsNo, there are no additional clues DetailGood afternoon everyone , i'm having troubles configuring a Custom UDP Logs integration to be applied to syslog messages sent to my Security Onion installation. My switch inventory is: Using the pipeline simulate works and gives me the right output (i suppose): Now, i added a new integration to a different port to avoid to break the original one: Thank you in advance. Alessandro. Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
Is there anything in the logstash.log or Elasticsearch logs that would indicate an issue with the pipelines? |
Beta Was this translation helpful? Give feedback.
-
|
Good morning. then started TCPDUMP and i entered a wrong login in my device: but the log files are silent. So i went to peek this file But i got no feedback in this to after a message arrive. Thank you again. Alessandro. |
Beta Was this translation helpful? Give feedback.
-
|
You can check to see if the pipeline is loaded with Do you see it loaded and do you see events in the pipeline? |
Beta Was this translation helpful? Give feedback.
-
|
I solved the problem, adding some debugging lines here and there helped me to find the real culprit. The switch ip never appears in the host.ip list, but it appears as: Changing the enrich phase on this field removing the port part solved the problem. Thank you. Alessandro. |
Beta Was this translation helpful? Give feedback.

I solved the problem, adding some debugging lines here and there helped me to find the real culprit.
The messages sent to the Syslog component of Security Onion, are parsed as they were sent from the machine itself, so the host.ip was like this:
The switch ip never appears in the host.ip list, but it appears as:
Changing the enrich phase on this field removing the port part solved the problem.
Without your help i would not be abl…