Hey mporath, thanks for the reply.
I went an checked the python log and I got this message:
-bash-4.3$ tail python.log
OSError: [Errno 2] No such file or directory: '/opt/splunk/etc/apps/geoshapester/lookups'
2015-09-28 15:00:05,484 ERROR [Errno 2] No such file or directory: '/opt/splunk/etc/apps/geoshapester/lookups'
Traceback (most recent call last):
File "/opt/splunk/lib/python2.7/site-packages/splunk/rest/__init__.py", line 185, in dispatch
methodOutput = method()
File "/opt/splunk/etc/apps/geoshapester/bin/geoshapester_endpoint.py", line 146, in handle_GET
self.response.write(json.dumps(lookup_files_to_geo_json(lookup_folder())))
File "/opt/splunk/etc/apps/geoshapester/bin/geoshapester_endpoint.py", line 105, in lookup_files_to_geo_json
for f in os.listdir(folder):
OSError: [Errno 2] No such file or directory: '/opt/splunk/etc/apps/geoshapester/lookups'
So apparently it is not reading there is a directory when there actually is since I go in and get this:
-bash-4.3$ cd /opt/splunk/etc/apps/geoshapester/lookups
-bash-4.3$ ls
ASU_TEST_POLYGONS.csv geo_asu_campus_buildings.kmz
geo_asu_buildings.kmz geo_test.kmz
As for my feature ID names, I am positive I have not used any characters besides letters for them. Hopefully this is helpful information to solve my issue.
Thanks for your time, really appreciate it.
... View more