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

Strange results from elsa queries #41

Open
jimmony opened this issue Aug 2, 2016 · 1 comment
Open

Strange results from elsa queries #41

jimmony opened this issue Aug 2, 2016 · 1 comment

Comments

@jimmony
Copy link

jimmony commented Aug 2, 2016

Not sure if this is a bug or misuse but with the following queries for a time period i get strange results.

class=bro_conn 74691 records
(0 or 1 or "-") class=bro_conn 82754 records
(0 or 1 or "-" or "dns") class=bro_conn 147472 records

I thought that class=bro_conn would yield the higher result count. if I groupby class then the record count matches the above result.

@mcholste
Copy link
Owner

mcholste commented Aug 3, 2016

Looks like the parenthesis are making two "or" clauses, which isn't
intuitive. I'll take a look at that when I am doing some query work later
this month.

Thanks for pointing it out.

--Martin

On Tuesday, August 2, 2016, james r notifications@github.com wrote:

Not sure if this is a bug or misuse but with the following queries for a
time period i get strange results.

class=bro_conn 74691 records
(0 or 1 or "-") class=bro_conn 82754 records
(0 or 1 or "-" or "dns") class=bro_conn 147472 records

I thought that class=bro_conn would yield the higher result count. if I
groupby class then the record count matches the above result.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#41, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAKlIIfadeLgeaQBbmevW5P_-ArDoUi2ks5qbxgcgaJpZM4JacxS
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants