emqx_bridge_cassandra.hocon 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. emqx_bridge_cassandra {
  2. action_parameters.desc:
  3. """Action specific configs."""
  4. action_parameters.label:
  5. """Action"""
  6. cassandra_action.desc:
  7. """Action configs."""
  8. cassandra_action.label:
  9. """Action"""
  10. config_enable.desc:
  11. """Enable or disable this bridge"""
  12. config_enable.label:
  13. """Enable Or Disable Bridge"""
  14. cql_template.desc:
  15. """CQL Template"""
  16. cql_template.label:
  17. """CQL Template"""
  18. desc_config.desc:
  19. """Configuration for a Cassandra bridge."""
  20. desc_config.label:
  21. """Cassandra Bridge Configuration"""
  22. desc_name.desc:
  23. """Bridge name."""
  24. desc_name.label:
  25. """Bridge Name"""
  26. desc_type.desc:
  27. """The Bridge Type"""
  28. desc_type.label:
  29. """Bridge Type"""
  30. local_topic.desc:
  31. """The MQTT topic filter to be forwarded to Cassandra. All MQTT 'PUBLISH' messages with the topic
  32. matching the local_topic will be forwarded.<br/>
  33. NOTE: if this bridge is used as the action of a rule (EMQX rule engine), and also local_topic is
  34. configured, then both the data got from the rule and the MQTT messages that match local_topic
  35. will be forwarded."""
  36. local_topic.label:
  37. """Local Topic"""
  38. }