Hi Team, Could someone help me as mentioned below, I'm unable to parse below mentioned logs. Thanks

<l:event dateTime="2018-02-06 05:29:45.997" layerName="OSB" processName="ManageTopUp_1_0.getTopUpHistory_1" eventType="BEGIN" eventStatus="" eventCode="" outboundServiceName="" serverHostIP="ieo2blzsoasp01/10.142.3.2/soa_server1" applicationID="sungard_infra" providerID="threeie" originatorIP="10.137.193.12" SOAConsumerTransactionID="" SOATransactionID="0a03f042-51d4-4494-a9b5-5c290549b8cd"><man:getTopUpHistory_1 xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soa.o2.ie/managetopupdata_1_0">man:msisdn353864547307</man:msisdn>man:subscriberTypePREPAY</man:subscriberType></man:getTopUpHistory_1></l:event>
<l:event dateTime="2018-02-06 05:29:46.36" layerName="OSB" processName="ManageTopUp_1_0.getTopUpHistory_1" eventType="OUTBOUND" eventStatus="" eventCode="" outboundServiceName="ManageTopUp_IntermediateProxy.null" serverHostIP="ieo2blzsoasp01/10.142.3.2/soa_server1" applicationID="sungard_infra" providerID="threeie" originatorIP="10.137.193.12" SOAConsumerTransactionID="" SOATransactionID="0a03f042-51d4-4494-a9b5-5c290549b8cd"></l:event>
<l:event dateTime="2018-02-06 05:29:46.119" layerName="OSB" processName="ManageTopUp_1_0.getTopUpHistory_1" eventType="INBOUND" eventStatus="SUCCESS" eventCode="" outboundServiceName="ManageTopUp_IntermediateProxy.null" serverHostIP="ieo2blzsoasp01/10.142.3.2/soa_server1" applicationID="sungard_infra" providerID="threeie" originatorIP="10.137.193.12" SOAConsumerTransactionID="" SOATransactionID="0a03f042-51d4-4494-a9b5-5c290549b8cd"></l:event>
<l:event dateTime="2018-02-06 05:29:46.131" layerName="OSB" processName="ManageTopUp_1_0.getTopUpHistory_1" eventType="END" eventStatus="FAULT" eventCode="managetopup-2-3016-E" outboundServiceName="" serverHostIP="ieo2blzsoasp01/10.142.3.2/soa_server1" applicationID="sungard_infra" providerID="threeie" originatorIP="10.137.193.12" SOAConsumerTransactionID="" SOATransactionID="0a03f042-51d4-4494-a9b5-5c290549b8cd"><soapenv:Fault xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:man="http://soa.o2.ie/managetopupdata_1_0">env:ServerNo topup history found for the requested MSISDN.<ns1:getTopUpHistory_1Fault xmlns:ns1="http://soa.o2.ie/managetopupdata_1_0" xmlns:xcore="http://soa.o2.ie/coredata_1_0">xcore:SOAFaultOriginatorConstruct_ManageTopup_getTopUpHistoryRequest_Response</xcore:SOAFaultOriginator>xcore:SOAFaultCodemanagetopup-2-3016-E</xcore:SOAFaultCode>xcore:faultDescriptionNo topup history found for the requested MSISDN.</xcore:faultDescription>xcore:SOATransactionID0a03f042-51d4-4494-a9b5-5c290549b8cd</xcore:SOATransactionID></ns1:getTopUpHistory_1Fault></soapenv:Fault></l:event>

Please don't just create a topic with no body. A blob of XML doesn't count.

use the XML parser in filter section it will be helpful https://www.elastic.co/guide/en/logstash/current/plugins-filters-xml.html

Thanks for your help anil.

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