You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below query returns all the evens without applying the specified filter
%dpl
index=abc
| spath
| where user != "Alice" AND user != "Bob" AND user != "Daniel"
Expected behavior
The query should filter out the users specified in where command from the results
How to reproduce
Run a query with where command used as in the above query
Screenshots
Software version
pth_10 version: 7.2.5
pth_03 version: 8.1.0
Desktop (please complete the following information if relevant):
OS:
Browser:
Version:
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Below query returns all the evens without applying the specified filter
%dpl
index=abc
| spath
| where user != "Alice" AND user != "Bob" AND user != "Daniel"
Expected behavior
The query should filter out the users specified in where command from the results
How to reproduce
Run a query with where command used as in the above query
Screenshots
Software version
pth_10 version: 7.2.5
pth_03 version: 8.1.0
Desktop (please complete the following information if relevant):
Additional context
The text was updated successfully, but these errors were encountered: