Skip to content
Discussion options

You must be logged in to vote

I think I got it! adding the format message in the output looks like it removed those extra headers! Thanks for the help

filter { if [event][module] == "suricata" { prune { whitelist_names => [ "message" ] add_tag => [ "Msg_filter" ] } } } output { if "Msg_filter" in [tags] { tcp { codec => line { format => "%{message}" } id => "SO_LOG" host => "10.x.x.x" port => 30051 } } }

Replies: 5 comments 8 replies

Comment options

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

@L0rdV0ld3m0rt
Comment options

@cm-ops
Comment options

@L0rdV0ld3m0rt
Comment options

@cm-ops
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cm-ops
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by L0rdV0ld3m0rt
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