enable: true inputs: - Type: file_log LogPath: /mnt/logs/*/ FilePattern: "*info*log" processors: - Type: processor_split_log_regex SplitRegex: \d+-\d+-\d+.* SplitKey: content PreserveOthers: true - Type: processor_regex SourceKey: content KeepSource: true Regex: (\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2}\.\d+)\s\[TID:(.*)]\s(\w+)\s+\[(.*)]\s+(\S+)\s+Line:(.*)\s+-.* Keys: - time - tid - level - threadName - loggerName - Type: processor_add_fields Fields: env: prod-pt channel: default flushers: - Type: flusher_kafka_v2 Brokers: - 10.1.4.141:9092 - 10.1.3.59:9092 Convert: TagFieldsRename: host.name: host log.file.path: path host.ip: ip Topic: ilogtail-inclution-log