Explorar o código

Update influx.md

tmactao %!s(int64=3) %!d(string=hai) anos
pai
achega
4daef7a824
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs/en_US/plugins/sinks/influx.md

+ 2 - 2
docs/en_US/plugins/sinks/influx.md

@@ -40,7 +40,7 @@ Below is a sample for selecting temperature great than 50 degree, and some profi
 ```json
 {
   "id": "influx",
-  "sql": "SELECT * from  demo_stream where temperature < 50",
+  "sql": "SELECT * from  demo_stream where temperature > 50",
   "actions": [
     {
       "log": {},
@@ -78,4 +78,4 @@ require (
 
 replace github.com/emqx/kuiper => /root/goProject/kuiper
 
-```
+```