Skip to content

Commit 71268b6

Browse files
committed
changes
1 parent 872b8d1 commit 71268b6

File tree

1 file changed

+4
-0
lines changed
  • docs/search/search-query-language/search-operators

1 file changed

+4
-0
lines changed

docs/search/search-query-language/search-operators/where.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ For example, using `where` with the boolean operator [`isValidIP`](/docs/searc
1212
```sql
1313
| where isValidIP("192.168.0.10")
1414
```
15+
* Checking my PR:
16+
```sql
17+
_collector="CustomLogLinesCollector" | where type="web"
18+
```
1519
* Filters as false and will not return results:
1620
```sql
1721
| where !isValidIP("192.168.0.10")

0 commit comments

Comments
 (0)