Data Stores & Search Triggers
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
host |
string | ✅ | — | Redis hostname |
port |
integer | ❌ | 6379 | Redis port |
operation |
string | ✅ | — | set, get, lpush, rpush, lrange, publish, delete |
password |
string | ❌ | — | Redis password |
db |
integer | ❌ | 0 | Redis database number |
key |
string | ❌ | — | Redis key |
value |
string | ❌ | — | Value to store |
list_name |
string | ❌ | — | List name |
channel |
string | ❌ | — | Pub/sub channel |
message |
string | ❌ | — | Message to publish |
start |
integer | ❌ | 0 | LRANGE start index |
end |
integer | ❌ | -1 | LRANGE end index |
ttl |
integer | ❌ | — | Time-to-live (seconds) |
Elasticsearch
Section titled “Elasticsearch”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
host |
string | ✅ | — | Elasticsearch hostname |
port |
integer | ❌ | 9200 | HTTP port |
operation |
string | ✅ | — | index_doc, search, get_doc, delete_doc, bulk_index |
index_name |
string | ❌ | — | Index name |
doc_id |
string | ❌ | — | Document ID |
document |
object | ❌ | — | Document body |
query |
object | ❌ | — | Search query DSL |
documents |
list | ❌ | — | Documents for bulk_index |
use_ssl |
boolean | ❌ | false | Use HTTPS |
username |
string | ❌ | — | Username |
password |
string | ❌ | — | Password |
Teradata
Section titled “Teradata”| Parameter | Type | Required | Description |
|---|---|---|---|
host |
string | ✅ | Teradata hostname |
user |
string | ✅ | Username |
password |
string | ✅ | Password |
database |
string | ✅ | Database name |
query |
string | ✅ | SQL query |
timeout |
integer | ❌ | Connection timeout (default 60) |
Sybase ASE
Section titled “Sybase ASE”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
host |
string | ✅ | — | Sybase hostname |
port |
integer | ❌ | 5000 | Port |
user |
string | ✅ | — | Username |
password |
string | ✅ | — | Password |
database |
string | ✅ | — | Database name |
query |
string | ✅ | — | SQL query |
timeout |
integer | ❌ | 30 | Timeout (seconds) |