salspaugh / splparser

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

fillnull should work when there's only value field #126

Closed keroro824 closed 10 years ago

keroro824 commented 10 years ago

eg. fillnull value="0" freeSpace, capacity, maxFileSize | fillnull value="N/A"

salspaugh commented 10 years ago

Ok, you're right. You can fix this one.