I'm working on defining a new lookup table. I found the tutorial and example files. http://docs.splunk.com/Documentation/Splunk/5.0/Knowledge/Usefieldlookupstoaddinformationtoyourevents When using the web interface to upload the file I always get the following error: "Encountered the following error while trying to save: In handler 'lookup-table-files': File is binary and not gzipped"
Things I have tried so far: - Checking the line endings. I tried CR, LF, and CRLF - Looking for special characters. There are no accents or odd characters. Also no odd end of file stuff. - The file type is UTF-8
Searching the spunk answers I see others asking the question but no clear fix.