Skip to content

Commit 81cf4ca

Browse files
add clarifying screenshots
1 parent 1a01d28 commit 81cf4ca

File tree

7 files changed

+18
-2
lines changed

7 files changed

+18
-2
lines changed
Loading
Loading
Loading
Loading

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,33 @@ 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+
:::{image} ./images/ms-graph-authz/02-find-app-registration.png
25+
:alt: find your app registration
26+
:::
2027
3) Take note of the Application (client) ID and Tenant ID shown here - these will be needed to configure Elasticsearch later.
28+
:::{image} ./images/ms-graph-authz/03-get-application-id.png
29+
:alt: get your application ID
30+
:::
2131
4) Under Manage > Certificates & secrets
2232
- Create a new client secret
2333
- Take note of the Value - this is needed later, and is only shown once
34+
:::{image} ./images/ms-graph-authz/04-create-client-secret.png
35+
:alt: get your client secret
36+
:::
2437
5) Under Manage > API permissions
2538
- Go to “Add a permission”
2639
- Choose “Microsoft Graph”
2740
- Choose “Application permissions”
2841
- Select “Directory.ReadWrite.All, Group.ReadWrite.All, User.Read.All”
2942
- Note that an Azure Admin will need to approve these permissions before the credentials can be used
43+
:::{image} ./images/ms-graph-authz/05-configure-api-permissions.png
44+
:alt: configure api permissions
45+
:::

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)