Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect results when using where command in combination with field != with AND expression #405

Open
Abigael-JT opened this issue Nov 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Abigael-JT
Copy link
Contributor

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):

  • OS:
  • Browser:
  • Version:

Additional context

@Abigael-JT Abigael-JT added the bug Something isn't working label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants