-
Notifications
You must be signed in to change notification settings - Fork 85
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: logstash-plugins/logstash-input-elasticsearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: logstash-plugins/logstash-input-elasticsearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.x
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 21 files changed
- 8 contributors
Commits on Dec 18, 2024
-
Backport support for custom headers (#217)
Co-authored-by: flexitrev <trevor.blackford@elastic.co> Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for da0a2d9 - Browse repository at this point
Copy the full SHA da0a2d9View commit details
Commits on Jan 7, 2025
-
* test setup: ensure presence of /etc/protocols * test setup: actually run secure_integration tests When SECURE_INTEGRATION is speicified, the (non-secure) `:integration` specs are excluded, so we cannot have the `:secure_integration` specs wrapped in a context flagged as `:integration`. * test setup: regnerate test certs (and add regen script) * test setup: give ES the full cert chain In order for the `ca_trusted_fingerprint` specs to work with the CA's fingerprint, ES needs to be configured to present a cert chain that includes the CA. * resilience: prevent failures from crashing plugin When an Event cannot be created directly from the hit, or when the docinfo cannot be merged into a non-hash field in the hit, emit an Event tagged with `_elasticsearch_input_failure` that contains the JSON-encoded hit in `[event][original]` instead of crashing. * add link to changelog * remove orphan method from refactor
Configuration menu - View commit details
-
Copy full SHA for 4380219 - Browse repository at this point
Copy the full SHA 4380219View commit details
Commits on Mar 17, 2025
-
Merge pull request #223 from mashhurs/support-elastic-transport-client
Adds elastic-transport client support. (cherry picked from commit b920701)
Configuration menu - View commit details
-
Copy full SHA for 6b80519 - Browse repository at this point
Copy the full SHA 6b80519View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f37223 - Browse repository at this point
Copy the full SHA 3f37223View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b169fd - Browse repository at this point
Copy the full SHA 9b169fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for de38377 - Browse repository at this point
Copy the full SHA de38377View commit details -
Merge pull request #225 from mashhurs/elastic-transport-support-4.x
Merge pull request #223 from mashhurs/support-elastic-transport-client
Configuration menu - View commit details
-
Copy full SHA for 7b76df7 - Browse repository at this point
Copy the full SHA 7b76df7View commit details
Commits on Apr 7, 2025
-
Introduce cursor tracking akin to jdbc input (#205) (#234)
Provide field value tracking, persisted to disk on each search_after page. Adds `:last_value` and `:present` placeholders, allowing the plugin to inject the cursor value and now-30 seconds, respectively, in the query string. Useful to track new data being written to an index or series of indices. Works best with nano second precision timestamps added by Elasticsearch's Ingest Pipelines. --------- Co-authored-by: Joel Andritsch <joel.andritsch@gmail.com> Co-authored-by: Rob Bavey <rob.bavey@elastic.co> Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e2be852 - Browse repository at this point
Copy the full SHA e2be852View commit details
Commits on Jun 6, 2025
-
* ES|QL support - introduces query_type params, accepts dsl or esql option. - adds ES|QL executor to execute ESQL query and parse/map response to event validations - make sure LS (8.17.4+) supports ES|QL (new elasticsearch-ruby client) - make sure connected ES is greater than 8.11+ - query isn't empty or meaningful that starts with command syntax - if query_type is esql, make sure we accept meaningful inputs and do not allow response_type, index, etc.. DSL related params - informing if query isn't using METADATA which adds _id, _version to the response entries - informing ineffective params such as size, search_api, target if users configure ES|QL results field names in a dotted format. The plugin reproduces nested (example {a.b.c: 'val'} => {'a':{'b':{'c':'val'}}}) * Update CHANGELOG.mdConfiguration menu - View commit details
-
Copy full SHA for 79f9f43 - Browse repository at this point
Copy the full SHA 79f9f43View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...4.x