Web Applications
Not a Splunk user? Download Splunk, set up your Splunk server, and then install your Applications(s) to extend your server.
- Recent
- |
- Highly Rated
- |
- Most Downloaded
Web access reports
Provides saved web access reports that you can access when needed.
feorlen_twitter_alert
Example of using a 3rd party REST endpoint with a Splunk custom processor. Post a message to Twitter for sourcetype::access_common events containing the string "wikipedia" and add status info to the event so it gets indexed. Includes C++ source and osx-i386 binary.
Web Page Monitor
This bundle will check a set of webpages every interval and index the result, time, size and optionally content and or crc of page(s). Its cool to do searches to see when your pages change, take long to load, or many other cool things.
WebLogic Event Types
Field Extractions and Event Types that match events coming from WebLogic 9.2 and WebLogic 10.0.
WebLogic Access
Field Extractions for WebLogic HTTP Access Logs
twiki logs
Contains the basic extractions as well as some saved searches, reports, event types, and custom dashboard modules.
WordPress Splunk Demo Widget
A sample WordPress widget to do a search via the REST API and display the results in a Widget
Splunk for Zope
Identify and analyze log files from the Zope web application server
Web Services Weather as Scripted Input
[NOTE to Splunk: This is a resubmission as the application is now in .spl format and has been tested on MAC OS and Windows XP] This distribution calls a weather web service periodically with a list of cities as input which is output to Splunk's indexer. The code makes use of the Apache Axis client library to call a web service as a scripted input to retrieve Weather reports for major cities and use each response as an Event stored in XML format. It is used as a demonstration for using web services as a scripted input. You can choose your own cities to build your time series weather data store. The work to call the web service for each city country pair is done in the GatherWeather.java program. To install, unzip and un tar the distribution in SPLUNK_HOME/etc/apps and read the README_WS.txt file for further configuration.