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
[filebeat] Elasticsearch state storage for httpjson and cel inputs #41446
base: main
Are you sure you want to change the base?
[filebeat] Elasticsearch state storage for httpjson and cel inputs #41446
Changes from 14 commits
55c72d3
1bf288d
e003053
dfce978
e2e25fa
953355b
c1fc2a8
c9b0256
21d451d
ffb9364
10d212f
24000d7
a0d019e
34003d4
36e9983
aee4112
76b11a4
1fe1c0e
3c5bab1
4ac1bd0
535560e
4940097
e73a1b7
6c39fd0
716758f
5ec7ed4
904d8e8
02d684a
5a9cdb5
fd4cd00
8dd3938
c52bd65
8779697
c195cae
dfafeff
e192747
71fd5dc
d4bc727
5569e7f
a6fbdb3
aa96d56
71901b0
970b878
28a8332
426c681
b15b0bb
3e2aed3
89c6e9c
fa8742e
bdf0777
b71b11e
3d11005
6b98fab
af14d49
4fc4566
3e859b8
3041e60
083fd86
2e173a4
c9ebe0f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
(Optional) pointers to potentially
nil
objects are common places where bugs could be introduced. How about an interface with two implementations, one no-op and one the actual notifier.Check failure on line 421 in filebeat/input/filestream/environment_test.go
GitHub Actions / lint (windows)
Check failure on line 423 in filebeat/input/filestream/environment_test.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.
Note to self / red flag: this change made thread-safe code thread-unsafe