Skip to content

Commit c26b3c1

Browse files
add clarifying screenshots
1 parent 1a01d28 commit c26b3c1

File tree

8 files changed

+21
-3
lines changed

8 files changed

+21
-3
lines changed
Loading
Loading
Loading
Loading

docs/reference/elasticsearch-plugins/ms-graph-authz-configure-azure.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,35 @@ To make API calls to Microsoft Graph, Elasticsearch requires Azure credentials w
1313
2) Click "Enterprise applications" and then "New application" to register a new application.
1414
3) Click "Create your own application", provide a name, and select the "Integrate any other application you don’t find in the gallery" option.
1515

16+
:::{image} ./images/ms-graph-authz/01-create-enterprise-application.png
17+
:alt: "create your own application" page
18+
:::
19+
1620
## Configure the custom Application
1721

1822
1) In the [Azure portal](https://portal.azure.com), go to Microsoft Entra ID.
1923
2) Under “App registrations”, then the “All applications” tab, find the application created in the previous section.
24+
25+
:::{image} ./images/ms-graph-authz/02-find-app-registration.png
26+
:alt: find your app registration
27+
:::
2028
3) Take note of the Application (client) ID and Tenant ID shown here - these will be needed to configure Elasticsearch later.
29+
30+
:::{image} ./images/ms-graph-authz/03-get-application-id.png
31+
:alt: get your application ID
32+
:::
2133
4) Under Manage > Certificates & secrets
2234
- Create a new client secret
2335
- Take note of the Value - this is needed later, and is only shown once
36+
:::{image} ./images/ms-graph-authz/04-create-client-secret.png
37+
:alt: get your client secret
38+
:::
2439
5) Under Manage > API permissions
2540
- Go to “Add a permission”
2641
- Choose “Microsoft Graph”
2742
- Choose “Application permissions”
2843
- Select “Directory.ReadWrite.All, Group.ReadWrite.All, User.Read.All”
2944
- Note that an Azure Admin will need to approve these permissions before the credentials can be used
45+
:::{image} ./images/ms-graph-authz/05-configure-api-permissions.png
46+
:alt: configure api permissions
47+
:::

docs/reference/elasticsearch-plugins/ms-graph-authz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sudo bin/elasticsearch-plugin install microsoft-graph-authz
1919

2020
The plugin must be installed on every node in the cluster, and each node must be restarted after installation.
2121

22-
You can download this plugin for [offline install](/reference/elasticsearch-plugins/plugin-management-custom-url.md) from [https://artifacts.elastic.co/downloads/elasticsearch-plugins/ms-graph-authz/microsoft-graph-authz-{{version}}.zip](https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version}}.zip). To verify the `.zip` file, use the [SHA hash](https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version}}.zip.sha512) or [ASC key](https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version}}.zip.asc).
22+
You can download this plugin for [offline install](/reference/elasticsearch-plugins/plugin-management-custom-url.md) from [https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version}}.zip](https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version}}.zip). To verify the `.zip` file, use the [SHA hash](https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version}}.zip.sha512) or [ASC key](https://artifacts.elastic.co/downloads/elasticsearch-plugins/microsoft-graph-authz/microsoft-graph-authz-{{version}}.zip.asc).
2323

2424

2525
## Removal [ms-graph-authz-remove]

docs/reference/elasticsearch-plugins/plugin-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Use the `elasticsearch-plugin` command line tool to install, list, and remove pl
106106

107107
Run the following command to get usage instructions:
108108

109-
```
109+
```
110110
sudo bin/elasticsearch-plugin -h
111111
```
112112

@@ -116,7 +116,7 @@ If Elasticsearch was installed using the deb or rpm package then run `/usr/share
116116

117117
For detailed instructions on installing, managing, and configuring plugins, see the following:
118118

119-
* [Intalling Plugings](./installation.md)
119+
* [Installing Plugins](./installation.md)
120120
* [Custom URL or file system](./plugin-management-custom-url.md)
121121
* [Installing multiple plugins](./installing-multiple-plugins.md)
122122
* [Mandatory plugins](./mandatory-plugins.md)

0 commit comments

Comments
 (0)