From ca86d69d9b7fd78525eaedd054e7011150d5f3ef Mon Sep 17 00:00:00 2001 From: Ursula Chen <58821586+urseberry@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:40:02 -0500 Subject: [PATCH] Add blog link (#18922) --- win32_event_log/README.md | 2 ++ win32_event_log/manifest.json | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/win32_event_log/README.md b/win32_event_log/README.md index 5320e0f588073..d8645c6908664 100644 --- a/win32_event_log/README.md +++ b/win32_event_log/README.md @@ -540,6 +540,7 @@ Additional helpful documentation, links, and articles: - [How to collect Windows Server 2012 metrics][10] - [Monitoring Windows Server 2012 with Datadog][11] - [Monitor Windows event logs with Datadog][27] +- [Monitor your Windows event logs with Datadog Cloud SIEM][33]] [1]: https://app.datadoghq.com/account/settings/agent/latest?platform=windows [2]: https://docs.datadoghq.com/agent/guide/agent-configuration-files/#agent-configuration-directory @@ -572,3 +573,4 @@ Additional helpful documentation, links, and articles: [30]: https://github.com/DataDog/datadog-agent/blob/main/cmd/agent/dist/conf.d/win32_event_log.d/profiles/dd_security_events_low.yaml.example [31]: https://github.com/DataDog/datadog-agent/blob/main/cmd/agent/dist/conf.d/win32_event_log.d/profiles/dd_security_events_high.yaml.example [32]: https://app.datadoghq.com/integrations?integrationId=event-viewer +[33]: https://www.datadoghq.com/blog/datadog-cloud-siem-windows-event-logs/ diff --git a/win32_event_log/manifest.json b/win32_event_log/manifest.json index 8ab60732215bd..79d40cbd8f2f2 100644 --- a/win32_event_log/manifest.json +++ b/win32_event_log/manifest.json @@ -38,6 +38,10 @@ { "resource_type": "blog", "url": "https://www.datadoghq.com/blog/monitor-windows-event-logs-with-datadog/" + }, + { + "resource_type": "blog", + "url": "https://www.datadoghq.com/blog/datadog-cloud-siem-windows-event-logs/" } ] },