Parsing Spring Boot Log Files (Request Body)

Hi,
I'm using fluentd to ship the spring boot application logs(using logback) to elastic search. Its a comma separated(; as delimiter) and key value data...
I need this to be able to query by the various keys of the data. How do i parse the delimited key-value pair and analyse this data in kibana

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.