=============================================
# Timestamp : 2019-11-11T09:02:08.1591376Z
# SourceId : 64f8a4d1-e1ec-5a27-52e2-5f6a013
# Level : Informational
# serverName : PEPWAP12241
# systemId : 5962
# processorName : NACanadaIRSS_CI
# methodName : ProcessFiles
# userGpid : NACANADAIRSSProcessor
# information : Document Type #3 was set to be processed.
# Message : Information [System# 5,962 Processor 'NACanadaIRSS_CI' Method 'ProcessFiles' ] :: UserGpid# NACANADAIRSSProcessor : Information - Document Type #3 was set to be processed.
# Payload : [serverName : PEPWAP12241][systemId : 5962][processorName : NACanadaIRSS_CI][methodName : ProcessFiles][userGpid : NACANADAIRSSProcessor][information : Document Type #3 was set to be processed.]
==============================================
And my filebeat config looks in this way and it worked for me.
#=========================== Filebeat inputs =============================
# Each - is an input. Most options can be set at the input level, so
# you can use different inputs for various configurations.
# Below are the input specific configurations.
- type: log
enabled: true
exclude_lines: ['^==============================================']
fields:
log_topics: nextgen-canada
multiline.match: after
multiline.negate: true
multiline.pattern: "^#\\sTimestamp"
paths:
- "D:\\Logging Service\\IRSSNextGen-NA\\*.log"
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.