diff options
Diffstat (limited to 'sysutils/beats/files/patch-packetbeat_packetbeat.yml')
-rw-r--r-- | sysutils/beats/files/patch-packetbeat_packetbeat.yml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/sysutils/beats/files/patch-packetbeat_packetbeat.yml b/sysutils/beats/files/patch-packetbeat_packetbeat.yml index 9ca4ce3ae2ed..612f1e09be08 100644 --- a/sysutils/beats/files/patch-packetbeat_packetbeat.yml +++ b/sysutils/beats/files/patch-packetbeat_packetbeat.yml @@ -1,8 +1,8 @@ ---- packetbeat/packetbeat.yml.orig 2017-02-09 16:20:52.000000000 +0100 -+++ packetbeat/packetbeat.yml 2017-02-21 02:04:13.919394000 +0100 +--- packetbeat/packetbeat.yml.orig 2019-10-15 21:08:29 UTC ++++ packetbeat/packetbeat.yml @@ -10,8 +10,10 @@ #============================== Network device ================================ - + # Select the network interface to sniff the data. On Linux, you can use the -# "any" keyword to sniff on all connected interfaces. -packetbeat.interfaces.device: any @@ -10,12 +10,15 @@ +# and the beats programmers did not bother to implement it, so you must set this +# to your preferred device +packetbeat.interfaces.device: em0 - + #================================== Flows ===================================== - -@@ -147,3 +149,5 @@ + +@@ -217,6 +219,8 @@ processors: # To enable all selectors use ["*"]. Examples of other selectors are "beat", # "publish", "service". #logging.selectors: ["*"] +logging.to_syslog: true +logging.to_files: false + + #============================== Xpack Monitoring =============================== + # packetbeat can export internal metrics to a central Elasticsearch monitoring |