Skip to content

Commit

Permalink
Merge pull request #403 from IBM/RefaelAdi-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
RefaelAdi authored Nov 16, 2023
2 parents 6c0fe4e + 6becce0 commit b1f34ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions filter-plugin/logstash-filter-azure-sql-guardium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit b1f34ff

Please sign in to comment.