Skip to content

Commit 388a6fc

Browse files
authored
[DOCS] Fix path to images in connector docs (#217920)
1 parent 0f79990 commit 388a6fc

28 files changed

+96
-100
lines changed

docs/reference/connectors-kibana/bedrock-action-type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The {{bedrock}} connector uses [axios](https://github.com/axios/axios) to send a
1414

1515
You can create connectors in **{{stack-manage-app}} > {{connectors-ui}}**. For example:
1616

17-
:::{image} ../images/bedrock-connector.png
17+
:::{image} /reference/images/bedrock-connector.png
1818
:alt: {{bedrock}} connector
1919
:class: screenshot
2020
:::
@@ -44,7 +44,7 @@ Secret
4444

4545
You can test connectors as you’re creating or editing the connector in {{kib}}. For example:
4646

47-
:::{image} ../images/bedrock-params.png
47+
:::{image} /reference/images/bedrock-params.png
4848
:alt: {{bedrock}} params test
4949
:class: screenshot
5050
:::

docs/reference/connectors-kibana/cases-action-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use this connector you must have `All` {{kib}} privileges for the **Cases** f
1616

1717
You cannot manage this connector in **{{stack-manage-app}} > {{connectors-ui}}** or by using APIs. You also cannot create a Cases [preconfigured connector](/reference/connectors-kibana/pre-configured-connectors.md). It is available only when you’re creating a rule in {{kib}}. For example:
1818

19-
:::{image} ../images/cases-action.png
19+
:::{image} /reference/images/cases-action.png
2020
:alt: Add a cases action while creating a rule in {{kib}} {{rules-ui}}
2121
:class: screenshot
2222
:::

docs/reference/connectors-kibana/cases-webhook-action-type.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@ The {{webhook-cm}} connector uses [axios](https://github.com/axios/axios) to sen
1414

1515
You can create connectors in **{{stack-manage-app}} > {{connectors-ui}}** or as needed when you’re creating a rule. In the first step, you must provide a name for the connector and its authentication details. For example:
1616

17-
:::{image} ../images/cases-webhook-connector.png
17+
:::{image} /reference/images/cases-webhook-connector.png
1818
:alt: Set authentication details in the {{webhook-cm}} connector
1919
:class: screenshot
2020
:::
2121

2222
In the second step, you must provide the information necessary to create cases in the external system. For example:
2323

24-
:::{image} ../images/cases-webhook-connector-create-case.png
24+
:::{image} /reference/images/cases-webhook-connector-create-case.png
2525
:alt: Add case creation details in the {{webhook-cm}} connector
2626
:class: screenshot
2727
:::
2828

2929
In the third step, you must provide information related to retrieving case details from the external system. For example:
3030

31-
:::{image} ../images/cases-webhook-connector-get-case.png
31+
:::{image} /reference/images/cases-webhook-connector-get-case.png
3232
:alt: Add case retrieval details in the {{webhook-cm}} connector
3333
:class: screenshot
3434
:::
3535

3636
In the fourth step, you must provide information necessary to update cases in the external system. You can also optionally provide information to add comments to cases. For example:
3737

38-
:::{image} ../images/cases-webhook-connector-comments.png
38+
:::{image} /reference/images/cases-webhook-connector-comments.png
3939
:alt: Add case update and comment details in the {{webhook-cm}} connector
4040
:class: screenshot
4141
:::
@@ -168,7 +168,7 @@ Update case URL
168168

169169
You can test connectors as you’re creating or editing the connector in {{kib}}. For example:
170170

171-
:::{image} ../images/cases-webhook-test.png
171+
:::{image} /reference/images/cases-webhook-test.png
172172
:alt: {{webhook-cm}} params test
173173
:class: screenshot
174174
:::

docs/reference/connectors-kibana/crowdstrike-action-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To use this connector, you must have authority to run {{endpoint-sec}} connector
2121

2222
You can create connectors in **{{stack-manage-app}} > {{connectors-ui}}**. For example:
2323

24-
:::{image} ../images/crowdstrike-connector.png
24+
:::{image} /reference/images/crowdstrike-connector.png
2525
:alt: CrowdStrike connector
2626
:class: screenshot
2727
:::

docs/reference/connectors-kibana/d3security-action-type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To create this connector, you must first configure a webhook key in your D3 SOAR
1616

1717
You can create connectors in **{{stack-manage-app}} > {{connectors-ui}}**. For example:
1818

19-
:::{image} ../images/d3security-connector.png
19+
:::{image} /reference/images/d3security-connector.png
2020
:alt: D3 Security connector
2121
:class: screenshot
2222
:::
@@ -40,7 +40,7 @@ Token
4040

4141
You can test connectors as you’re creating or editing the connector in {{kib}}. For example:
4242

43-
:::{image} ../images/d3security-params-test.png
43+
:::{image} /reference/images/d3security-params-test.png
4444
:alt: D3 Security params test
4545
:class: screenshot
4646
:::

docs/reference/connectors-kibana/email-action-type.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The email connector uses the SMTP protocol to send mail messages. Email message
2121

2222
You can create connectors in **{{stack-manage-app}} > {{connectors-ui}}** or as needed when you’re creating a rule. For example:
2323

24-
:::{image} ../images/email-connector.png
24+
:::{image} /reference/images/email-connector.png
2525
:alt: Email connector
2626
:class: screenshot
2727
:::
@@ -72,7 +72,7 @@ Password
7272

7373
You can test connectors as you’re creating or editing the connector in {{kib}}. For example:
7474

75-
:::{image} ../images/email-params-test.png
75+
:::{image} /reference/images/email-params-test.png
7676
:alt: Email params test
7777
:class: screenshot
7878
:::
@@ -158,35 +158,35 @@ The email connector uses Microsoft Graph REST API v1.0, in particular the [sendM
158158

159159
Before you create an email connector for Microsoft Exchange, you must create and register the client integration application on the [Azure portal](https://go.microsoft.com/fwlink/?linkid=2083908):
160160

161-
:::{image} ../images/exchange-register-app.png
161+
:::{image} /reference/images/exchange-register-app.png
162162
:alt: Register client application for MS Exchange
163163
:class: screenshot
164164
:::
165165

166166
Next, open **Manage > API permissions**, and then define the permissions for the registered application to send emails. Refer to the [documentation](https://docs.microsoft.com/en-us/graph/api/user-sendmail?view=graph-rest-1.0&tabs=http#permissions) for the Microsoft Graph API.
167167

168-
:::{image} ../images/exchange-api-permissions.png
168+
:::{image} /reference/images/exchange-api-permissions.png
169169
:alt: MS Exchange API permissions
170170
:class: screenshot
171171
:::
172172

173173
Add the "Mail.Send" permission for Microsoft Graph. The permission appears in the list with the status "Not granted for <your Azure active directory>":
174174

175-
:::{image} ../images/exchange-not-granted.png
175+
:::{image} /reference/images/exchange-not-granted.png
176176
:alt: MS Exchange "Mail.Send" not granted
177177
:class: screenshot
178178
:::
179179

180180
Click **Grant admin consent for <your Azure active directory>**.
181181

182-
:::{image} ../images/exchange-grant-confirm.png
182+
:::{image} /reference/images/exchange-grant-confirm.png
183183
:alt: MS Exchange grant confirmation
184184
:class: screenshot
185185
:::
186186

187187
Confirm that the status for the "Mail.Send" permission is now granted.
188188

189-
:::{image} ../images/exchange-granted.png
189+
:::{image} /reference/images/exchange-granted.png
190190
:alt: MS Exchange grant confirmation
191191
:class: screenshot
192192
:::
@@ -196,7 +196,7 @@ Confirm that the status for the "Mail.Send" permission is now granted.
196196

197197
To configure the Microsoft Exchange Client secret, open **Manage > Certificates & secrets**:
198198

199-
:::{image} ../images/exchange-secrets.png
199+
:::{image} /reference/images/exchange-secrets.png
200200
:alt: MS Exchange secrets configuration
201201
:class: screenshot
202202
:::
@@ -208,7 +208,7 @@ Add a new client secret, then copy the value and put it to the proper field in t
208208

209209
To find the Microsoft Exchange client and tenant IDs, open the **Overview** page:
210210

211-
:::{image} ../images/exchange-client-tenant.png
211+
:::{image} /reference/images/exchange-client-tenant.png
212212
:alt: MS Exchange Client ID and Tenant ID configuration
213213
:class: screenshot
214214
:::

docs/reference/connectors-kibana/gemini-action-type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The {{gemini}} connector uses [axios](https://github.com/axios/axios) to send a
1414

1515
You can create connectors in **{{stack-manage-app}} > {{connectors-ui}}**. For example:
1616

17-
:::{image} ../images/gemini-connector.png
17+
:::{image} /reference/images/gemini-connector.png
1818
:alt: {{gemini}} connector
1919
:class: screenshot
2020
:::
@@ -47,7 +47,7 @@ Credentials JSON
4747

4848
You can test connectors as you’re creating or editing the connector in {{kib}}. For example:
4949

50-
:::{image} ../images/gemini-params.png
50+
:::{image} /reference/images/gemini-params.png
5151
:alt: {{gemini}} params test
5252
:class: screenshot
5353
:::

docs/reference/connectors-kibana/index-action-type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An index connector indexes a document into {{es}}.
1414

1515
You can create connectors in **{{stack-manage-app}} > {{connectors-ui}}** or as needed when you’re creating a rule. For example:
1616

17-
:::{image} ../images/index-connector.png
17+
:::{image} /reference/images/index-connector.png
1818
:alt: Index connector
1919
:class: screenshot
2020
:::
@@ -29,7 +29,7 @@ Index connectors must have a name and an {{es}} index. You can optionally choose
2929

3030
You can test connectors as you’re creating or editing the connector in {{kib}}. For example:
3131

32-
:::{image} ../images/index-params-test.png
32+
:::{image} /reference/images/index-params-test.png
3333
:alt: Index params test
3434
:class: screenshot
3535
:::

docs/reference/connectors-kibana/jira-action-type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Jira Cloud and Jira Data Center are supported. Jira on-premise deployments are n
1919

2020
You can create connectors in **{{stack-manage-app}} > {{connectors-ui}}** or as needed when you’re creating a rule. For example:
2121

22-
:::{image} ../images/jira-connector.png
22+
:::{image} /reference/images/jira-connector.png
2323
:alt: Jira connector
2424
:class: screenshot
2525
:::
@@ -49,7 +49,7 @@ API token
4949

5050
You can test connectors as you’re creating or editing the connector in {{kib}}. For example:
5151

52-
:::{image} ../images/jira-params-test.png
52+
:::{image} /reference/images/jira-params-test.png
5353
:alt: Jira params test
5454
:class: screenshot
5555
:::

docs/reference/connectors-kibana/obs-ai-assistant-action-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To learn how to interact with the assistant through this connector, refer to the
2121

2222
To use this connector, you must have been granted access to use the Observability AI Assistant feature. You cannot manage this connector in **{{stack-manage-app}} > {{connectors-ui}}** or by using APIs. You also cannot create an Observability AI Assistant [preconfigured connector](/reference/connectors-kibana/pre-configured-connectors.md). It is available only when you’re creating a rule in {{kib}}. For example:
2323

24-
:::{image} ../images/obs-ai-assistant-action.png
24+
:::{image} /reference/images/obs-ai-assistant-action.png
2525
:alt: Add an Observability AI Assistant action while creating a rule in the Observability UI
2626
:class: screenshot
2727
:::

0 commit comments

Comments
 (0)