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/create.md
+37-67Lines changed: 37 additions & 67 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Create Elastic application
3
3
description: This article describes how to use the Azure portal to create an instance of Elastic.
4
4
ms.topic: quickstart
5
-
ms.date: 06/01/2023
5
+
ms.date: 03/18/2025
6
6
7
7
8
8
@@ -14,95 +14,65 @@ In this quickstart, you use the Azure portal to integrate an instance of Elastic
14
14
15
15
## Prerequisites
16
16
17
-
- Subscription owner - The Elastic integration with Azure can only be created by users who have _Owner_ or _Contributor_ permissions on the Azure subscription. [Confirm that you have the appropriate access](../../role-based-access-control/check-access.md) before starting the setup.
18
-
-Single sign-on app - The ability to automatically navigate between the Azure portal and Elastic Cloud is enabled via single sign-on (SSO). This option is automatically enabled and turned on for all Azure users.
-You must [subscribe to Elastic](overview.md#subscribe-to-elastic).
19
19
20
-
## Find offer
20
+
> [!NOTE]
21
+
> The ability to automatically navigate between the Azure portal and Elastic Cloud is enabled via single sign-on (SSO). This option is automatically enabled and turned on for all Azure users.
21
22
22
-
Use the Azure portal to find the Elastic application.
23
+
## Create an Elastic resource
23
24
24
-
1. In a web browser, go to the [Azure portal](https://portal.azure.com/) and sign in.
1. If you've visited the **Marketplace** in a recent session, select the icon from the available options. Otherwise, search for _Marketplace_.
27
+
### Basics tab
27
28
28
-
1. Search for _Elastic_ and select **Elastic Cloud (Elasticsearch) - An Azure Native ISV Service** from the available offerings.
29
+
The *Basics* tab has one section:
29
30
30
-
1. Select **Set up + subscribe**.
31
+
- Plan details
32
+
33
+
:::image type="content" source="media/create/basics-tab.png" alt-text="A screenshot of the Create Elastic resource in Azure options inside of the Azure portal's working pane with the Basics tab displayed.":::
| Subscription | Select a subscription from your existing subscriptions. |
42
+
| Resource group | Use an existing resource group or create a new one. |
43
+
| Resource name | Specify a unique name for the resource. |
44
+
| Region | Select a region to deploy your resource. |
37
45
38
-
1.On the **Create Elastic Resource**basics page, provide the following values.
46
+
1.Select the **Next: Logs & metrics**button at the bottom of the page.
39
47
40
-
:::image type="content" source="media/create/create-resource.png" alt-text="Form to set up Elastic resource.":::
48
+
### Logs & metrics tab (optional)
41
49
42
-
| Property | Description |
43
-
| ---- | ---- |
44
-
|**Subscription**| From the drop-down, select an Azure subscription where you have owner access. |
45
-
|**Resource group**| Specify whether you want to create a new resource group or use an existing resource group. A resource group is a container that holds related resources for an Azure solution. For more information, see [Azure Resource Group overview](../../azure-resource-manager/management/overview.md). |
46
-
|**Elastic account name**| Provide the name for the Elastic account you want to create |
47
-
|**Region**| Select the region you want to deploy to. |
48
-
|**Pricing Plan**|**Pay as you go**. |
49
-
|**Price**| Specified based on the selected Elastic plan. |
50
+
If you wish, you can configure resources to send metrics/logs to Elastic.
50
51
51
-
When you've finished, select **Next: Logs and Metrics**.
52
+
- Select **Send subscription activity logs**.
53
+
- Select **Send Azure resource logs for all defined sources**.
52
54
53
-
1. On **Logs & metrics**, specify which logs to send to Elastic.
55
+
Enter the names and values for each *Action* listed under Metrics and Logs.
54
56
55
-
:::image type="content" source="media/create/configure-logs.png" alt-text="Select logs to send.":::
57
+
Select the **Next: Azure OpenAI configuration** button at the bottom of the page.
56
58
57
-
There are two types of logs that can be emitted from Azure to Elastic.
59
+
### Azure OpenAI configuration tab
58
60
59
-
**Subscription logs** provide insights into the operations on each Azure resource in the subscription from the [management plane](../../azure-resource-manager/management/control-plane-and-data-plane.md). The logs also provide updates on Service Health events. Use the activity log to determine what, who, and when for any write operations (PUT, POST, DELETE) on the resources in your subscription. There's a single activity log for each Azure subscription.
61
+
1. Select an existing **Azure OpenAI Resource**.
60
62
61
-
**Azure resource logs** provide insights into operations that happen within the [data plane](../../azure-resource-manager/management/control-plane-and-data-plane.md). For example, getting a secret from a key vault or making a request to a database are data plane activities. The content of resource logs varies by the Azure service and resource type. The types of Azure resource logs are listed in [Azure Monitor Resource Log categories](/azure/azure-monitor/essentials/resource-logs-categories).
63
+
1. Select an existing **Azure OpenAI Deployment**.
62
64
63
-
To filter the Azure resources that send logs to Elastic, use resource tags. The tag rules for sending logs are:
65
+
1. Select the **Next: Tags** button at the bottom of the page.
64
66
65
-
- By default, logs are collected for all resources.
66
-
- Resources with _Include_ tags send logs to Elastic.
67
-
- Resources with _Exclude_ tags don't send logs to Elastic.
68
-
- If there's a conflict between inclusion and exclusion rules, exclusion takes priority.
67
+
### Tags tab (optional)
69
68
70
-
Select **Next: Azure OpenAI configuration** to create and configure Azure OpenAI connector that can be used within Elastic's AI Assistant.
69
+
[!INCLUDE [tags](../includes/tags.md)]
71
70
72
-
1. On **Azure OpenAI configuration**, specify the Azure OpenAI resource and the deployment that would be required to configure the connector. The details of the deployment (url, API keys etc.) are passed on to Elastic to prepare the connector to be used with Elastic's AI Assistant.
71
+
### Review + create tab
73
72
74
-
:::image type="content" source="media/create/configure-aoai-connector.png" alt-text="Screenshot of how to configure Azure OpenAI Connector.":::
75
-
76
-
>[!Note]
77
-
>Only deployments of text/chat completion models (like gpt4) are supported currently. Learn more about Elastic Connectors [here](https://www.elastic.co/guide/en/kibana/current/openai-action-type.html).
78
-
79
-
Select **Next: Tags** to set up tags for the new Elastic resource.
80
-
81
-
1. In **Tags**, add custom tags for the new Elastic resource. Each tag consists of a name and value. When you've finished adding tags, select **Next: Review+Create** to navigate to the final step for resource creation.
82
-
83
-
:::image type="content" source="media/create/add-tags.png" alt-text="Screenshot of add tags to Elastic resource.":::
84
-
85
-
1. On **Review + create**, your configuration is validated. You can review the selections you made in the earlier forms. You can also review the terms for this offering.
86
-
87
-
:::image type="content" source="media/create/review-validation.png" alt-text="Review and validation selections":::
88
-
89
-
After validation has succeeded and you've reviewed the terms, select **Create**.
0 commit comments