-
Notifications
You must be signed in to change notification settings - Fork 84
Introduce cursor tracking akin to jdbc input #205
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
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
2cab0c4
Add cursor to follow new data on an index through a tracked field
jsvd 1526e9f
Update lib/logstash/inputs/elasticsearch/cursor_tracker.rb
jsvd 96d2294
Update lib/logstash/inputs/elasticsearch/cursor_tracker.rb
jsvd 64bba49
add :present injection to safeguard against PIT right-edge inconsiste…
jsvd 50a19b9
revert incorrect changes in aggs
jsvd 5df7291
Revert "revert incorrect changes in aggs"
jsvd 2b922c5
fix tests
jsvd 887463f
add docs
jsvd 30bed1b
document the use case for tailing an index
jsvd 1a307db
minor fixes
jsvd ba1dff2
fix docs references
jsvd d598f37
cursor checkpoint after each page
jsvd 2c4af0b
Update lib/logstash/inputs/elasticsearch.rb
jsvd d44c978
fix get_query_object
jsvd ceabf2e
Update lib/logstash/inputs/elasticsearch.rb
jsvd 3c32b91
fix log entry
jsvd 92362df
add cursor unit testing
jsvd eed4295
fix testing
jsvd f45f271
allow test to work with es-ruby 7 and 8
jsvd 5bb7a4f
Fix ordered list formatting in documentation
jsvd 6217204
store last_run_value in a location namespaced by pipeline id
jsvd b3d81c9
minor test tweaks
jsvd 713d528
[skip ci] Update docs/index.asciidoc
jsvd 0062138
default seed value to nanosecond epoch
jsvd 7eb964e
improve name of now_in_nanos to now_minus_30s
jsvd 7141ad9
Apply suggestions from code review
jsvd 5ab5546
de-emphasize the cursor docs section
jsvd 8de96d8
Update documentation for tracking field usage
jsvd 67b7926
fix es doc links
jsvd a19f666
Update docs/index.asciidoc
jsvd f57b915
Update docs/index.asciidoc
jsvd 13b80b7
Update docs/index.asciidoc
jsvd e1e85f2
Apply suggestions from code review
jsvd 920e047
Update docs/index.asciidoc
jsvd 8d5f71e
Update docs/index.asciidoc
jsvd 1806d33
Fix formatting error in heading
karenzone 86995a1
[skip ci] bump version to 5.1.0
jsvd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.