Keys for PLOSSYS Output Engine¶
PLOSSYS Output Engine uses the following keys in Consul:
BROKER_FORCE_TLS: specifies if the SEAL NATS message broker uses TLS.BROKER_REJECT_UNAUTHORIZED: specifies if self-signed TLS certificates from the message broker will be rejected.BROKER_SERVERS: specifies the message broker server hosts and ports.BROKER_TOKEN: specifies the message broker access token.
The seal-co-notifier service additionally uses these keys to configure its NATS key-value store:
KV_HISTORY_SIZE: specifies the number of entries kept in the key-value store history.KV_MAX_BUCKET_SIZE: specifies the maximum file size of a bucket in the key-value store.KV_MAX_VALUE_SIZE: specifies the maximum size of a value in the key-value store.KV_STORAGE_TYPE: specifies if the key-value store is persisted to file or kept in memory.KV_TTL: specifies the time-to-live for an unchanged key-value store entry.
Literature - Output Engine documentation
For a detailed description of these keys, refer to the PLOSSYS Output Engine documentation.