This is a "fork" of the Ruby on Rails splunk app on SplunkBase.
(There appears to be no repo on Github for this project, so we're adding it for sharing)
It has all the same features as the above link, supporting Rails 3.x better by:
- Concatenates multi-line logging at Splunk (no need to play with Rails' logger)
- Breaks log entries on "Started" (introduced in Rails 3)
- Supports small RegExp changes for extracting Controller and Action from a log entry
It's also recommended that you configure your Rails logs to not use ANSI coloring like this:
# e.g., in config/environments/staging.rb
config.colorize_logging = false
You may need to make a .tar.gz
of this directory in order to install it properly for your Splunk server.