From 6becce08b270e4946ee82dd4fef8ba1e956a127d Mon Sep 17 00:00:00 2001 From: RefaelAdi <94283854+RefaelAdi@users.noreply.github.com> Date: Thu, 16 Nov 2023 18:09:13 +0200 Subject: [PATCH] Update README.md removed the "Currently, this plug-in will work only on IBM Security Guardium Data Protection.." line --- filter-plugin/logstash-filter-azure-sql-guardium/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/filter-plugin/logstash-filter-azure-sql-guardium/README.md b/filter-plugin/logstash-filter-azure-sql-guardium/README.md index 89ff93c53..17b7655ab 100644 --- a/filter-plugin/logstash-filter-azure-sql-guardium/README.md +++ b/filter-plugin/logstash-filter-azure-sql-guardium/README.md @@ -9,8 +9,6 @@ * Guardium Insights SaaS: 1.0 This is a [Logstash](https://github.com/elastic/logstash) filter plug-in for the universal connector that is featured in IBM Security Guardium. It parses events and messages from the azureSQL audit log into a [Guardium record](https://github.com/IBM/universal-connectors/blob/main/common/src/main/java/com/ibm/guardium/universalconnector/commons/structures/Record.java) instance (which is a standard structure made out of several parts). The information is then sent over to Guardium. Guardium records include the accessor (the person who tried to access the data), the session, data, and exceptions. If there are no errors, the data contains details about the query "construct". The construct details the main action (verb) and collections (objects) involved. - -Currently, this plug-in will work only on IBM Security Guardium Data Protection, not Guardium Insights. The plug-in is free and open-source (Apache 2.0). It can be used as a starting point to develop additional filter plug-ins for Guardium universal connector.