Hi there,
I tried the command below as suggested from the documentation page, however, an error was prompted. Any ideas?
Thank you!
D:\Program Files\Splunk\etc\apps\TA-uas_parser\bin>"D:\Program Files\Splunk\"bin
\splunk cmd python update_cache.py
Traceback (most recent call last):
File "update_cache.py", line 4, in
results = uas_parser.updateData()
File "D:\Program Files\Splunk\etc\apps\TA-uas_parser\bin\uasparser.py", line 2
65, in updateData
raise UASException("Failed to get version of lastest data")
uasparser.UASException: Failed to get version of lastest data
... View more