You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Post-release**: Added Wazuh Docker support for Windows. ([#8852](https://github.com/wazuh/wazuh-documentation/pull/8852))
54
+
-**Post-release**: Added new steps and images to the API Permission section of the *Wazuh Microsoft Graph API* setup documentation. ([#8898](https://github.com/wazuh/wazuh-documentation/pull/8898))
54
55
55
56
### Changed
56
57
@@ -85,6 +86,7 @@ All notable changes to this project will be documented in this file.
85
86
-**Post-release**: Changed Suricata ruleset file permission in POC guide. ([#8821](https://github.com/wazuh/wazuh-documentation/pull/8821))
86
87
-**Post-release**: Adjusted the Data analysis documentation. ([#8850](https://github.com/wazuh/wazuh-documentation/pull/8850))
87
88
-**Post-release**: Updated images and powershell command in **Leveraging LLMs for alert enrichment** PoC. [#8888](https://github.com/wazuh/wazuh-documentation/pull/8888)
89
+
-**Post-release**: Updated RBAC reference to show actual policy names with wildcards. ([#8904](https://github.com/wazuh/wazuh-documentation/pull/8904))
88
90
89
91
### Fixed
90
92
@@ -96,6 +98,7 @@ All notable changes to this project will be documented in this file.
96
98
-**Post-release**: Fixed incorrect reference from **Ubuntu** to **Windows** endpoint in the SCA use case documentation. ([#8629](https://github.com/wazuh/wazuh-documentation/pull/8629))
97
99
-**Post-release**: Fixed incorrect URL and filepaths in the YARA download steps of the *Leveraging LLMs for Alert Enrichment* PoC. ([#8686](https://github.com/wazuh/wazuh-documentation/pull/8686))
98
100
-**Post-release**: Corrected inaccurate references to the Wazuh Syscollector module. ([#8713](https://github.com/wazuh/wazuh-documentation/pull/8713))
101
+
-**Post-release**: Corrected git command syntax in the Wazuh dashboard package generation guide. ([#8903](https://github.com/wazuh/wazuh-documentation/pull/8903))
Admin consent is required for API permission changes.
95
+
.. note::
96
+
97
+
Admin consent is required for API permission changes.
85
98
86
99
Wazuh server or agent
87
100
---------------------
@@ -133,6 +146,22 @@ Next, we will see the necessary configuration to allow the integration to succes
133
146
- ``<name>`` specifies the resource's name (i.e., specific API endpoint) to query for logs.
134
147
- ``<relationship>`` specifies the types of content (relationships) to obtain logs for.
135
148
149
+
#. Restart your Wazuh server or agent, depending on where you configured the Wazuh module for Microsoft Graph.
150
+
151
+
.. tabs::
152
+
153
+
.. tab:: Wazuh agent
154
+
155
+
.. code-block:: console
156
+
157
+
# systemctl restart wazuh-agent
158
+
159
+
.. tab:: Wazuh manager
160
+
161
+
.. code-block:: console
162
+
163
+
# systemctl restart wazuh-manager
164
+
136
165
.. note::
137
166
138
167
Multi-tenant is not supported. You can only configure one block of ``api_auth``. To learn more about the Wazuh module for Microsoft Graph options, see the :doc:`ms-graph </user-manual/reference/ossec-conf/ms-graph-module>` reference.
0 commit comments