You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been working with a user who is trying to ingest Palo Alto FW's logs with the Filebeat Panw Module. And, they face "Too many dynamic script compilation" errors when ingesting a volume of events.
I checked the pipeline included in the module and found that the pipeline included a lot of if conditions which were treated as individual script.
Very similar issue has been already reported #49763. It would be better to take some drastic measures, however, if it is difficult, some walkaround should be documented like the case of Cisco ASA module #14236.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I've been working with a user who is trying to ingest Palo Alto FW's logs with the Filebeat Panw Module. And, they face "Too many dynamic script compilation" errors when ingesting a volume of events.
I checked the pipeline included in the module and found that the pipeline included a lot of
if
conditions which were treated as individual script.Very similar issue has been already reported #49763. It would be better to take some drastic measures, however, if it is difficult, some walkaround should be documented like the case of Cisco ASA module #14236.
The text was updated successfully, but these errors were encountered: