Hi,
Can anyone point me in the right direction getting the panw module to work. We are running filebeat 8.4 but everything I try results in:
Exiting: module panw is configured but has no enabled filesets
panw module is configured as follows:
# Module: panw
# Docs: https://www.elastic.co/guide/en/beats/filebeat/main/filebeat-module-panw.html
- module: panw
panos:
enabled: true
# Set which input to use between syslog (default) or file.
var.input: file
# Set custom paths for the log files. If left empty,
# Filebeat will choose the paths depending on your OS.
var.paths: ["/var/log/panw.log"]
Is there a step I'm missing?
Thanks.