File Forwarder 複数行のデバッグ情報

File Forwarder 複数行プラグインには、ファイル・フォワーダーの動作に関する詳細情報を提供する新しいデバッグ行が含まれています。

これらの行を使用可能にするには、TRACE または DEBUG レベルを許可するようにログ構成設定を変更します。 ログ構成について詳しくは、 ログの構成を参照してください。

ソースのセットアップ中に、設定されているフィルターを表示するデバッグ・ステートメントがあります。
02-15 11:50:12.731 DEBUG Device.Source.Local.TestFF : Start filter: ^(\d\d\d\d[-]\d\d[-]\d\d\s\d\d[:]\d\d[:]\d\d[.]\d\d\d\d).*
02-15 11:50:12.732 DEBUG Device.Source.Local.TestFF : End filter: .*(TheSessionID\s=\s([\d-\w]+))
イベント処理中に、一致が行われたことを示すトレース・ステートメントがあります。
02-15 11:50:24.091 TRACE Device.FileReader.test.log : NextLine: 2021-11-17 09:36:09.5092|INFO|99|This is a test for multiline events
02-15 11:50:24.091 TRACE Device.Source.Local.TestFF : Match found for starting filter/regex line: 2021-11-17 09:36:09.5092|INFO|99|This is a test for multiline events
02-15 11:50:24.091 TRACE Device.FileReader.test.log : NextLine: this is the second line of a multiline event
02-15 11:50:24.092 TRACE Device.FileReader.test.log : NextLine: this is the third and last line of the multiline event. TheSessionID = 111111-ab12-c345-6d78-90e12345fghi7
02-15 11:50:24.094 TRACE Device.Source.Local.TestFF : Match found for ending filter/regex line: this is the third and last line of the multiline event. TheSessionID = 111111-ab12-c345-6d78-90e12345fghi7