Project

splunky

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Generates log lines with request_id=xxx for easy splunking!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 2.0
~> 3.0

Runtime

 Project Readme

#Splunky Build Status

Splunky defines and changes the standard log formatter to produce output that is splunkable. The log line includes Rails' request id in a key=value format. This allows for easy splunking as you can simply do a transaction request_id to corelate all log lines associated with a single user request.

2014-06-22 08:56:46.297 +1000 request_id=4a160cbb-9ddc-45d2-8c16-0c4a2c3f183a the log message

Installation

Add this to your Gemfile

gem 'splunky'

Get in touch!

If you're using splunky, I'd love to hear from you. Drop me a line and tell me what you think at: kunal+splunky@techthumb.in

Contributing

It's on GitHub, you know what to do!