Hi: I was trying to get the app Garmin Add-On for Splunk (https://splunkbase.splunk.com/app/5035/) working on my dockerized instance. I followed the entire setup procedure without issue, but when the cron tried to run, it doesn't appear to post any data into the index. I upped the run interval, for one of the inputs to run at 1-59/5 * * * * and the other at */5 * * * * When I check the _internal index to see what it is doing, the only events I can see are: 06-04-2021 17:20:00.000 -0400 INFO ExecProcessor [ 895 ExecProcessor ] - setting reschedule_ms=300000 , for command=/opt/splunk/bin/python3.7 /opt/splunk/etc/apps/TA_ garmin /bin/activities.py 2021-06-04 17:20:00 , 262 INFO Authenticating to Garmin Connect... 06-04-2021 17:20:27.939 -0400 INFO Metrics - group=per_source_thruput , series= " /opt/splunk/var/log/splunk/ta_ garmin _activities.log ", kbps=0.005 , eps=0.097 , kb=0.146 , ev=3 , avg_age=0.000 , max_age=0 06-04-2021 17:21:00.008 -0400 INFO ExecProcessor [ 895 ExecProcessor ] - setting reschedule_ms=299992 , for command=/opt/splunk/bin/python3.7 /opt/splunk/etc/apps/TA_ garmin /bin/daily_summary.py 2021-06-04 17:21:00 , 247 INFO Authenticating to Garmin Connect ... 06-04-2021 17:21:29 . 939 -0400 INFO Metrics - group=per_source_thruput , series= " /opt/splunk/var/log/splunk/ta_ garmin _dailysummary.log ", kbps=0.005 , eps=0.097 , kb=0.146 , ev=3 , avg_age=0.000 , max_age=0 06-04-2021 17:21:29.940 -0400 INFO Metrics - group=per_sourcetype_thruput , series= " ta_ garmin : log ", kbps=0.005 , eps=0.097 , kb=0.146 , ev=3 , avg_age=0.000 , max_age=0 I tried running it manually within the container with: sh-4.4$ export LD_LIBRARY_PATH=/opt/splunk/lib/:$LD_LIBRARY_PATH sh-4.4$ /opt/splunk/bin/python3.7 /opt/splunk/etc/apps/TA_garmin/bin/activities.py but, that just hangs waiting forever, doing something. Please let me know if I opened this in the wrong area. Any thoughts on things I could try? Thanks -Jeff
... View more