fix
This commit is contained in:
parent
1c1f56f1ea
commit
dd5e3557ae
1 changed files with 3 additions and 37 deletions
|
@ -3,8 +3,7 @@ filenames:
|
|||
- ./tests/nginx/nginx.log
|
||||
#this is not a syslog log, indicate which kind of logs it is
|
||||
labels:
|
||||
prog_name: nginx
|
||||
type: nginx_raw_log
|
||||
type: nginx
|
||||
---
|
||||
filenames:
|
||||
- /var/log/auth.log
|
||||
|
@ -15,38 +14,5 @@ labels:
|
|||
---
|
||||
filename: /var/log/apache2/*.log
|
||||
labels:
|
||||
prog_name: apache2
|
||||
type: nginx_raw_log
|
||||
---
|
||||
filenames:
|
||||
- ./tests/tcpdump.out
|
||||
- /root/granola/tcpdump.out
|
||||
labels:
|
||||
prog_name: tcpdump
|
||||
type: tcpdump_raw_log
|
||||
---
|
||||
filename: ./tests/apache.log
|
||||
labels:
|
||||
prog_name: apache2
|
||||
---
|
||||
filename: ./tests/nginx.log
|
||||
labels:
|
||||
prog_name: nginx
|
||||
|
||||
|
||||
|
||||
|
||||
# #list of files to be tailed
|
||||
# #it's ok to add files that don't exist, they will juste be skipped :)
|
||||
# - /var/log/nginx/*.log
|
||||
# - /root/granola/tcpdump.out
|
||||
# - /var/log/auth.log
|
||||
# - tests/*.log
|
||||
# - tests/tcpdump.out
|
||||
# - tests/nginx/nginx.log
|
||||
|
||||
# # for honeypots
|
||||
# - /data/logs/*.log
|
||||
# - /var/log/tcpdump.out
|
||||
# - /var/log/auth.log
|
||||
# - /var/log/syslog
|
||||
type: apache2
|
||||
---
|
Loading…
Add table
Reference in a new issue