Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarcic committed Apr 1, 2018
1 parent b540571 commit 41352ca
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packetbeat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
packetbeat.interfaces.device: '${DF_PACKETBEAT_INTERFACE}'
packetbeat.protocols.http:
ports: '${DF_PACKETBEAT_HTTP_PORT}'
hide_keywords: '${DF_PACKETBEAT_HTTP_HIDE_KEYWORDS}'
send_headers: '${DF_PACKETBEAT_HTTP_SEND_HEADERS}'
real_ip_header: '${DF_PACKETBEAT_HTTP_REAL_IP_HEADER}'
send_request: '${DF_PACKETBEAT_HTTP_SEND_REQUEST:false}'
send_response: '${DF_PACKETBEAT_HTTP_SEND_RESPONSE:false}'
output.logstash:
enabled: true
hosts: '${DF_PACKETBEAT_LOGSTASH_HOSTS}'
index: 'packetbeat'
ssl.enabled: false
output.file:
enabled: '${DF_PACKETBEAT_OUTPUT_FILE:true}'
path: "/tmp/packetbeat"
filename: packetbeat
rotate_every_kb: 10240 # 10 MB
number_of_files: 2

#================================ Logging ======================================
logging.level: warning
logging.to_syslog: false
logging.to_files: true
logging.files:
path: /var/log/mybeat
name: mybeat.log
rotateeverybytes: 10485760 # 10 MB
keepfiles: 7

0 comments on commit 41352ca

Please sign in to comment.