splparser icon indicating copy to clipboard operation
splparser copied to clipboard

Simple parser for Splunk Processing Language (SPL) written in Python.

Results 17 splparser issues
Sort by recently updated
recently updated
newest added

Also add an option to run_tests.py to exclude unimplemented commands.

enhancement

The output of the search command when there is an argument like key=value is sometimes: ('EQ')     ('KEY')     ('VALUE') and other times: ('KEY')     ('VALUE') This should be consistent across commands.

bug

A recent policy is that when parsing queries that do not match the documentation, we still continue to "accept" them by having a valid parser rule for them (within reason...

enhancement