浏览代码

Update influx.md

Update the SQL statement in the rule configuration file influxRule.txt
tmactao 3 年之前
父节点
当前提交
e7c0ac4c40
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/zh_CN/plugins/sinks/influx.md

+ 1 - 1
docs/zh_CN/plugins/sinks/influx.md

@@ -39,7 +39,7 @@
 ```json
 {
   "id": "influx",
-  "sql": "SELECT * from  demo_stream where temperature < 50",
+  "sql": "SELECT * from  demo_stream where temperature > 50",
   "actions": [
     {
       "log": {},