You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/partner-solutions/elastic/manage.md
+11-34Lines changed: 11 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,46 +1,34 @@
1
1
---
2
-
title: Manage Elastic Cloud (Elasticsearch) - An Azure Native ISV Service
3
-
description: This article describes management of Elastic Cloud (Elasticsearch) on the Azure portal. How to configure diagnostic settings and delete the resource.
2
+
title: Manage settings for your Elastic resource via Azure portal
3
+
description: Manage settings, view resources, reconfigure metrics/logs, and more for your Elastic resource via Azure portal.
4
4
ms.topic: how-to
5
5
ms.date: 10/06/2023
6
6
7
7
8
8
---
9
9
10
-
# Manage Elastic Cloud (Elasticsearch) - An Azure Native ISV Service
10
+
# Manage settings for your Elastic resource via Azure portal
11
11
12
-
This article describes how to manage your integration of Elastic with Azure. It shows how to configure the diagnostic settings and delete the Elastic resource.
12
+
This article shows how to manage the settings for Elastic
13
13
14
-
## Reconfigure rules for metrics and logs
14
+
## Resource overview
15
15
16
-
When you created the Elastic resource, you configured which logs are sent to Elastic. If you need to change those settings, select **Metrics and Logs** in the left pane. Make the needed changes to how logs are sent to Elastic.
16
+
[!INCLUDE [manage](../includes/manage.md)]
17
17
18
-
For more information about the two types of logs, see [QuickStart: Get started with Elastic](create.md).
When you created the Elastic resource, you configured which logs are sent to Elastic. If you need to change those settings, select **Metrics and Logs** in the left pane. Make the needed changes to how logs are sent to Elastic.
21
21
22
22
## View monitored resources
23
23
24
24
To see a list of resources sending logs to Elastic, select **Monitored Resources** in the left pane.
You can filter the list by resource type, resource group name, location, and whether the resource is sending logs.
29
-
30
-
The **Logs to Elastic** column indicates whether the resource is sending Logs to Elastic. If the resource isn't sending logs, this field specifies why logs aren't being sent. The reasons could be:
31
-
32
-
- Resource doesn't support sending logs. Only Azure resource logs for all resources types and log categories defined here can be configured to send logs to Elastic
33
-
- Limit of five diagnostic settings reached. Each Azure resource can have a maximum of five [diagnostic settings](/azure/azure-monitor/essentials/diagnostic-settings).
34
-
- An error is blocking the logs from being sent to Elastic.
35
-
- Logs aren't configured for the resource. Only resources that have the appropriate resource tags are sent to Elastic. You specified the tag rules in the log configuration.
36
26
- Region isn't supported. The Azure resource is in a region that doesn't currently send logs to Elastic.
37
27
38
28
## Monitor virtual machines using Elastic agent
39
29
40
30
You can install Elastic agents on virtual machines as an extension. To see the available virtual machines in your subscription, select **Virtual Machines** from the left pane of your Elastic resource.
41
31
42
-
:::image type="content" source="media/manage/vm-agents.png" alt-text="Screenshot showing a list of virtual machines where you can install the Elastic VM extension and status information.":::
43
-
44
32
For each virtual machine, the following data is displayed:
45
33
46
34
- Resource Name – Virtual machine name.
@@ -52,8 +40,6 @@ For each virtual machine, the following data is displayed:
52
40
53
41
To install the Elastic agent, select a virtual machine and select **Install Extension**.
54
42
55
-
:::image type="content" source="media/manage/elastic-install-extension.png" alt-text="Screenshot showing a virtual machine selected for an installation of the Elastic VM extension.":::
56
-
57
43
The portal asks for confirmation that you want to install the agent with the default authentication. Select **OK** to begin installation. The portal shows the status as **Installing** until the agent is installed and provisioned.
58
44
59
45
After the Elastic agent is installed, the status changes to **Installed**.
@@ -68,14 +54,10 @@ To configure the diagnostic settings for a resource, select that resource. In th
68
54
69
55
In the destination details section, check the option to send to partner solutions to select Elastic as a destination target. The option is only available after an Elastic resource has been created.
70
56
71
-
:::image type="content" source="media/manage/diagnostic-settings.png" alt-text="Screenshot of configure diagnostic settings.":::
72
-
73
57
## Configure Azure OpenAI Connector
74
58
75
59
If not configured already while creating the resource, you can navigate to the **Azure OpenAI configuration** blade under the Elastic deployment configuration section. Click on **Add** to select the Azure OpenAI resource and a deployment of a text/chat completion model(like gpt4). This makes it seamless for you to have your connector ready without having to switch contexts between the AOAI resource(in Azure portal) and the Connectors page in Elastic portal, thus avoiding having to copy and paste urls and keys.
76
60
77
-
:::image type="content" source="media/manage/add-aoai-config.png" alt-text="Screenshot of Configure Azure OpenAI Connector.":::
78
-
79
61
Click on **Create**.
80
62
81
63
Once the Connector is created, navigate to Kibana and search for Connectors under Stack Management. The newly created Azure OpenAI Connector should be visible there. This connector can be used within Elastic's Observability AI Assistant to help provide contextual responses to your natural language prompts on your observability data by invoking the Azure OpenAI deployment. Learn more about Elastic OpenAI Connectors [here](https://www.elastic.co/guide/en/kibana/current/openai-action-type.html).
@@ -127,13 +109,8 @@ To delete the resource in Azure, select your Elastic resource. In **Overview**,
127
109
128
110
When the Elastic resource is deleted, logs are no longer sent to Elastic. All billing stops for Elastic through the Azure Marketplace.
129
111
130
-
## Next steps
131
-
132
-
- For help with troubleshooting, see [Troubleshooting Elastic integration with Azure](troubleshoot.md).
133
-
- Get started with Elastic Cloud (Elasticsearch) - An Azure Native ISV Service on
0 commit comments