Hey all, I came across Website Monitor splunk app and its exactly what we need to monitor all of our tools. Problem is, we cant install apps! Especially ones that aren't legit splunk made. Can anyone walk me through implementing the xml so I can get the dashboard built?
https://splunkbase.splunk.com/app/1493/
Or let me know if its even possible. Thanks, much appreciated!
That app is open-source so you can view the source-code and pull out the portions that you want: https://github.com/LukeMurphey/splunk-website-monitoring
That said, this isn't trivial unless you intimately know how to make Splunk apps. The app includes Python code to run the modular input which gets the data. You would need to implement that in addition to the dashboards. The dashboards are pretty easy to copy over, the Python code is much more difficult.
I'm not sure of the reasons why your company won't allow the installation of apps but let me offer some thoughts:
Luke,
Thanks so much for your reply! I see that you are very active in this community and I appreciate it greatly. Being very new to this splunk game, I am very behind but very interested and eager to learn. I have sent your reply up to see how they want to proceed. The parts that I would need from your gihub link would be the xml files, correct?
The XML files would only get you the views but wouldn't get the data. For the data your would a lot more files.
Ok sounds good. Hopefully they sign off on us getting the whole app! Super slick and exactly what we need.