Is there a known working solution for sending Spring boot 2.x embedded tomcat access logs to Graylog without parsing logs on the filesystem?
We use GelfLogbackAppender for application logs but apparently there is some sort of issue getting that to work with access logs. I do not know what that problem is. I am a graylog server administrator and not really familiar with the particulars of the plumbing at the tomcat level. I am just reaching out to list in an effort to help our devs get this going.
An example known to work would be appreciated.