I am attempting to get this TA working but am encountering errors when trying to update the cache via the update_cache.py script. My Splunk servers do not have internet access so I installed this TA locally on my windows 7 machine where I have splunk installed as well to test with. I am encountering errors any way I try this. Any help would be greatly appreciated here this is just what I have needed for a project I am working on.
Errors I am getting:
running the following command from the command prompt in windows: c:$Splunk_homeetcappsTA-uas_parserbin $Splunk_homebinpython.exe update_cache.py
Error: ImportError: No module named site
When installing python and running the command I get this:
c:python.exe update_cache.py
File "update_cache.py", line 6 print "Cache data updated." SyntaxError: invalid syntax
I really need to get this addon working it would help us out a ton! Thanks in advance!