Update query-influxdb.md (#4884)
Added opening parenthesis to the example with multiple filters.pull/4927/head
parent
b87636b978
commit
f32ac159c1
|
|
@ -95,7 +95,7 @@ Rows that evaluate to `true` persist in the output data.
|
|||
(r) => (r._measurement == "cpu")
|
||||
|
||||
// Example with multiple filters
|
||||
(r) => r._measurement == "cpu" and r._field != "usage_system")
|
||||
(r) => (r._measurement == "cpu" and r._field != "usage_system")
|
||||
```
|
||||
|
||||
#### Use the following:
|
||||
|
|
|
|||
Loading…
Reference in New Issue