Skip to content

Keys for PLOSSYS Output Engine


PLOSSYS Output Engine uses the following keys in Consul:

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.


Back to top