-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(filebeat): Send fewer events in each bulk api call
Large log lines grouped together (1000 at a time) create a very large payload that log server rejects Filebeat keeps retrying this huge payload over and over again. This causes excess bandwidth usage between db and log servers. References: - https://gameplan.frappe.cloud/g/space/237/discussion/3340/frappe-cloud-metrics-review-14th-january-2024?comment=12478 - https://gameplan.frappe.cloud/g/space/17/discussion/2743/aws-costs-and-blunders
- Loading branch information
1 parent
6b962e0
commit a90f30c
Showing
4 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters