Skip to content

Conversation

@n0ta26
Copy link

@n0ta26 n0ta26 commented Nov 27, 2025

Closes #740

📑 Description

This draft PR introduces an OSS OpenSearch provider to Keep and validates it with a basic workflow against a local OpenSearch container.

Changes

  • Implemented a new opensearch provider to integrate OSS OpenSearch with Keep.
  • Added and started an OpenSearch container locally to validate the integration.
  • Verified that the example workflow using the opensearch provider can successfully run end-to-end (query + index/document operations).

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

ℹ Additional Information

If the implementation looks good direction-wise, I would like to follow up with documentation updates.

Memo

  • Added documentation for the OpenSearch provider and implemented a full index search example.
  • Planning to add support for receiving alerts from OpenSearch in a future change.
  • Planning to add branching logic for index creation and related operations in a future change (for now, the design is aligned with the OpenSearch Serverless provider).

@vercel
Copy link

vercel bot commented Nov 27, 2025

@n0ta26 is attempting to deploy a commit to the KeepHQ Team on Vercel.

A member of the Team first needs to authorize it.

@CLAassistant
Copy link

CLAassistant commented Nov 27, 2025

CLA assistant check
All committers have signed the CLA.

@n0ta26 n0ta26 changed the title Draft feat: add opensearch provider feat: add opensearch provider Nov 28, 2025
@n0ta26
Copy link
Author

n0ta26 commented Nov 28, 2025

I’ve updated the PR title.

@n0ta26 n0ta26 marked this pull request as ready for review November 28, 2025 19:32
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Nov 28, 2025

Skipped: This PR does not target one of your configured branches: (refactor/2512-nextjs-15)

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. Documentation Improvements or additions to documentation Feature A new feature Provider Providers related issues labels Nov 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Improvements or additions to documentation Feature A new feature Provider Providers related issues size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New Provider: OpenSearch

2 participants