@dshpritz When installing this add-on: https://splunkbase.splunk.com/app/1021 I am not able to access the URL: http://browsers.garykeith.com/stream.asp?BrowsCapCSV How can I report that to get it fixed?
Thanks,
This is my fault. When I updated the URL in the README, I didn't update it in the Splunkbase documentation. The correct URL should be:
http://browscap.org/stream?q=BrowsCapCSV
So the correct command is:
wget -O browscap.csv http://browscap.org/stream?q=BrowsCapCSV
This is my fault. When I updated the URL in the README, I didn't update it in the Splunkbase documentation. The correct URL should be:
http://browscap.org/stream?q=BrowsCapCSV
So the correct command is:
wget -O browscap.csv http://browscap.org/stream?q=BrowsCapCSV
Thank you very much for the quick response and update! Perfect!