emqx_bridge_pgsql.hocon 1.1 KB

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