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
This query fails: index=index_A | iplocation otherIP allfields=false
The allfields parameter is not parsed at all. The exception thrown:
line 1:23 mismatched input 'allfields=' expecting {PIPE}
Expected behavior
Should not matter on which side of the IP the parameters are given.
How to reproduce
Run the query above. If it goes through PTH-10, it will currently silently fail the parse and execute commands before the allfields parameter and ignore anything after it. Print the parse tree to see that the allfields parameter is not included in the tree.
Screenshots
Software version
6.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
This query fails:
index=index_A | iplocation otherIP allfields=false
The allfields parameter is not parsed at all. The exception thrown:
Expected behavior
Should not matter on which side of the IP the parameters are given.
How to reproduce
Run the query above. If it goes through PTH-10, it will currently silently fail the parse and execute commands before the allfields parameter and ignore anything after it. Print the parse tree to see that the allfields parameter is not included in the tree.
Screenshots
Software version
6.1.0
Desktop (please complete the following information if relevant):
Additional context
The text was updated successfully, but these errors were encountered: