nop.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "about": {
  3. "trial": false,
  4. "author": {
  5. "name": "EMQ",
  6. "email": "contact@emqx.io",
  7. "company": "EMQ Technologies Co., Ltd",
  8. "website": "https://www.emqx.io"
  9. },
  10. "helpUrl": {
  11. "en_US": "https://github.com/lf-edge/ekuiper/blob/master/docs/en_US/rules/sinks/nop.md",
  12. "zh_CN": "https://github.com/lf-edge/ekuiper/blob/master/docs/zh_CN/rules/sinks/nop.md"
  13. },
  14. "description": {
  15. "en_US": "The action is an Nop sink, the result sent to this sink will be ignored. ",
  16. "zh_CN": "空操作目标,所有发送到此的结果将被忽略。"
  17. }
  18. },
  19. "properties": [
  20. {
  21. "name": "log",
  22. "default": false,
  23. "optional": true,
  24. "control": "radio",
  25. "type": "bool",
  26. "hint": {
  27. "en_US": "Print the sink result to log or not. By default is false, that will not print the result to log file.",
  28. "zh_CN": "是否将结果打印到日志。缺省为 false,这种情况下将不会打印到日志文件。"
  29. },
  30. "label": {
  31. "en_US": "Print log",
  32. "zh_CN": "打印日志"
  33. }
  34. }
  35. ]
  36. }