Skip to content

Conversation

@bhapas
Copy link
Contributor

@bhapas bhapas commented Nov 28, 2025

Summary

This PR adds integration routes.

[ UI Texts in PR description subject to change ]

PUT /integrations - Creates new integration
UI :

  • User clicks on Create New Integration button and fills the form for integration and data stream and clicks Analyze Logs - Creates an integration SO and a data stream SO[ BG task starts for creating the DS]
  • User clicks on Create New Integration button and fills the form for integration and clicks on Save - Creates just the integration SO.

GET /integrations - Lists all integrations

UI:

  • User clicks on Manage My Integrations and it should list all the integrations created using Auto Import.

GET /integrations/{integration_id} - Fetches particular integration

UI:

  • User clicks on a particular integration in the integrations table. It should fetch the integration information along with all underlying data streams' information.

@bhapas bhapas self-assigned this Nov 28, 2025
@bhapas bhapas added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting Feature:AutomaticImport labels Nov 28, 2025
@bhapas bhapas marked this pull request as ready for review December 2, 2025 10:16
@bhapas bhapas requested review from a team as code owners December 2, 2025 10:16
@elastic-vault-github-plugin-prod elastic-vault-github-plugin-prod bot requested a review from a team as a code owner December 2, 2025 10:27
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
automaticImportVTwo 39 42 +3
Unknown metric groups

API count

id before after diff
automaticImportVTwo 43 50 +7

ESLint disabled line counts

id before after diff
automaticImportVTwo 2 3 +1

Total ESLint disabled count

id before after diff
automaticImportVTwo 2 3 +1

History

cc @bhapas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting Feature:AutomaticImport release_note:skip Skip the PR/issue when compiling release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants