Skip to content

Commit

Permalink
Update microsoft-graph.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-shishkin authored Aug 9, 2023
1 parent f903b7e commit 46b5790
Showing 1 changed file with 1 addition and 47 deletions.
48 changes: 1 addition & 47 deletions _source/logzio_collections/_security-sources/microsoft-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,53 +27,6 @@ You can ship logs available from the Microsoft Graph APIs with logzio-api-fetche

<div class="tasklist">

##### Register a new app in Azure Active Directory

In the Azure portal, go to [App registration](https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationsListBlade)
and select **New registration** from the top menu.

Name your app and click **Register**.

##### Create a client secret

Choose **Certificates & secrets** from the side menu,
and click on **New client secret**.

Add a **Description**.
We recommend something specific, such as "secret for Logzio-MSGraph integration".

In the **Expires** list, choose **Never**.

Click **Add**.

Copy the value of the generated secret to your text editor.
You'll need this later.

<!-- info-box-start:info -->
You won't be able to retrieve the secret's value after you leave this page.
{:.info-box.note}
<!-- info-box-end -->

##### Set the app's permissions

Choose **API permissions** from the side menu,
and click **Add a permission**.

Select **Microsoft Graph > Application permissions**.

Select these items:

* **AuditLog.Read.All**
* **Directory.Read.All**

Click **Add permissions**.

Click **Grant admin consent for Default Directory**, and then click **Yes** to confirm.

<!-- info-box-start:info -->
Only Azure administrators can grant consent for Default Directory. If the _Grant admin consent_ button is disabled, ask your Azure admin to update the setting for you.
{:.info-box.note}
<!-- info-box-end -->


##### Pull the Docker image of the Logz.io API fetcher
Expand Down Expand Up @@ -185,3 +138,4 @@ If you still don't see your logs,
see [log shipping troubleshooting]({{site.baseurl}}/user-guide/log-shipping/log-shipping-troubleshooting.html).

</div>

0 comments on commit 46b5790

Please sign in to comment.