Skip to content

Commit

Permalink
Update logstash filter
Browse files Browse the repository at this point in the history
Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
  • Loading branch information
reyesj2 committed Nov 3, 2023
1 parent bc11e06 commit 00b3882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ For example, to forward all :ref:`zeek` events from the ``dns`` dataset, we coul
::

output {
if [module] =~ "zeek" and [dataset] =~ "dns" {
if [event][module] == "zeek" and [pipeline] == "dns" {
udp {
id => "cloned_events_out"
host => "192.168.x.x"
Expand Down

0 comments on commit 00b3882

Please sign in to comment.