-
Notifications
You must be signed in to change notification settings - Fork 112
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
Error when using NOT in query field. #18
Comments
Hey there! ESQuery doesn't support In the case of your particular query, I think you can do |
Thanks for the tip. The search now tests fine with your query, but I'm still getting an angry red error [edit] this seems to have cleared up once I enabled the search. I do wonder if you're going to support Lucene queries whether we can't have full support for basic query structure (including NOT). As we're collecting and indexing all the logs, there's a lot of junk in the ES indexes that I'd like to exclude. Using the same syntax as we have in Kibana makes it easy for users to create alerts based on the dashboards they're used to using. Loving 411 so far though. Cheers. |
Ah, that error message shows the status of the last execution of that Search (which was a syntax error). Wrt. to |
Awesome - thanks! |
Fixed in aeb144b. |
Hi again,
Never mind. I did a bad thing. ;) |
Hi,
I'm trying to use the following query:
type:authlog AND failure:* NOT ssh_interface:public
Results in the error
Error: Catch all: Expected ":" or [a-zA-Z0-9._] but " " found.
Is this supposed to work with plain Lucene query syntax, or am I making horrible assumptions about ESquery?
Thanks :)
The text was updated successfully, but these errors were encountered: