Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,13 @@ The Guardium universal connector is the Guardium entry point for native audit lo

• You must have permission for the S-Tap Management role. The admin user includes this role, by default.

• Download the [logstash-filter-cockroachdb_guardium_filter.zip](CockroachDBOverSyslogPackage/logstash-filter-cockroachdb_guardium_filter.zip) plug-in.
• Download the [logstash-filter-cockroachdb_guardium_filter.zip](https://github.com/IBM/universal-connectors/releases/download/v1.7.2/logstash-filter-cockroachdb_guardium_filter.zip) plug-in.

### Procedure

1. On the collector, go to **Setup** > **Tools and Views** > **Configure Universal Connector**.
2. First enable the Universal Guardium connector, if it is disabled.
3. Click **Upload File** and select the offline [logstash-filter-cockroachdb_guardium_filter.zip](CockroachDBOverSyslogPackage/logstash-filter-cockroachdb_guardium_filter.zip) plug-in. After it is uploaded, click **OK**.
3. Click **Upload File** and select the offline [logstash-filter-cockroachdb_guardium_filter.zip](https://github.com/IBM/universal-connectors/releases/download/v1.7.2/logstash-filter-cockroachdb_guardium_filter.zip) plug-in. After it is uploaded, click **OK**.
4. Click the **Plus sign** to open the Connector Configuration dialog box.
5. Type a name in the **Connector name** field.
6. Update the input section to add the details from the [CockroachDBOverSyslog.conf](CockroachDBOverSyslogPackage/CockroachDBOverSyslog.conf) file input section, omitting the keyword "input{" at the beginning and its corresponding "}" at the end.
Expand Down
Loading