Skip to content

Commit e2fd0d1

Browse files
committed
Revert changes applied to 4.11 branch
1 parent 57aca9f commit e2fd0d1

File tree

3 files changed

+1
-38
lines changed

3 files changed

+1
-38
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ All notable changes to this project will be documented in this file.
3636

3737
- Added architecture information to assistant pages. ([#7830](https://github.com/wazuh/wazuh-documentation/pull/7830))
3838
- Added CISA to the vulnerability source enumerations and compatibility matrix. ([#8201](https://github.com/wazuh/wazuh-documentation/pull/8201))
39-
- **Post-release**: Added new configuration options to the MS Graph integration documentation. ([#8226](https://github.com/wazuh/wazuh-documentation/pull/8226))
4039
- **Post-release**: Added Wazuh indexer API documentation. ([#8231](https://github.com/wazuh/wazuh-documentation/pull/8231))
4140

4241
### Changed

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)