Skip to content

Commit 0552db8

Browse files
[raw migrated files] Move images (#863)
Moves images per elastic/docs-builder#774 in preparation for docs-assembler.
1 parent ede3a82 commit 0552db8

File tree

38 files changed

+34
-33
lines changed

38 files changed

+34
-33
lines changed

raw-migrated-files/cloud/cloud/ec-monitoring-setup.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ To learn more about what [Elasticsearch monitoring metrics](/deploy-manage/monit
5555
* The **Overview** tab includes information about the search and indexing performance of Elasticsearch and also provides log entries.
5656
* The **Nodes** tab can help you monitor cluster CPU performance, JVM strain, and free disk space.
5757

58-
:::{image} ../../../images/cloud-ec-ce-monitoring-nodes.png
58+
:::{image} /raw-migrated-files/images/cloud-ec-ce-monitoring-nodes.png
5959
:alt: Node tab in Kibana under Stack Monitoring
6060
:::
6161

6262
Some [performance metrics](/deploy-manage/monitor/access-performance-metrics-on-elastic-cloud.md) are also available directly in the [{{ecloud}} Console](https://cloud.elastic.co?page=docs&placement=docs-body) and don’t require looking at your monitoring deployment. If you’re ever in a rush to determine if there is a performance problem, you can get a quick overview by going to the **Performance** page from your deployment menu:
6363

64-
:::{image} ../../../images/cloud-ec-ce-monitoring-performance.png
64+
:::{image} /raw-migrated-files/images/cloud-ec-ce-monitoring-performance.png
6565
:alt: Performance page of the Elastic Cloud console
6666
:::
6767

@@ -78,26 +78,26 @@ If you suspect a performance issue, you can use your monitoring deployment to in
7878
1. Go to **Stack Management** > **Data Views** (formerly *Index Patterns*).
7979
2. Create a [data view](/explore-analyze/find-and-organize/data-views.md) for `elastic-cloud-logs*` and set **Timestamp field** to `@timestamp`:
8080

81-
:::{image} ../../../images/cloud-ec-ce-monitoring-logs.png
81+
:::{image} /raw-migrated-files/images/cloud-ec-ce-monitoring-logs.png
8282
:alt: Create data view example in Kibana
8383
:::
8484

8585

8686
Navigate to the **Discover** or **Stream** pages to check if you’ve misconfigured your SAML authentication setup by filtering for `WARN` and `ERROR` level logs and viewing the specific `message` fields, for example:
8787

88-
:::{image} ../../../images/cloud-ec-ce-monitoring-saml.png
88+
:::{image} /raw-migrated-files/images/cloud-ec-ce-monitoring-saml.png
8989
:alt: Log error in Stream page showing failed SAML authentication
9090
:::
9191

9292
You can also use this page to test how problematic proxy traffic requests show up in audit logs. To illustrate, create a spurious test request from the [Elasticsearch API console](cloud://reference/cloud-hosted/ec-api-console.md):
9393

94-
:::{image} ../../../images/cloud-ec-ce-monitoring-api-console.png
94+
:::{image} /raw-migrated-files/images/cloud-ec-ce-monitoring-api-console.png
9595
:alt: Elasticsearch API console showing a spurious request that fails
9696
:::
9797

9898
You will get this request reported as a new log. Audit logs do not currently report the HTTP response status code, but they do report a correlating `event.action` column:
9999

100-
:::{image} ../../../images/cloud-ec-ce-monitoring-new-log.png
100+
:::{image} /raw-migrated-files/images/cloud-ec-ce-monitoring-new-log.png
101101
:alt: New log entry that shows failed spurious request issued from the API console
102102
:::
103103

@@ -122,7 +122,7 @@ On top of these default alerts that write to indices you can investigate, you mi
122122
3. Optional: Set up a customized message that helps you identify what the message is for.
123123
4. Select **Save**.
124124

125-
:::{image} ../../../images/cloud-ec-ce-monitoring-connector-action.png
125+
:::{image} /raw-migrated-files/images/cloud-ec-ce-monitoring-connector-action.png
126126
:alt: Alert rule example showing settings to send a Slack notification based on CPU Usage
127127
:::
128128

@@ -139,7 +139,7 @@ As a managed service, {{ecloud}} is here to help you manage the maintenance and
139139

140140
When issues come up that you need to troubleshoot, you’ll frequently start with the same queries to determine which rabbit hole to investigate further, such as [`_cluster/health`](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-health) to determine overall deployment health.
141141

142-
:::{image} ../../../images/cloud-ec-ce-monitoring-ongoing.png
142+
:::{image} /raw-migrated-files/images/cloud-ec-ce-monitoring-ongoing.png
143143
:alt: Elasticsearch API console showing queries useful for monitoring
144144
:::
145145

raw-migrated-files/docs-content/serverless/observability-ai-assistant.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The AI Assistant uses generative AI to provide:
55
* **Chat**: Have conversations with the AI Assistant. Chat uses function calling to request, analyze, and visualize your data.
66
* **Contextual insights**: Open prompts throughout {{obs-serverless}} that explain errors and messages and suggest remediation.
77

8-
:::{image} ../../../images/serverless-ai-assistant-overview.gif
8+
:::{image} /raw-migrated-files/images/serverless-ai-assistant-overview.gif
99
:alt: Observability AI assistant preview
1010
:screenshot:
1111
:::
@@ -174,11 +174,11 @@ After every answer the LLM provides, let us know if the answer was helpful. Your
174174

175175
### Chat with the assistant [observability-ai-assistant-chat-with-the-assistant]
176176

177-
Click the AI Assistant button (![AI Assistant icon](../../../images/serverless-ai-assistant-button.png "")) in the upper-right corner where available to start the chat.
177+
Click the AI Assistant button (![AI Assistant icon](/raw-migrated-files/images/serverless-ai-assistant-button.png "")) in the upper-right corner where available to start the chat.
178178

179179
This opens the AI Assistant flyout, where you can ask the assistant questions about your instance:
180180

181-
:::{image} ../../../images/serverless-ai-assistant-chat.png
181+
:::{image} /raw-migrated-files/images/serverless-ai-assistant-chat.png
182182
:alt: Observability AI assistant chat
183183
:screenshot:
184184
:::
@@ -233,14 +233,14 @@ AI Assistant contextual prompts throughout {{obs-serverless}} provide the follow
233233

234234
For example, in the log details, you’ll see prompts for **What’s this message?** and **How do I find similar log messages?**:
235235

236-
:::{image} ../../../images/serverless-ai-assistant-logs-prompts.png
236+
:::{image} /raw-migrated-files/images/serverless-ai-assistant-logs-prompts.png
237237
:alt: Observability AI assistant example prompts for logs
238238
:screenshot:
239239
:::
240240

241241
Clicking a prompt generates a message specific to that log entry. You can continue a conversation from a contextual prompt by clicking **Start chat** to open the AI Assistant chat.
242242

243-
:::{image} ../../../images/serverless-ai-assistant-logs.png
243+
:::{image} /raw-migrated-files/images/serverless-ai-assistant-logs.png
244244
:alt: Observability AI assistant example
245245
:screenshot:
246246
:::
@@ -255,7 +255,7 @@ You can use the [Observability AI Assistant connector](kibana://reference/connec
255255
3. In the **Connector** list, select the AI connector you created when you set up the assistant.
256256
4. In the **Message** field, specify the message to send to the assistant:
257257

258-
:::{image} ../../../images/serverless-obs-ai-assistant-action-high-cpu.png
258+
:::{image} /raw-migrated-files/images/serverless-obs-ai-assistant-action-high-cpu.png
259259
:alt: Add an Observability AI assistant action while creating a rule in the Observability UI
260260
:screenshot:
261261
:::
@@ -272,7 +272,7 @@ Currently you can only send messages to Slack, email, Jira, PagerDuty, or a webh
272272

273273
When the alert fires, contextual details about the event—such as when the alert fired, the service or host impacted, and the threshold breached—are sent to the AI Assistant, along with the message provided during configuration. The AI Assistant runs the tasks requested in the message and creates a conversation you can use to chat with the assistant:
274274

275-
:::{image} ../../../images/serverless-obs-ai-assistant-output.png
275+
:::{image} /raw-migrated-files/images/serverless-obs-ai-assistant-output.png
276276
:alt: AI Assistant conversation created in response to an alert
277277
:screenshot:
278278
:::
@@ -289,7 +289,7 @@ Note that overly broad prompts may result in the request exceeding token limits.
289289

290290
When asked to send a message to another connector, such as Slack, the AI Assistant attempts to include a link to the generated conversation.
291291

292-
:::{image} ../../../images/serverless-obs-ai-assistant-slack-message.png
292+
:::{image} /raw-migrated-files/images/serverless-obs-ai-assistant-slack-message.png
293293
:alt: Message sent by Slack by the AI Assistant includes a link to the conversation
294294
:screenshot:
295295
:::

raw-migrated-files/docs-content/serverless/observability-ecs-application-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ output.elasticsearch:
127127
api_key: "id:api_key"
128128
```
129129
130-
1. Set the `hosts` to your project’s {{es}} endpoint. Locate your project’s endpoint by clicking the help icon (![Help icon](../../../images/serverless-help.svg "")) and selecting **Endpoints**. Add the **{{es}} endpoint** to your configuration.
130+
1. Set the `hosts` to your project’s {{es}} endpoint. Locate your project’s endpoint by clicking the help icon (![Help icon](/raw-migrated-files/images/serverless-help.svg "")) and selecting **Endpoints**. Add the **{{es}} endpoint** to your configuration.
131131
2. From **Developer tools**, run the following command to create an API key that grants `manage` permissions for the `cluster` and the `filebeat-*` indices using:
132132

133133
```shell
@@ -348,7 +348,7 @@ To add the custom logs integration to your project:
348348
6. Add the **Log file path**. For example, `/var/log/your-logs.log`.
349349
7. Under **Custom log file**, click **Advanced options**.
350350

351-
![Screenshot of advanced options location](../../../images/serverless-custom-logs-advanced-options.png "")
351+
![Screenshot of advanced options location](/raw-migrated-files/images/serverless-custom-logs-advanced-options.png "")
352352

353353
8. In the **Processors** text box, add the following YAML configuration to add processors that enhance your data. See [processors](beats://reference/filebeat/filtering-enhancing-data.md) to learn more.
354354

raw-migrated-files/docs-content/serverless/observability-plaintext-application-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ output.elasticsearch:
9595
api_key: "id:api_key"
9696
```
9797
98-
1. Set the `hosts` to your project’s {{es}} endpoint. Locate your project’s endpoint by clicking the help icon (![Help icon](../../../images/serverless-help.svg "")) and selecting **Endpoints**. Add the **{{es}} endpoint** to your configuration.
98+
1. Set the `hosts` to your project’s {{es}} endpoint. Locate your project’s endpoint by clicking the help icon (![Help icon](/raw-migrated-files/images/serverless-help.svg "")) and selecting **Endpoints**. Add the **{{es}} endpoint** to your configuration.
9999
2. From **Developer tools**, run the following command to create an API key that grants `manage` permissions for the `cluster` and the `filebeat-*` indices using:
100100

101101
```shell

raw-migrated-files/docs-content/serverless/observability-stream-log-files.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ The **Admin** role or higher is required to onboard log data. To learn more, ref
99

1010

1111
<div style="display:none">
12-
:::{image} ../../../images/serverless-logs-stream-logs-api-key-beats.png
12+
:::{image} /raw-migrated-files/images/serverless-logs-stream-logs-api-key-beats.png
1313
:alt: logs stream logs api key beats
1414
:screenshot:
1515
:::
1616

17-
:::{image} ../../../images/serverless-log-copy-es-endpoint.png
17+
:::{image} /raw-migrated-files/images/serverless-log-copy-es-endpoint.png
1818
:alt: Copy a project's Elasticsearch endpoint
1919
:screenshot:
2020
:::
@@ -255,7 +255,7 @@ You need to set the values for the following fields:
255255
3. Click **View** next to *Endpoints*.
256256
4. Copy the *Elasticsearch endpoint*.
257257

258-
:::{image} ../../../images/serverless-log-copy-es-endpoint.png
258+
:::{image} /raw-migrated-files/images/serverless-log-copy-es-endpoint.png
259259
:alt: Copy a project's Elasticsearch endpoint
260260
:screenshot:
261261
:::
@@ -295,7 +295,7 @@ You need to set the values for the following fields:
295295

296296
3. You *must* set the API key to configure {{beats}}. Immediately after the API key is generated and while it is still being displayed, click the **Encoded** button next to the API key and select **Beats** from the list in the tooltip. Base64 encoded API keys are not currently supported in this configuration.
297297

298-
:::{image} ../../../images/serverless-logs-stream-logs-api-key-beats.png
298+
:::{image} /raw-migrated-files/images/serverless-logs-stream-logs-api-key-beats.png
299299
:alt: logs stream logs api key beats
300300
:screenshot:
301301
:::
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Lines changed: 1 addition & 0 deletions
Loading
Loading
Loading
Loading
Loading
Loading

raw-migrated-files/observability-docs/observability/obs-ai-assistant.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The AI Assistant uses generative AI to provide:
1010
* **Contextual insights** — open prompts throughout {{observability}} that explain errors and messages and suggest remediation.
1111
* **Chat** — have conversations with the AI Assistant. Chat uses function calling to request, analyze, and visualize your data.
1212

13-
:::{image} ../../../images/observability-obs-assistant2.gif
13+
:::{image} /raw-migrated-files/images/observability-obs-assistant2.gif
1414
:alt: Observability AI assistant preview
1515
:screenshot:
1616
:::
@@ -230,11 +230,11 @@ After every answer the LLM provides, let us know if the answer was helpful. Your
230230

231231
### Chat with the assistant [obs-ai-chat]
232232

233-
Select the **AI Assistant** icon (![AI Assistant icon](../../../images/observability-ai-assistant-icon.png "")) at the upper-right corner of any {{observability}} application to start the chat.
233+
Select the **AI Assistant** icon (![AI Assistant icon](/raw-migrated-files/images/observability-ai-assistant-icon.png "")) at the upper-right corner of any {{observability}} application to start the chat.
234234

235235
This opens the AI Assistant flyout, where you can ask the assistant questions about your instance:
236236

237-
:::{image} ../../../images/observability-obs-ai-chat.png
237+
:::{image} /raw-migrated-files/images/observability-obs-ai-chat.png
238238
:alt: Observability AI assistant chat
239239
:screenshot:
240240
:::
@@ -307,14 +307,14 @@ AI Assistant contextual prompts throughout {{observability}} provide the followi
307307

308308
For example, in the log details, you’ll see prompts for **What’s this message?** and **How do I find similar log messages?**:
309309

310-
:::{image} ../../../images/observability-obs-ai-logs-prompts.png
310+
:::{image} /raw-migrated-files/images/observability-obs-ai-logs-prompts.png
311311
:alt: Observability AI assistant logs prompts
312312
:screenshot:
313313
:::
314314

315315
Clicking a prompt generates a message specific to that log entry:
316316

317-
:::{image} ../../../images/observability-obs-ai-logs.gif
317+
:::{image} /raw-migrated-files/images/observability-obs-ai-logs.gif
318318
:alt: Observability AI assistant example
319319
:screenshot:
320320
:::
@@ -331,7 +331,7 @@ Use the [Observability AI Assistant connector](kibana://reference/connectors-kib
331331
3. In the **Connector** list, select the AI connector you created when you set up the assistant.
332332
4. In the **Message** field, specify the message to send to the assistant:
333333

334-
:::{image} ../../../images/observability-obs-ai-assistant-action-high-cpu.png
334+
:::{image} /raw-migrated-files/images/observability-obs-ai-assistant-action-high-cpu.png
335335
:alt: Add an Observability AI assistant action while creating a rule in the Observability UI
336336
:screenshot:
337337
:::
@@ -346,7 +346,7 @@ Currently only Slack, email, Jira, PagerDuty, or webhook actions are supported.
346346

347347
When the alert fires, contextual details about the event—such as when the alert fired, the service or host impacted, and the threshold breached—are sent to the AI Assistant, along with the message provided during configuration. The AI Assistant runs the tasks requested in the message and creates a conversation you can use to chat with the assistant:
348348

349-
:::{image} ../../../images/observability-obs-ai-assistant-output.png
349+
:::{image} /raw-migrated-files/images/observability-obs-ai-assistant-output.png
350350
:alt: AI Assistant conversation created in response to an alert
351351
:screenshot:
352352
:::
@@ -367,7 +367,7 @@ The `server.publicBaseUrl` setting must be correctly specified under {{kib}} set
367367
::::
368368

369369

370-
:::{image} ../../../images/observability-obs-ai-assistant-slack-message.png
370+
:::{image} /raw-migrated-files/images/observability-obs-ai-assistant-slack-message.png
371371
:alt: Message sent by Slack by the AI Assistant includes a link to the conversation
372372
:screenshot:
373373
:::

raw-migrated-files/stack-docs/elastic-stack/installing-stack-demo-self.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For the basic ports and protocols required for the installation to work, refer t
4040

4141
Before starting, take a moment to familiarize yourself with the {{stack}} components.
4242

43-
:::{image} ../../../images/elastic-stack-stack-install-final-state.png
43+
:::{image} /raw-migrated-files/images/elastic-stack-stack-install-final-state.png
4444
:alt: Image showing the relationships between stack components
4545
:::
4646

@@ -619,7 +619,7 @@ View your system metrics data:
619619
2. In the query field, search for `Metrics System`.
620620
3. Select the `[Metrics System] Host overview` link. The {{kib}} Dashboard opens with visualizations of host metrics including CPU usage, memory usage, running processes, and others.
621621

622-
:::{image} ../../../images/elastic-stack-install-stack-metrics-dashboard.png
622+
:::{image} /raw-migrated-files/images/elastic-stack-install-stack-metrics-dashboard.png
623623
:alt: The System metrics host overview showing CPU usage, memory usage, and other visualizations
624624
:::
625625

0 commit comments

Comments
 (0)