salspaugh / splparser

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

cannot parse " ` ` " #120

Open keroro824 opened 10 years ago

keroro824 commented 10 years ago

eg. | stats count\n | eval splitby = "none"\n | usage_panel-generate_search_string(splitby,*)\n | fields search_string

keroro824 commented 10 years ago

I used command + f on " ` " and found there are a lot of queries using this.

salspaugh commented 10 years ago

These are macros. They should work mostly. Let me look into this.