-
Notifications
You must be signed in to change notification settings - Fork 547
feat: Add ElasticSearch destination connection test #18560
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
kodiakhq
merged 3 commits into
main
from
feat/elasticsearch-destination-connection-test
Jul 15, 2024
Merged
feat: Add ElasticSearch destination connection test #18560
kodiakhq
merged 3 commits into
main
from
feat/elasticsearch-destination-connection-test
Jul 15, 2024
Conversation
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
Contributor
Author
|
savme
reviewed
Jul 12, 2024
savme
approved these changes
Jul 12, 2024
This was referenced Jul 15, 2024
kodiakhq bot
pushed a commit
that referenced
this pull request
Jul 16, 2024
🤖 I have created a release *beep* *boop* --- ## [3.4.0](plugins-destination-elasticsearch-v3.3.4...plugins-destination-elasticsearch-v3.4.0) (2024-07-16) ### Features * Add ElasticSearch destination connection test ([#18560](#18560)) ([95e656e](95e656e)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.3 ([#18513](#18513)) ([d12da90](d12da90)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot
pushed a commit
that referenced
this pull request
Jul 16, 2024
🤖 I have created a release *beep* *boop* --- ## [2.5.0](plugins-destination-mongodb-v2.4.4...plugins-destination-mongodb-v2.5.0) (2024-07-16) ### Features * Add ElasticSearch destination connection test ([#18560](#18560)) ([95e656e](95e656e)) * Add MongoDB destination connection test ([#18554](#18554)) ([a21a4b7](a21a4b7)) ### Bug Fixes * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.49.3 ([#18513](#18513)) ([d12da90](d12da90)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/plugin/destination/elasticsearch
area/plugin/destination/mongodb
automerge
Automatically merge once required checks pass
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.
Summary
Adds connection test to ElasticSearch destination plugin
Also contains a small fix (which thankfully didn't cover any issues) to MongoDB destination connection test