Skip to content
Discussion options

You must be logged in to vote

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:

"host.ip": [
    "172.16.X.X", <- Security Onion IPv4
    "fe80::250:------------", <- Security Onion IPv6
    "172.17.0.1", <- Security Onion docker network
    "192.168.232.1" <- Security Onion sobridge
  ]

The switch ip never appears in the host.ip list, but it appears as:

 "log.source.address": [
    "172.16.1.1:38514"
  ],

Changing the enrich phase on this field removing the port part solved the problem.
Without your help i would not be abl…

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@cm-ops
Comment options

@Fudozzo
Comment options

Comment options

You must be logged in to vote
1 reply
@Fudozzo
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Fudozzo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
2 participants