feat: update Elastic integration to use API key authentication and enhance documentation#3485
Merged
forestileao merged 8 commits intosuperplanehq:mainfrom Mar 20, 2026
Merged
Conversation
…hance documentation Signed-off-by: WashingtonKK <washingtonkigan@gmail.com>
|
👋 Commands for maintainers:
|
Collaborator
|
/sp start |
|
✅ Ready. Web: https://pr-3485-ephemeral.superplane.com |
felixgateru
suggested changes
Mar 18, 2026
| - **API Key** (recommended for Elastic Cloud): Go to Kibana → Stack Management → API Keys and create a new key. Paste the base64-encoded ` + "`id:api_key`" + ` value. | ||
| - **Username / Password**: Provide the credentials for a user with the required privileges. | ||
| 4. **Kibana alerts (trigger)**: SuperPlane automatically creates a signed Kibana Webhook connector. You still need to attach that connector to your alert rules in Kibana. | ||
| 1. **Elasticsearch URL**: |
Collaborator
Comment on lines
+30
to
+35
| 2. **Kibana URL**: | ||
| - Open Kibana in your browser and copy the URL from the address bar. | ||
| - Keep only the base URL: protocol, host, and port. | ||
| - Remove anything after that, such as ` + "`/app/...`" + `, anything starting with ` + "`?`" + `, or anything starting with ` + "`#`" + `. | ||
| - Example browser URL: ` + "`https://my-cluster.kb.us-east-1.aws.found.io:9243/app/home`" + `. | ||
| - Paste into SuperPlane: ` + "`https://my-cluster.kb.us-east-1.aws.found.io:9243`" + `. |
Collaborator
Collaborator
Author
… alert and index document mappers Signed-off-by: WashingtonKK <washingtonkigan@gmail.com>
felixgateru
suggested changes
Mar 18, 2026
| @@ -52,18 +52,13 @@ func Test__IndexDocument__Setup(t *testing.T) { | |||
| } | |||
Collaborator
There was a problem hiding this comment.
For the index document, can the Document ID be a resource type so that it is selectable? Is this possible to implement
Collaborator
Author
There was a problem hiding this comment.
Having it as an IntegrationResource here may not be the best UX since the user can supply his own ID and this is the ID that will be used for the document indexed. The ID may not already exist on elastic.
Signed-off-by: WashingtonKK <washingtonkigan@gmail.com>
felixgateru
approved these changes
Mar 18, 2026
…hook configuration Signed-off-by: WashingtonKK <washingtonkigan@gmail.com>
…ment and rule attachment logic Signed-off-by: WashingtonKK <washingtonkigan@gmail.com>
… logic Signed-off-by: WashingtonKK <washingtonkigan@gmail.com>
Collaborator
Author
Collaborator
Author
Co-authored-by: Pedro Leão <forestileao@users.noreply.github.com>
Signed-off-by: Pedro F. Leao <pedroforestileao@gmail.com>
EtnDiaz
pushed a commit
to EtnDiaz/superplane
that referenced
this pull request
Mar 28, 2026
…hance documentation (superplanehq#3485) <!-- CURSOR_AGENT_PR_BODY_BEGIN --> Implements superplanehq#3435 This PR adds an update on the elastic integration to fix the following: - Update documentation on integration setup to show where to get kbana and elasticsearch urls - Updates the configuration for the trigger: keeps status as `FieldAnyPredicateList`, and status, severity as `FieldIntegrationResource` ### Demo Video [Screencast from 2026-03-17 13-18-10.webm](https://github.com/user-attachments/assets/129597d4-2d1d-4b89-888b-556257cce140) <!-- CURSOR_AGENT_PR_BODY_END --> <div><a href="https://cursor.com/agents/bc-df2bae57-6f54-4a6a-96e1-436f4c949c84"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a> <a href="https://cursor.com/background-agent?bcId=bc-df2bae57-6f54-4a6a-96e1-436f4c949c84"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a> </div> --------- Signed-off-by: WashingtonKK <washingtonkigan@gmail.com> Signed-off-by: Pedro F. Leao <pedroforestileao@gmail.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Pedro Leão <forestileao@users.noreply.github.com> Co-authored-by: Pedro F. Leao <pedroforestileao@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.





Implements #3435
This PR adds an update on the elastic integration to fix the following:
FieldAnyPredicateList, and status, severity asFieldIntegrationResourceDemo Video
Screencast.from.2026-03-17.13-18-10.webm