We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
isnotnull()
ISNOTNULL()
What is the bug? isnotnull() works but ISNOTNULL() doesn't work
How can one reproduce the bug? Steps to reproduce the behavior:
POST _plugins/_ppl { "query": "source=.kibana | where ISNOTNULL(type)" }
"{\n \"error\": {\n \"reason\": \"Invalid Query\",\n \"details\": \"unsupported function name: isnotnull\",\n \"type\": \"ExpressionEvaluationException\"\n },\n \"status\": 400\n}"
ISNOTNULL
What is the expected behavior? A clear and concise description of what you expected to happen.
What is your host/environment?
Do you have any screenshots? If applicable, add screenshots to help explain your problem.
Do you have any additional context? Add any other context about the problem.
The text was updated successfully, but these errors were encountered:
Thanks for this issue, I am going to fix this.
Sorry, something went wrong.
LantaoJin
Successfully merging a pull request may close this issue.
What is the bug?
isnotnull()
works butISNOTNULL()
doesn't workHow can one reproduce the bug?
Steps to reproduce the behavior:
"{\n \"error\": {\n \"reason\": \"Invalid Query\",\n \"details\": \"unsupported function name: isnotnull\",\n \"type\": \"ExpressionEvaluationException\"\n },\n \"status\": 400\n}"
ISNOTNULL
to lower case, query runsWhat is the expected behavior?
A clear and concise description of what you expected to happen.
What is your host/environment?
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: