Skip to content

Commit 3b44020

Browse files
committed
changes
1 parent b9c4d0e commit 3b44020

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For example, using `where` with the boolean operator [`isValidIP`](/docs/searc
1717
_collector="ABC1" | where type="web"
1818
```
1919
```sql
20-
_collector="ABC3" | where type="web"
20+
_collector="ABC4" | where type="web"
2121
```
2222
* Filters as false and will not return results:
2323
```sql

scripts/validate_queries.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
# import os
55
# import json
66
# from pathlib import Path
7-
# from sumologic_client import SumoLogicClient
7+
8+
9+
810
#
911
# def debug_environment():
1012
# """Print critical debugging info"""
@@ -123,7 +125,7 @@
123125
import sys
124126
import os
125127
from pathlib import Path
126-
from sumologic import SumoLogicClient
128+
from sumologic_client import SumoLogicClient
127129

128130
def find_changed_markdown_files():
129131
"""Find all changed Markdown files in PR"""

0 commit comments

Comments
 (0)