Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Serverless] Add link to Cases connector #18

Merged
merged 3 commits into from
Jun 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions serverless/pages/action-connectors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ The list of available connectors varies by project type.
{
"title": "Amazon Bedrock",
"description": "Send a request to Amazon Bedrock.",
"href": "hhttps://www.elastic.co/guide/en/kibana/8.11/bedrock-action-type.html",
"href": "https://www.elastic.co/guide/en/kibana/current/bedrock-action-type.html",
"target": "_blank"
},
{
"title": "Cases",
"description": "Add alerts to cases.",
"href": "https://www.elastic.co/guide/en/kibana/current/cases-action-type.html",
"target": "_blank"
},
{
Expand Down Expand Up @@ -59,13 +65,13 @@ The list of available connectors varies by project type.
{
"title": "Observability AI Assistant",
"description": "Add AI-driven insights and custom actions to your workflow.",
"href": "https://www.elastic.co/guide/en/kibana/master/obs-ai-assistant-action-type.html",
"href": "https://www.elastic.co/guide/en/kibana/current/obs-ai-assistant-action-type.html",
"target": "_blank"
},
{
"title": "OpenAI",
"description": "Send a request to OpenAI.",
"href": "https://www.elastic.co/guide/en/kibana/8.11/openai-action-type.html",
"href": "https://www.elastic.co/guide/en/kibana/current/openai-action-type.html",
"target": "_blank"
},
{
Expand Down
Loading