Skip to content

Commit 7423e9d

Browse files
authored
Merge pull request #8495 from wazuh/bug/8218-revert-add-ms-graph-settings
Revert changes applied to 4.11 branch
2 parents 57aca9f + 5985ec1 commit 7423e9d

File tree

3 files changed

+2
-37
lines changed

3 files changed

+2
-37
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file.
2424
- **Post-release**: Fixed mispelled word "address" occurrences. ([#8421](https://github.com/wazuh/wazuh-documentation/pull/8421))
2525
- **Post-release**: Fixed `wazuh-certs-tool` download command from static version number to use `WAZUH_CURRENT_VERSION` ([#8473](https://github.com/wazuh/wazuh-documentation/pull/8473))
2626
- **Post-release**: Add missing changes in Download configuration files from remote location section. ([#8476](https://github.com/wazuh/wazuh-documentation/pull/8476))
27+
- **Post-release**: Reverted new configuration options added to the MS Graph integration documentation. ([#8495](https://github.com/wazuh/wazuh-documentation/pull/8495))
2728

2829
## [v4.11.1]
2930

source/cloud-security/azure/ms-graph-api-setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Certificates & secrets
5353
API permissions
5454
---------------
5555

56-
Your application needs specific API permissions to retrieve logs and events from the Microsoft Graph API. The specific API permission required depends on the resource to be accessed. The comprehensive list of permissions is documented in `Microsoft Graph permissions reference <https://learn.microsoft.com/en-us/graph/permissions-reference>`__.
56+
Your application needs specific API permissions to retrieve logs and events from the Microsoft Graph API, such as permissions related to the ``security`` and ``deviceManagement`` resources.
5757

5858
To configure the application permissions, go to the **API permissions** page and choose **Add a permission**.
5959

source/user-manual/reference/ossec-conf/ms-graph-module.rst

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ Options
2929
- `only_future_events`_
3030
- `interval`_
3131
- `curl_max_size`_
32-
- `page_size`_
33-
- `time_delay`_
3432
- `run_on_start`_
3533
- `version`_
3634
- `api_auth`_
@@ -53,10 +51,6 @@ Options
5351
+----------------------------------------+---------------------------------+
5452
| `curl_max_size`_ | A positive number + suffix |
5553
+----------------------------------------+---------------------------------+
56-
| `page_size`_ | A positive number between 1–50 |
57-
+----------------------------------------+---------------------------------+
58-
| `time_delay`_ | A positive number + suffix |
59-
+----------------------------------------+---------------------------------+
6054
| `run_on_start`_ | yes, no |
6155
+----------------------------------------+---------------------------------+
6256
| `version`_ | beta, v1.0 |
@@ -128,28 +122,6 @@ Specifies the maximum size allowed for the Microsoft Graph API response.
128122
| **Allowed values** | A positive number that should contain a suffix character indicating a size unit, such as b/B (bytes), k/K (kilobytes), m/M (megabytes), and g/G (gigabytes). Minimum value of 1M. |
129123
+--------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
130124

131-
page_size
132-
^^^^^^^^^
133-
134-
Controls the page size by limiting the items returned per page on every API request.
135-
136-
+--------------------+---------------------------------+
137-
| **Default value** | 50 |
138-
+--------------------+---------------------------------+
139-
| **Allowed values** | A positive number between 1–50. |
140-
+--------------------+---------------------------------+
141-
142-
time_delay
143-
^^^^^^^^^^
144-
145-
Adds ``time_delay`` setting. Its value must be greater than or equal to 0. By default, its value is ``30s``. This setting allows time suffixes ``s`` (seconds), ``m`` (minutes), ``h`` (hours), ``d`` (days), and ``w`` (weeks).
146-
147-
+--------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
148-
| **Default value** | 30s |
149-
+--------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
150-
| **Allowed values** | A positive number that must contain a suffix character indicating a time unit, such as ``s`` (seconds), ``m`` (minutes), ``h`` (hours), ``d`` (days), and ``w`` (weeks). |
151-
+--------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
152-
153125
run_on_start
154126
^^^^^^^^^^^^
155127

@@ -272,10 +244,6 @@ resource\\relationship
272244

273245
This section configures the `relationships` content type from which to obtain logs.
274246

275-
For the ``identityProtection`` resource, the configuration includes the following relationship:
276-
277-
- riskDetections: Retrieves details of user risk, user and application sign-in risk detections from Microsoft Entra ID.
278-
279247
For the ``security`` resource, the configuration includes the following relationships:
280248

281249
- alerts: Legacy alert from supported Azure and Microsoft 365 Defender security providers.
@@ -329,8 +297,4 @@ Example of configuration
329297
<name>deviceManagement</name>
330298
<relationship>auditEvents</relationship>
331299
</resource>
332-
<resource>
333-
<name>identityProtection</name>
334-
<relationship>riskDetections</relationship>
335-
</resource>
336300
</ms-graph>

0 commit comments

Comments
 (0)