I have worked on Google Dapper (http://research.google.com/pubs/pub36356.html) and eBay CAL transaction log framework (http://devopsdotcom.files.wordpress. com/2012/11/screen-shot-2012-11-11-at-10-
Tag: logstash
Logstash converts the @timestamp time to the local time.
Logstash converts the @timestamp time to the local time. If the local time zone is the Beijing time zone, add the following filter to solve the problem. Remember, date { match => [ “mytime”,”yyyy-MM-dd HH:mm:ss” ] } can’t be less