Redis

Most recent version: v0.0.1

See the changelog of this Data sink type here.

Overview

Onum supports integration with Redis.

Select Redis from the list of Data sink types and click Configuration to start.

Data sink configuration

Now you need to specify how and where to send the data, and how to establish a connection with QRadar.

Metadata

Enter the basic information for the new Data sink.

Parameters
Description

Name*

Enter a name for the new Data sink.

Description

Optionally, enter a description for the Data sink.

Tags

Add tags to easily identify your Data sink. Hit the Enter key after you define each tag.


Metrics display

Decide whether or not to include this Data sink info in the metrics and graphs of the Home area.


Configuration

Now, add the configuration to establish the connection.

Parameter
Description

Endpoint*

Enter the URL of your Redis endpoint to establish the connection.

Network Timeout

Parameter
Description

Read timeout*

Enter how many milliseconds to wait to receive data from the server after a connection has been established.

Write timeout*

Enter the number of milliseconds to wait before considering the request a timeout.

Click Finish when complete. Your new Data sink will appear in the Data sinks area list.

Pipeline configuration

When you use this sink in a Pipeline, you can configure the output parameters. This is where you give the message the required format to be processed in Redis.

Output configuration

Command

Parameter
Description

SET

  • Redis Key* - Select the field to be used as the Redis Key.

  • Value* - Select the field to be used as the value (to create key-value pairs).

  • Expiration (in seconds) - Set how many seconds must elapse before the key is considered expired.

HSET

  • Redis Key* - Select the field to be used as the Redis Key.

  • Redis field* - Select the field to be used as the Redis field in the HSET command.

  • Value* - Select the field to be used as the value (to create key-value pairs).

  • Expiration (in seconds) - Set how many seconds must elapse before the key is considered expired.

Add as many HSET commands as needed.

Click Save to save your configuration.

Last updated

Was this helpful?