Skip to content

Commit 24ed65b

Browse files
committed
edits
1 parent 929098b commit 24ed65b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

articles/spring-apps/basic-standard/how-to-elastic-apm-java-agent-monitor.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,19 @@ Before proceeding, you need your Elastic APM server connectivity information han
7676

7777
1. In the Azure portal, go to the **Overview** page of your Elastic deployment, then select **Manage Elastic Cloud Deployment**.
7878

79-
:::image type="content" source="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-get-link-from-microsoft-azure.png" alt-text="Screenshot of Azure portal 'Elasticsearch (Elastic Cloud)' page." lightbox="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-get-link-from-microsoft-azure.png":::
79+
:::image type="content" source="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-get-link-from-microsoft-azure.png" alt-text="Screenshot of the Azure portal Elasticsearch (Elastic Cloud) page." lightbox="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-get-link-from-microsoft-azure.png":::
8080

8181
1. Under your deployment on Elastic Cloud Console, select the **APM & Fleet** section to get Elastic APM Server endpoint and secret token.
8282

83-
:::image type="content" source="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-endpoint-secret.png" alt-text="Screenshot of the APM & Fleet page with Copy endpoint and APM Server secret token highlighted." lightbox="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-endpoint-secret.png":::
83+
:::image type="content" source="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-endpoint-secret.png" alt-text="Screenshot of the Elastic APM & Fleet page with Copy endpoint and APM Server secret token highlighted." lightbox="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-endpoint-secret.png":::
8484

8585
1. Download Elastic APM Java Agent from [Maven Central](https://search.maven.org/search?q=g:co.elastic.apm%20AND%20a:elastic-apm-agent).
8686

8787
:::image type="content" source="media/how-to-elastic-apm-java-agent-monitor/maven-central-repository-search.png" alt-text="Screenshot of Maven Central with jar download highlighted." lightbox="media/how-to-elastic-apm-java-agent-monitor/maven-central-repository-search.png":::
8888

8989
1. Upload Elastic APM Agent to the custom persistent storage you enabled earlier. Go to Azure Fileshare and select **Upload** to add the agent JAR file.
9090

91-
:::image type="content" source="media/how-to-elastic-apm-java-agent-monitor/upload-files-microsoft-azure.png" alt-text="Screenshot of Azure portal showing 'Upload files' pane of 'File share' page." lightbox="media/how-to-elastic-apm-java-agent-monitor/upload-files-microsoft-azure.png":::
91+
:::image type="content" source="media/how-to-elastic-apm-java-agent-monitor/upload-files-microsoft-azure.png" alt-text="Screenshot of the Azure portal that shows the Upload files pane of the File share page." lightbox="media/how-to-elastic-apm-java-agent-monitor/upload-files-microsoft-azure.png":::
9292

9393
1. After you have the Elastic APM endpoint and secret token, use the following command to activate Elastic APM Java agent when deploying applications. The placeholder *`<agent-location>`* refers to the mounted storage location of the Elastic APM Java Agent.
9494

@@ -169,11 +169,11 @@ Use the following steps to monitor applications and metrics:
169169

170170
1. In the Azure portal, go to the **Overview** page of your Elastic deployment, then select the Kibana link.
171171

172-
:::image type="content" source="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-get-kibana-link.png" alt-text="Screenshot of Azure portal showing Elasticsearch page with 'Deployment U R L / Kibana' highlighted." lightbox="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-get-kibana-link.png":::
172+
:::image type="content" source="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-get-kibana-link.png" alt-text="Screenshot of the Azure portal that shows the Elasticsearch page with the Deployment URL Kibana link highlighted." lightbox="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-get-kibana-link.png":::
173173

174174
1. After Kibana is open, search for *APM* in the search bar, then select **APM**.
175175

176-
:::image type="content" source="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-kibana-search-apm.png" alt-text="Screenshot of Elastic / Kibana that shows the A P M search results." lightbox="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-kibana-search-apm.png":::
176+
:::image type="content" source="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-kibana-search-apm.png" alt-text="Screenshot of Elastic / Kibana that shows the APM search results." lightbox="media/how-to-elastic-apm-java-agent-monitor/elastic-apm-kibana-search-apm.png":::
177177

178178
Kibana APM is the curated application to support Application Monitoring workflows. Here you can view high-level details such as request/response times, throughput, and the transactions in a service with the most impact on the duration.
179179

articles/spring-apps/enterprise/how-to-create-user-defined-route-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This article describes how to secure outbound traffic from your applications hos
3131

3232
The following illustration shows an example of an Azure Spring Apps virtual network that uses a user-defined route (UDR).
3333

34-
:::image type="content" source="media/how-to-create-user-defined-route-instance/user-defined-route-example-architecture.png" lightbox="media/how-to-create-user-defined-route-instance/user-defined-route-example-architecture.png" alt-text="Diagram that shows an Azure Spring Apps virtual network that uses a user-defined route (UDR).":::
34+
:::image type="content" source="media/how-to-create-user-defined-route-instance/user-defined-route-example-architecture.png" lightbox="media/how-to-create-user-defined-route-instance/user-defined-route-example-architecture.png" alt-text="Diagram that shows the architecture of an Azure Spring Apps virtual network that uses a user-defined route (UDR).":::
3535

3636
This diagram illustrates the following features of the architecture:
3737

articles/spring-apps/enterprise/how-to-elastic-diagnostic-settings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To configure diagnostics settings, use the following steps:
3535
1. Enter a name for the setting, choose **Send to partner solution**, then select **Elastic** and an Elastic deployment where you want to send the logs.
3636
1. Select **Save**.
3737

38-
:::image type="content" source="media/how-to-elastic-diagnostic-settings/diagnostic-settings-asc-2.png" alt-text="Screenshot of Azure portal showing the Diagnostic setting page with selected options and the name specified for the setting." lightbox="media/how-to-elastic-diagnostic-settings/diagnostic-settings-asc-2.png":::
38+
:::image type="content" source="media/how-to-elastic-diagnostic-settings/diagnostic-settings-asc-2.png" alt-text="Screenshot of the Azure portal that shows the Diagnostic setting page with selected options and the name specified for the setting." lightbox="media/how-to-elastic-diagnostic-settings/diagnostic-settings-asc-2.png":::
3939

4040
> [!NOTE]
4141
> There might be a gap of up to 15 minutes between when logs are emitted and when they appear in your Elastic deployment.
@@ -49,7 +49,7 @@ Use the following steps to analyze the logs:
4949

5050
1. From the Elastic deployment overview page in the Azure portal, open **Kibana**.
5151

52-
:::image type="content" source="media/how-to-elastic-diagnostic-settings/elastic-on-azure-native-microsoft-azure.png" alt-text="Screenshot of Azure portal showing 'Elasticsearch (Elastic Cloud)' page with Deployment U R L / Kibana highlighted." lightbox="media/how-to-elastic-diagnostic-settings/elastic-on-azure-native-microsoft-azure.png":::
52+
:::image type="content" source="media/how-to-elastic-diagnostic-settings/elastic-on-azure-native-microsoft-azure.png" alt-text="Screenshot of the Azure portal that shows the Elasticsearch (Elastic Cloud) page with the Deployment URL Kibana link highlighted." lightbox="media/how-to-elastic-diagnostic-settings/elastic-on-azure-native-microsoft-azure.png":::
5353

5454
1. In Kibana, in the **Search** bar at top, type *Spring Cloud type:dashboard*.
5555

@@ -75,7 +75,7 @@ Application logs provide critical information and verbose logs about your applic
7575

7676
1. In the **Discover** app, select the **logs-** index pattern if it's not already selected.
7777

78-
:::image type="content" source="media/how-to-elastic-diagnostic-settings/elastic-kibana-index-pattern.png" alt-text="Screenshot of Elastic / Kibana screenshot that shows the logs page in the Discover app." lightbox="media/how-to-elastic-diagnostic-settings/elastic-kibana-index-pattern.png":::
78+
:::image type="content" source="media/how-to-elastic-diagnostic-settings/elastic-kibana-index-pattern.png" alt-text="Screenshot of Elastic / Kibana that shows the logs page in the Discover app." lightbox="media/how-to-elastic-diagnostic-settings/elastic-kibana-index-pattern.png":::
7979

8080
1. Use queries such as the ones in the following sections to help you understand your application's current and past states.
8181

@@ -89,7 +89,7 @@ To review a list of application logs from Azure Spring Apps, sorted by time with
8989
azure_log_forwarder.resource_type : "Microsoft.AppPlatform/Spring"
9090
```
9191

92-
:::image type="content" source="media/how-to-elastic-diagnostic-settings/elastic-kibana-kql-asc-logs.png" alt-text="Screenshot of Elastic / Kibana screenshot that shows the Discover app with all logs displayed." lightbox="media/how-to-elastic-diagnostic-settings/elastic-kibana-kql-asc-logs.png":::
92+
:::image type="content" source="media/how-to-elastic-diagnostic-settings/elastic-kibana-kql-asc-logs.png" alt-text="Screenshot of Elastic / Kibana that shows the Discover app with all logs displayed." lightbox="media/how-to-elastic-diagnostic-settings/elastic-kibana-kql-asc-logs.png":::
9393

9494
### Show specific log types from Azure Spring Apps
9595

0 commit comments

Comments
 (0)