Re: JSON Logging of Tomcat Access Log.

2016-05-30 Thread Rainer Frey (Inxmail GmbH)
> On 27.05.2016, at 19:41, Christopher Schultz > wrote: > > AccessLogValve was written to conform to the age-old httpd log file > format, subject to whatever "pattern" you want to apply. > > You could sprinkle your pattern full of JSON stuff, but then >

Re: JSON Logging of Tomcat Access Log.

2016-05-29 Thread Rajesh Cherukuri
you can use grok to covert to JSON that is how i have done it On Wed, May 25, 2016 at 9:03 PM, Abhijit Das wrote: > I am wanting to change the access logging format to JSON (for easier > parsing with logstash) > > I currently have the following config in my server.xml …

Re: JSON Logging of Tomcat Access Log.

2016-05-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Abhijit, On 5/25/16 4:03 PM, Abhijit Das wrote: > I am wanting to change the access logging format to JSON (for > easier parsing with logstash) > > I currently have the following config in my server.xml … How would > i change this to JSON

JSON Logging of Tomcat Access Log.

2016-05-25 Thread Abhijit Das
I am wanting to change the access logging format to JSON (for easier parsing with logstash) I currently have the following config in my server.xml … How would i change this to JSON formatted?