salspaugh / splparser

Simple parser for Splunk Processing Language (SPL) written in Python.
Other
35 stars 14 forks source link

fix bug: when search is the parameter of other commands #118

Open keroro824 opened 10 years ago

keroro824 commented 10 years ago

eg: |history | head 2000 | search event_count>0 OR result_count>0 | dedup search | table search

keroro824 commented 10 years ago

@salspaugh is this one worth fixing?

salspaugh commented 10 years ago

Hm, well I think it wouldn't be hard to fix. But let's prioritize based on how many errors a given bug causes.