Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add byte-based ingestion limits to the queue and output #39776
base: main
Are you sure you want to change the base?
Add byte-based ingestion limits to the queue and output #39776
Changes from all commits
a4019ec
a3d3757
597e0a5
0df748a
4b70900
90d9e24
5f94e9b
b797261
88f3980
9f32df6
48ec82a
58e084a
1974f8f
646374c
a43cae6
f46ef06
d9be04b
5e1fbcc
c16a22f
f07915a
0f483a3
8916d91
a8cb6bd
78a7db4
edc1bd3
1497be4
a3e0dc8
219e857
977a0d3
71134f9
6cf5506
ff24571
5ec8a86
2a6abb8
12a2a3c
dd29fa0
4956db9
fc641e1
4a9cb60
959d557
3d93d22
7d6369f
b4b5b28
45619e3
e88be00
1308a2d
0abf663
942ae03
e84471b
0289604
2c084bb
dbe4691
73d1465
ad7d342
e05c45d
54f0a87
122ee8c
d396457
be54ac7
568d2b0
383c111
4b2ea11
de36816
3117334
6b43ac5
d38af54
3712af4
894ba4c
31f3b95
7d12f0a
f1b7761
fa22239
e253681
5b922df
1fef199
800fc73
1694f0d
63be523
1bae757
939c38f
b032106
0995921
5d9f731
a8323a4
8ab68ed
60e1c2c
812f87d
3fcb875
47c07a6
f9d4c39
d398b46
bad2498
eca723b
c79cc3e
bffd70d
7409be1
75ac0f4
ca949b8
a279862
d0f1939
ee2fa2b
f512643
6d585bf
517ffe1
4f6d02c
fd18f4e
2f6ba9b
ce2c287
e70c13b
e6dbb2d
afa3793
f8157ac
5a158ec
24c5564
3da6d32
ac94a2b
d1ba6a1
91e4534
5aa42eb
b585727
3643a8f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check failure on line 128 in libbeat/monitoring/report/elasticsearch/elasticsearch.go
GitHub Actions / lint (windows)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth defining a wrapper struct for
batchEvents
andbatchBytes
and passing through a copy of that so that nobody can ever accidentally reverse them in the argument list anywhere they are passed together like this?Check failure on line 45 in libbeat/publisher/pipeline/client.go
GitHub Actions / lint (windows)
Check failure on line 280 in libbeat/publisher/pipeline/controller.go
GitHub Actions / lint (windows)