config file:
filebeat.prospectors:
- type: log
enabled: true
paths:
- /var/log/pcapcapture/packets.json
document_type: "pcap_file"
json.keys_under_root: true
fields: {log_type: capture}
logging.level: info
logging.metrics.enabled: true
logging.to_files: true
logging.files:
path: /var/log/filebeat
name: filebeat.log
rotateeverybytes: 10485760 # = 10MB
keepfiles: 7
i dont see any file created in /var/log/filebeat can anybody help me what i am missing
Thanks