Explorar el Código

Update influx.md

Update the SQL statement in the rule configuration file influxRule.txt
tmactao hace 3 años
padre
commit
e7c0ac4c40
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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": {},