Synadia Connect

Opensearch

NAMERUNTIMETYPEVERSION
opensearchwombatsinklatest

Publishes messages into an Elasticsearch index.

If the index does not exist then it is created with a dynamic mapping.

Configuration

NameTypeOptionalSecretDescription
urls[]stringnonoA list of URLs to connect to. If an item of the list contains commas it will be expanded into multiple URLs.
indexstringnonoThe index to place messages.
actionstringnonoThe action to take on the document. This field must resolve to one of the following action types: index, update or delete.
idstringnonoThe ID for indexed messages. Interpolation should be used in order to create a unique ID for each message.
pipelinestringyesnoAn optional pipeline id to preprocess incoming documents. The value defaults to "".
routingstringyesnoThe routing key to use for the document. The value defaults to "".
tlstlsnonoCustom TLS settings can be used to override system defaults.
max_in_flightintyesnoThe maximum number of messages to have in flight at a given time. Increase this to improve throughput. The value defaults to 64.
basic_authbasic_authnonoAllows you to specify basic authentication.
batchingbatchingnonoAllows you to configure a batching policy.
awsawsnonoEnables and customises connectivity to Amazon Elastic Service.

TLS Configuration

NameTypeOptionalSecretDescription
enabledboolyesnoWhether custom TLS settings are enabled. The value defaults to false.
skip_cert_verifyboolyesnoWhether to skip server side certificate verification. The value defaults to false.
enable_renegotiationboolyesnoWhether to allow the remote server to repeatedly request renegotiation.
Enable this option if you're seeing the error message local error: tls: no renegotiation. The value defaults to false.
root_casstringyesyesAn optional root certificate authority to use.
This is a string, representing a certificate chain from the parent trusted root certificate,
to possible intermediate signing certificates, to the host certificate. The value defaults to "".
client_certs[]client_certsyesnoA list of client certificates to use. . The value defaults to [].

Basic Auth

NameTypeOptionalSecretDescription
enabledboolyesnoWhether to use basic authentication in requests. The value defaults to false.
usernamestringyesnoA username to authenticate as. The value defaults to "".
passwordstringyesyesA password to authenticate with. The value defaults to "".

Batching

NameTypeOptionalSecretDescription
countintyesnoA number of messages at which the batch should be flushed. If 0 disables count based batching. The value defaults to 0.
byte_sizeintyesnoAn amount of bytes at which the batch should be flushed. If 0 disables size based batching. The value defaults to 0.
periodstringyesnoA period in which an incomplete batch should be flushed regardless of its size. The value defaults to "".
checkstringyesnoA Bloblang query that should return a boolean value indicating whether a message should end a batch. The value defaults to "".

AWS

NameTypeOptionalSecretDescription
enabledboolyesnoWhether to connect to Amazon Elastic Service. The value defaults to false.
regionstringyesnoThe AWS region to target. The value defaults to "".
endpointstringyesnoAllows you to specify a custom endpoint for the AWS API. The value defaults to "".
credentialscredentialsnonoOptional manual configuration of AWS credentials to use. More information can be found in the AWS Guide.
Previous
NSQ