my syntax seems to work as planned however fails to push to the PANs due to the devicegroup= requirement. I don't have Panaroma but trying to push directly to the PANs itself.
2014-05-01 11:21:09,025 -0600 WARNING panoramaUserUpdate:134 - Traceback (most recent call last):
File "/opt/splunk/etc/apps/SplunkforPaloAltoNetworks/bin/panoramaUserUpdate.py", line 129, in getKey
sm = re.search(r"success",result).group(0)
AttributeError: 'NoneType' object has no attribute 'group'
Without the devicegroup, the logs state that I haven't specified the IP address of the Panorama device.
... View more