Browse Source

Update influx.md

tmactao 3 năm trước cách đây
mục cha
commit
4daef7a824

+ 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
 ```json
 {
 {
   "id": "influx",
   "id": "influx",
-  "sql": "SELECT * from  demo_stream where temperature < 50",
+  "sql": "SELECT * from  demo_stream where temperature > 50",
   "actions": [
   "actions": [
     {
     {
       "log": {},
       "log": {},
@@ -78,4 +78,4 @@ require (
 
 
 replace github.com/emqx/kuiper => /root/goProject/kuiper
 replace github.com/emqx/kuiper => /root/goProject/kuiper
 
 
-```
+```