Package org.hawaiiframework.logging.web.filter
package org.hawaiiframework.logging.web.filter
-
ClassesClassDescriptionAdapter "interface" to be able to write FilterBeans that can be "once per request" or "for every dispatch in the request" without having to change code.A filter that assigns each request a unique transaction id and output the transaction id to the response header.A filter that sets some Kibana Log Fields.Filter class that will be added in the servlet filter chain to add a http response header to every response.A filter that starts content caching.A filter that cleans up the Kibana Log Fields.A filter that logs the duration of the request.A filter that assigns each request a unique request id and output the request id to the response header.Filter that logs the input and output of each HTTP request.Servlet filter that logs the software version of the application.A filter that assigns each request a unique transaction id and output the transaction id to the response header.A filter that assigns the transaction's name (class and method name) to the Kibana logger for each request.A filter that adds the logged in user (UserDetails) to the Kibana Log Fields.