| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- emqx_bridge_mongodb {
- collection.desc:
- """The collection where data will be stored into"""
- collection.label:
- """Collection to be used"""
- desc_config.desc:
- """Configuration for MongoDB Bridge"""
- desc_config.label:
- """MongoDB Bridge Configuration"""
- desc_name.desc:
- """Bridge name."""
- desc_name.label:
- """Bridge Name"""
- desc_type.desc:
- """The Bridge Type."""
- desc_type.label:
- """Bridge Type"""
- enable.desc:
- """Enable or disable this MongoDB Bridge"""
- enable.label:
- """Enable or disable"""
- mongodb_rs_conf.desc:
- """MongoDB (Replica Set) configuration"""
- mongodb_rs_conf.label:
- """MongoDB (Replica Set) Configuration"""
- mongodb_sharded_conf.desc:
- """MongoDB (Sharded) configuration"""
- mongodb_sharded_conf.label:
- """MongoDB (Sharded) Configuration"""
- mongodb_single_conf.desc:
- """MongoDB (Standalone) configuration"""
- mongodb_single_conf.label:
- """MongoDB (Standalone) Configuration"""
- payload_template.desc:
- """The template for formatting the outgoing messages. If undefined, rule engine will use JSON format to serialize all visible inputs, such as clientid, topic, payload etc."""
- payload_template.label:
- """Payload template"""
- batch_size.desc:
- """There is no batching support for MongoDB at the moment, so this config field has no effect. Internally the value is overridden to 1."""
- batch_size.label:
- """Batch Size"""
- }
|