Non standard log

2018-06-13 13:45:04 DEBUG JAXBGenericUtils:33 - JAXBContext.newInstance(au.bdau.fasci.generated)
2018-06-13 13:45:04 DEBUG JAXBGenericUtils:169 - *** getObjectXML(String sa, JAXBContext jcpaut) ***
2018-06-13 13:45:04 DEBUG JAXBGenericUtils:172 - Unmarshaller: 'au.bdau.fasci.generated.impl.runtime.UnmarshallerImpl'
2018-06-13 13:45:04 DEBUG JAXBGenericUtils:175 - To StringBuffer (len=248):
<fas:CuaaBdna xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:fas="http://pincops.sirt.au/schema/fasci">

     <fas:CuaaBdna >00260239</fas:CuaaBdna >

</fas:CuaaBdna>
2018-06-13 13:45:04 DEBUG JAXBGenericUtils:178 - OK: 'au.bdna.fasci.generated.impl.CuaaBdnaImpl'
2018-06-13 13:45:04 DEBUG JAXBGenericUtils:68 - *** validate ***

is the kind of log i should insert into elasticsearch using logstash.
What I need is to send from filebeat to a single message logstash the non standard message ( the one xml type ) . I tried using "multiline.pattern: ^< " from filebeat.yml with no success ... Who has an idea about what to do ? Thanks

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