Skip to content

Commit fda4729

Browse files
fix connections page, add missing security pages
1 parent 3b99300 commit fda4729

File tree

2 files changed

+29
-170
lines changed

2 files changed

+29
-170
lines changed

serverless/index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ include::{security-serverless}/endpoint-response-actions/third-party-actions.asc
348348
include::{security-serverless}/endpoint-response-actions/response-actions-config.asciidoc[leveloffset=+3]
349349

350350
include::{security-serverless}/cloud-native-security/cloud-native-security-overview.asciidoc[leveloffset=+2]
351-
// include::{security-serverless}/cloud-native-security/security-posture-management.asciidoc[leveloffset=+3]
351+
include::{security-serverless}/cloud-native-security/security-posture-management.asciidoc[leveloffset=+3]
352352
include::{security-serverless}/cloud-native-security/enable-cloudsec.asciidoc[leveloffset=+3]
353353
include::{security-serverless}/cloud-native-security/cspm.asciidoc[leveloffset=+3]
354354
include::{security-serverless}/cloud-native-security/cspm-get-started.asciidoc[leveloffset=+4]
@@ -357,7 +357,7 @@ include::{security-serverless}/cloud-native-security/cspm-get-started-azure.asci
357357
// include::{security-serverless}/cloud-native-security/cspm-findings-page.asciidoc[leveloffset=+4]
358358
// include::{security-serverless}/cloud-native-security/benchmark-rules.asciidoc[leveloffset=+4]
359359
// include::{security-serverless}/dashboards/cloud-posture-dashboard-dash.asciidoc[leveloffset=+4]
360-
// include::{security-serverless}/cloud-native-security/cspm-security-posture-faq.asciidoc[leveloffset=+4]
360+
include::{security-serverless}/cloud-native-security/cspm-security-posture-faq.asciidoc[leveloffset=+4]
361361
include::{security-serverless}/cloud-native-security/kspm.asciidoc[leveloffset=+3]
362362
include::{security-serverless}/cloud-native-security/get-started-with-kspm.asciidoc[leveloffset=+4]
363363
include::{security-serverless}/cloud-native-security/cspm-findings-page.asciidoc[leveloffset=+4]

serverless/pages/project-settings/action-connectors.asciidoc

Lines changed: 27 additions & 168 deletions
Original file line numberDiff line numberDiff line change
@@ -10,174 +10,33 @@ This content applies to: {es-badge} {obs-badge} {sec-badge}
1010

1111
The list of available connectors varies by project type.
1212

13-
<DocRelatedArticles
14-
items={
15-
[
16-
{
17-
"title": "Amazon Bedrock",
18-
"description": "Send a request to Amazon Bedrock.",
19-
"href": "((kibana-ref))/bedrock-action-type.html",
20-
"target": "_blank"
21-
},
22-
{
23-
"title": "Cases",
24-
"description": "Add alerts to cases.",
25-
"href": "((kibana-ref))/cases-action-type.html",
26-
"target": "_blank"
27-
},
28-
{
29-
"title": "CrowdStrike",
30-
"description": "Send a request to CrowdStrike.",
31-
"href": "((kibana-ref))/crowdstrike-action-type.html",
32-
"target": "_blank"
33-
},
34-
{
35-
"title": "D3 Security",
36-
"description": "Create an event or trigger playbook workflow actions in D3 SOAR.",
37-
"href": "((kibana-ref))/d3security-action-type.html",
38-
"target": "_blank"
39-
},
40-
{
41-
"title": "Email",
42-
"description": "Send email from your server.",
43-
"href": "((kibana-ref))/email-action-type.html",
44-
"target": "_blank"
45-
},
46-
{
47-
"title": "Google Gemini",
48-
"description": "Send a request to Google Gemini.",
49-
"href": "https://www.elastic.co/guide/en/kibana/master/gemini-action-type.html",
50-
"target": "_blank"
51-
},
52-
{
53-
"title": "IBM Resilient",
54-
"description": "Create an incident in IBM Resilient.",
55-
"href": "((kibana-ref))/resilient-action-type.html",
56-
"target": "_blank"
57-
},
58-
{
59-
"title": "Index",
60-
"description": "Index data into Elasticsearch.",
61-
"href": "((kibana-ref))/index-action-type.html",
62-
"target": "_blank"
63-
},
64-
{
65-
"title": "Jira",
66-
"description": "Create an incident in Jira.",
67-
"href": "((kibana-ref))/jira-action-type.html",
68-
"target": "_blank"
69-
},
70-
{
71-
"title": "Microsoft Teams",
72-
"description": "Send a message to a Microsoft Teams channel.",
73-
"href": "((kibana-ref))/teams-action-type.html",
74-
"target": "_blank"
75-
},
76-
{
77-
"title": "Observability AI Assistant",
78-
"description": "Add AI-driven insights and custom actions to your workflow.",
79-
"href": "((kibana-ref))/obs-ai-assistant-action-type.html",
80-
"target": "_blank"
81-
},
82-
{
83-
"title": "OpenAI",
84-
"description": "Send a request to OpenAI.",
85-
"href": "((kibana-ref))/openai-action-type.html",
86-
"target": "_blank"
87-
},
88-
{
89-
"title": "Opsgenie",
90-
"description": "Create or close an alert in Opsgenie.",
91-
"href": "((kibana-ref))/opsgenie-action-type.html",
92-
"target": "_blank"
93-
},
94-
{
95-
"title": "PagerDuty",
96-
"description": "Send an event in PagerDuty.",
97-
"href": "((kibana-ref))/pagerduty-action-type.html",
98-
"target": "_blank"
99-
},
100-
{
101-
"title": "SentinelOne",
102-
"description": "Perform response actions on SentinelOne-protected hosts.",
103-
"href": "((kibana-ref))/sentinelone-action-type.html",
104-
"target": "_blank"
105-
},
106-
{
107-
"title": "ServerLog",
108-
"description": "Add a message to a Kibana log.",
109-
"href": "((kibana-ref))/server-log-action-type.html",
110-
"target": "_blank"
111-
},
112-
{
113-
"title": "ServiceNow ITOM",
114-
"description": "Create an event in ServiceNow ITOM.",
115-
"href": "((kibana-ref))/servicenow-itom-action-type.html",
116-
"target": "_blank"
117-
},
118-
{
119-
"title": "ServiceNow ITSM",
120-
"description": "Create an incident in ServiceNow ITSM.",
121-
"href": "((kibana-ref))/servicenow-action-type.html",
122-
"target": "_blank"
123-
},
124-
{
125-
"title": "ServiceNow SecOps",
126-
"description": "Create a security incident in ServiceNow SecOps.",
127-
"href": "((kibana-ref))/servicenow-sir-action-type.html",
128-
"target": "_blank"
129-
},
130-
{
131-
"title": "Slack",
132-
"description": "Send messages to Slack channels.",
133-
"href": "((kibana-ref))/slack-action-type.html",
134-
"target": "_blank"
135-
},
136-
{
137-
"title": "Swimlane",
138-
"description": "Create records in Swimlane.",
139-
"href": "((kibana-ref))/swimlane-action-type.html",
140-
"target": "_blank"
141-
},
142-
{
143-
"title": "TheHive",
144-
"description": "Create cases and alerts in TheHive.",
145-
"href": "((kibana-ref))/thehive-action-type.html",
146-
"target": "_blank"
147-
},
148-
{
149-
"title": "Tines",
150-
"description": "Send events to a story.",
151-
"href": "((kibana-ref))/tines-action-type.html",
152-
"target": "_blank"
153-
},
154-
{
155-
"title": "Torq",
156-
"description": "Trigger a Torq workflow.",
157-
"href": "((kibana-ref))/torq-action-type.html",
158-
"target": "_blank"
159-
},
160-
{
161-
"title": "Webhook",
162-
"description": "Send a request to a web service.",
163-
"href": "((kibana-ref))/webhook-action-type.html",
164-
"target": "_blank"
165-
},
166-
{
167-
"title": "Webhook - Case Management",
168-
"description": "Send a request to a Case Management web service.",
169-
"href": "((kibana-ref))/cases-webhook-action-type.html",
170-
"target": "_blank"
171-
},
172-
{
173-
"title": "xMatters",
174-
"description": "Trigger an xMatters workflow.",
175-
"href": "((kibana-ref))/xmatters-action-type.html",
176-
"target": "_blank"
177-
},
178-
]
179-
}
180-
/>
13+
* {kibana-ref}/bedrock-action-type.html[Amazon Bedrock]: Send a request to Amazon Bedrock.
14+
* {kibana-ref}/cases-action-type.html[Cases]: Add alerts to cases.
15+
* {kibana-ref}/crowdstrike-action-type.html[CrowdStrike]: Send a request to CrowdStrike.
16+
* {kibana-ref}/d3security-action-type.html[D3 Security]: Create an event or trigger playbook workflow actions in D3 SOAR.
17+
* {kibana-ref}/email-action-type.html[Email]: Send email from your server.
18+
* https://www.elastic.co/guide/en/kibana/master/gemini-action-type.html[Google Gemini]: Send a request to Google Gemini.
19+
* {kibana-ref}/resilient-action-type.html[IBM Resilient]: Create an incident in IBM Resilient.
20+
* {kibana-ref}/index-action-type.html[Index]: Index data into Elasticsearch.
21+
* {kibana-ref}/jira-action-type.html[Jira]: Create an incident in Jira.
22+
* {kibana-ref}/teams-action-type.html[Microsoft Teams]: Send a message to a Microsoft Teams channel.
23+
* {kibana-ref}/obs-ai-assistant-action-type.html[Observability AI Assistant]: Add AI-driven insights and custom actions to your workflow.
24+
* {kibana-ref}/openai-action-type.html[OpenAI]: Send a request to OpenAI.
25+
* {kibana-ref}/opsgenie-action-type.html[Opsgenie]: Create or close an alert in Opsgenie.
26+
* {kibana-ref}/pagerduty-action-type.html[PagerDuty]: Send an event in PagerDuty.
27+
* {kibana-ref}/sentinelone-action-type.html[SentinelOne]: Perform response actions on SentinelOne-protected hosts.
28+
* {kibana-ref}/server-log-action-type.html[ServerLog]: Add a message to a Kibana log.
29+
* {kibana-ref}/servicenow-itom-action-type.html[ServiceNow ITOM]: Create an event in ServiceNow ITOM.
30+
* {kibana-ref}/servicenow-action-type.html[ServiceNow ITSM]: Create an incident in ServiceNow ITSM.
31+
* {kibana-ref}/servicenow-sir-action-type.html[ServiceNow SecOps]: Create a security incident in ServiceNow SecOps.
32+
* {kibana-ref}/slack-action-type.html[Slack]: Send messages to Slack channels.
33+
* {kibana-ref}/swimlane-action-type.html[Swimlane]: Create records in Swimlane.
34+
* {kibana-ref}/thehive-action-type.html[TheHive]: Create cases and alerts in TheHive.
35+
* {kibana-ref}/tines-action-type.html[Tines]: Send events to a story.
36+
* {kibana-ref}/torq-action-type.html[Torq]: Trigger a Torq workflow.
37+
* {kibana-ref}/webhook-action-type.html[Webhook]: Send a request to a web service.
38+
* {kibana-ref}/cases-webhook-action-type.html[Webhook - Case Management]: Send a request to a Case Management web service.
39+
* {kibana-ref}/xmatters-action-type.html[xMatters]: Trigger an xMatters workflow.
18140

18241
////
18342
/* Connectors provide a central place to store connection information for services and integrations with third party systems.

0 commit comments

Comments
 (0)