Skip to content

Commit 4567790

Browse files
authored
Update UPGRADING.md for 7.1 Anomaly detection changes (#25316)
* Update UPGRADING.md for 7.1 Anomaly detection changes * Cleanup * Improve wording to cover noting custom detector settings * Remove unintended commit
1 parent a11f9f5 commit 4567790

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

UPGRADING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,22 @@ underscores instead, e.g. `${aggregation_conditions.count}`, `${aggregation_cond
4848
existing notifications using the escaping of parentheses in explicit `aggregation_conditions` key names will need to
4949
be modified to instead use the underscore format.
5050

51+
### OpenSearch-Based Anomaly Detection Removed
52+
53+
Anomaly detection now runs natively within Graylog, removing the dependency on OpenSearch's Anomaly Detection plugin.
54+
This provides a more integrated experience with Alerts and Events, and does not require OpenSearch-specific
55+
configuration.
56+
57+
As part of this change, existing OpenSearch-based anomaly detectors are no longer supported and will be
58+
automatically disabled during the upgrade to Graylog 7.1. A software migration will stop and remove all
59+
OpenSearch anomaly detectors and delete their associated event definitions.
60+
61+
After the upgrade, previously configured detectors will remain visible in the Anomaly Detection Configuration page
62+
for reference, showing their name and whether they were previously enabled. However, the full detector
63+
configuration (indices, feature fields, intervals, etc.) will not be displayed and detectors can no longer be
64+
edited or re-enabled. **Note: If you have custom anomaly detectors, you should note down their configuration
65+
before upgrading.**
66+
5167
## Configuration File Changes
5268

5369
| Option | Action | Description |

0 commit comments

Comments
 (0)