Describe the request:
Add an Elastic (Elasticsearch/Kibana) integration with two starter components: a trigger that receives Kibana alert webhooks, and an action that indexes documents into Elasticsearch.
Describe your use-case:
Platform teams use Elastic to monitor infrastructure and applications. When Elastic detects a problem, they need SuperPlane to orchestrate the response across multiple tools. They also need to write structured data back to Elastic from SuperPlane workflows for dashboards, search, and further alerting.
Describe functionality:
- Trigger: "When Alert Fires": Receives an event from a Kibana webhook connector when an alert rule fires.
- Action: "Index Document": Writes a JSON document to a specified Elasticsearch index. Inputs: index name (string) and document body (JSON object). This is a general-purpose write action, not limited to any specific use case.
Use cases:
- Alert-driven incident response: Kibana alert fires on error spike, SuperPlane notifies Slack, creates a Jira ticket, and indexes the incident record back to Elastic for dashboards and audit.
- Workflow audit logging: Any SuperPlane canvas (triggered by GitHub, Slack, deploy events, etc.) indexes a structured log entry into Elastic at the end of its run, giving teams a centralized, searchable record of all automated actions across their stack.
Describe the request:
Add an Elastic (Elasticsearch/Kibana) integration with two starter components: a trigger that receives Kibana alert webhooks, and an action that indexes documents into Elasticsearch.
Describe your use-case:
Platform teams use Elastic to monitor infrastructure and applications. When Elastic detects a problem, they need SuperPlane to orchestrate the response across multiple tools. They also need to write structured data back to Elastic from SuperPlane workflows for dashboards, search, and further alerting.
Describe functionality:
Use cases: