emqx_bridge_iotdb.hocon 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. emqx_bridge_iotdb {
  2. config_enable.desc:
  3. """Enable or disable this bridge"""
  4. config_enable.label:
  5. """Enable Or Disable Bridge"""
  6. config_authentication.desc:
  7. """Authentication configuration"""
  8. config_authentication.label:
  9. """Authentication"""
  10. auth_basic.desc:
  11. """Parameters for basic authentication."""
  12. auth_basic.label:
  13. """Basic auth params"""
  14. config_auth_basic_username.desc:
  15. """The username as configured at the IoTDB REST interface"""
  16. config_auth_basic_username.label:
  17. """HTTP Basic Auth Username"""
  18. config_auth_basic_password.desc:
  19. """The password as configured at the IoTDB REST interface"""
  20. config_auth_basic_password.label:
  21. """HTTP Basic Auth Password"""
  22. config_base_url.desc:
  23. """The base URL of the external IoTDB service's REST interface."""
  24. config_base_url.label:
  25. """IoTDB REST Service Base URL"""
  26. config_is_aligned.desc:
  27. """Whether to align the timeseries"""
  28. config_is_aligned.label:
  29. """Align Timeseries"""
  30. config_device_id.desc:
  31. """The IoTDB device ID this data should be inserted for.
  32. If left empty, the MQTT message payload must contain a `device_id` field,
  33. or EMQX's rule-engine SQL must produce a `device_id` field."""
  34. config_device_id.label:
  35. """Device ID"""
  36. config_iotdb_version.desc:
  37. """The version of the IoTDB system to connect to."""
  38. config_iotdb_version.label:
  39. """IoTDB Version"""
  40. config_max_retries.desc:
  41. """HTTP request max retry times if failed."""
  42. config_max_retries.label:
  43. """HTTP Request Max Retries"""
  44. desc_config.desc:
  45. """Configuration for Apache IoTDB bridge."""
  46. desc_config.label:
  47. """IoTDB Bridge Configuration"""
  48. desc_name.desc:
  49. """Bridge name, used as a human-readable description of the bridge."""
  50. desc_name.label:
  51. """Bridge Name"""
  52. }