Skip to content

Commit 8a9d5c7

Browse files
updates
1 parent 2d9aa3f commit 8a9d5c7

File tree

3 files changed

+30
-52
lines changed

3 files changed

+30
-52
lines changed

articles/partner-solutions/elastic/create.md

Lines changed: 28 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -26,74 +26,51 @@ In this quickstart, you use the Azure portal to integrate an instance of Elastic
2626

2727
### Basics tab
2828

29-
1. On the **Create Elastic Resource** basics page, provide the following values.
29+
The *Basics* tab has one section:
3030

31-
:::image type="content" source="media/create/create-resource.png" alt-text="Form to set up Elastic resource.":::
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.":::
3234

33-
| Property | Description |
34-
| ---- | ---- |
35-
| **Subscription** | From the drop-down, select an Azure subscription where you have owner access. |
36-
| **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). |
37-
| **Elastic account name** | Provide the name for the Elastic account you want to create |
38-
| **Region** | Select the region you want to deploy to. |
39-
| **Pricing Plan** | **Pay as you go**. |
40-
| **Price** | Specified based on the selected Elastic plan. |
35+
There are required fields (identified with a red asterisk) in each section that you need to fill out.
4136

42-
When you've finished, select **Next: Logs and Metrics**.
37+
1. Enter the values for each required setting under *Plan details*.
4338

44-
1. On **Logs & metrics**, specify which logs to send to Elastic.
39+
| Field | Action |
40+
|---------------------|-----------------------------------------------------------|
41+
| 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. |
4545

46-
:::image type="content" source="media/create/configure-logs.png" alt-text="Select logs to send.":::
46+
1. Select the **Next: Logs & metrics** button at the bottom of the page.
4747

48-
There are two types of logs that can be emitted from Azure to Elastic.
48+
### Logs & metrics tab (optional)
4949

50-
**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.
50+
If you wish, you can configure resources to send metrics/logs to Elastic.
5151

52-
**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).
52+
- Select **Send subscription activity logs**.
53+
- Select **Send Azure resource logs for all defined sources**.
5354

54-
To filter the Azure resources that send logs to Elastic, use resource tags. The tag rules for sending logs are:
55+
Enter the names and values for each *Action* listed under Metrics and Logs.
5556

56-
- By default, logs are collected for all resources.
57-
- Resources with _Include_ tags send logs to Elastic.
58-
- Resources with _Exclude_ tags don't send logs to Elastic.
59-
- If there's a conflict between inclusion and exclusion rules, exclusion takes priority.
57+
Select the **Next: Azure OpenAI configuration** button at the bottom of the page.
6058

61-
Select **Next: Azure OpenAI configuration** to create and configure Azure OpenAI connector that can be used within Elastic's AI Assistant.
59+
### Azure OpenAI configuration
6260

63-
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.
61+
If you wish, select an existing **Azure OpenAI Resource** and **Azure OpenAI Deployment** from the dropdown fields.
6462

65-
:::image type="content" source="media/create/configure-aoai-connector.png" alt-text="Screenshot of how to configure Azure OpenAI Connector.":::
63+
Select the **Next: Tags** button at the bottom of the page.
6664

67-
>[!Note]
68-
>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).
65+
### Tags tab (optional)
6966

70-
Select **Next: Tags** to set up tags for the new Elastic resource.
67+
[!INCLUDE [tags](../includes/tags.md)]
7168

72-
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.
69+
### Review + create tab
7370

74-
:::image type="content" source="media/create/add-tags.png" alt-text="Screenshot of add tags to Elastic resource.":::
75-
76-
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.
77-
78-
:::image type="content" source="media/create/review-validation.png" alt-text="Review and validation selections":::
79-
80-
After validation has succeeded and you've reviewed the terms, select **Create**.
81-
82-
1. Azure starts the deployment.
83-
84-
:::image type="content" source="media/create/deployment-in-progress.png" alt-text="Deployment status":::
85-
86-
1. After the deployment is finished, select **Go to resource** to view the deployed resource.
87-
88-
:::image type="content" source="media/create/deployment-complete.png" alt-text="Screenshot of view status of deployment.":::
71+
[!INCLUDE [review-create](../includes/review-create.md)]
8972

9073
## Next steps
9174

92-
- [Manage the Elastic resource](manage.md)
93-
- Get started with Elastic Cloud (Elasticsearch) - An Azure Native ISV Service on
94-
95-
> [!div class="nextstepaction"]
96-
> [Azure portal](https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.Elastic%2Fmonitors)
97-
98-
> [!div class="nextstepaction"]
99-
> [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/elastic.ec-azure-pp?tab=Overview)
75+
> [!div class="nextstepaction"]
76+
> [Manage Elastic resources](manage.md)
30.8 KB
Loading

articles/partner-solutions/elastic/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ For more help with using the Elastic service, see the [Elastic documentation](ht
4747

4848
## Next steps
4949

50-
- [QuickStart: Get started with Elastic](create.md)
50+
> [!div class="nextstepaction"]
51+
> [QuickStart: Get started with Elastic](create.md)

0 commit comments

Comments
 (0)