-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Low throughput rates for Cisco ASA module's Ingest Node pipeline #25768
Comments
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
I think we need to setup a benchmark to replicate the issue. Then test a few changes and measure the results. One change I'd like to see tested is what happens if the number of date patterns is reduced. And other whether including the |
relates elastic/elasticsearch#73918 |
Hi! We're labeling this issue as |
This date processor change probably affected performance under ES 7.17 and 8.x. We should retest. |
I'd expect elastic/elasticsearch#92880 to make a difference here, too. |
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
There have been multiple reports of low event rates when using the Cisco ASA Filebeat module. In two independent analyses came to the conclusion was that one processor in the pipeline was taking a significant amount of time compared to the others. This was the date processor with timezone option.
beats/x-pack/filebeat/module/cisco/shared/ingest/asa-ftd-pipeline.yml
Lines 105 to 127 in 1da173a
_nodes/stats metrics in one case showed that about a quarter of the processing time was spent in this processor (analyzed with https://github.com/andrewkroh/go-ingest-node-metrics). We need to investigate why this one processor takes more time and see if we can improve the overall throughput.
For confirmed bugs, please report:
The text was updated successfully, but these errors were encountered: