Filebeat panw module, no enabled filesets? #8526
Replies: 4 comments 13 replies
-
It looks like Thanks, |
Beta Was this translation helpful? Give feedback.
-
Still haven't gotten this to work -- anyone have any tips to investigate? Debugged filebeat again and quickly generating a ton of logs but does not appear to go anywhere. I have never had a so-panw* index created. Today filebeat ndjson log example:
|
Beta Was this translation helpful? Give feedback.
-
I ran into this as well and got around it by:
Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Were you ever able to resolve this issue? I seem to be having the same problem, and I've tried all the same suggestions that you have. I'm banging my head against this right now and I can't solve it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Version: 2.3.140
On-Prem, standalone installation
Installed from ISO
Issue:
Following the filebeat Netflow example to permit Palo Alto logs, Building the logstash pipeline produces an error.
docker exec -i so-filebeat filebeat setup modules -pipelines -modules panw -c /usr/share/filebeat/module-setup.yml
Exiting: module panw is configured but has no enabled filesets
Enable 3rd Party Module:
/opt/so/saltstack/local/pillar/minions/*.sls
Update firewall configuration:
so-firewall addhostgroup palo
so-firewall addportgroup palo
so-firewall includehost palo INTERNALSUBNET/24
so-firewall addport palo udp 9002
/opt/so/saltstack/local/pillar/minions/*.sls
Troubleshooting:
ACCEPT udp -- INTERNALSUBNET/24 0.0.0.0/0 udp dpt:9002
"/usr/local/bin/dock…" 0.0.0.0:514->514/tcp, 0.0.0.0:5066->5066/tcp, 0.0.0.0:514->514/udp, 0.0.0.0:9002->9002/tcp, 0.0.0.0:9002->9002/udp so-filebeat
Related topics:
#8481
#8392
Any suggestions on what to try next? I can't seem to build the pipeline for the data to show in Elastic.
Beta Was this translation helpful? Give feedback.
All reactions