ソースを参照

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": {},