0

etl 形式で記述されたサービス ファブリックのログを調査およびクエリ/検索できるツールを探しています。MessageAnalyzer を使用しようとしましたが、読み込みに時間がかかってハングしました。2 つ目のツールの Windows ログ エクスプローラーですが、evtx ログに変換すると以下のようになり、役に立ちません。

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="Microsoft-ServiceFabric" Guid="{cbd93bc2-71e5-4566-b3a7-595d8eeca6e8}" /> 
  <EventID>65534</EventID> 
  <Version>1</Version> 
  <Level>0</Level> 
  <Task>65534</Task> 
  <Opcode>254</Opcode> 
  <Keywords>0xffffffffffffff</Keywords> 
  <TimeCreated SystemTime="2018-08-17T14:11:30.484723000Z" /> 
  <EventRecordID>11534</EventRecordID> 
  <Correlation /> 
  <Execution ProcessID="14332" ThreadID="5124" ProcessorID="3" KernelTime="9" UserTime="63" /> 
  <Channel /> 
  <Computer>Machine Name</Computer> 
  <Security /> 
  </System>
- <ProcessingErrorData>
  <ErrorCode>15003</ErrorCode> 
  <DataItemName /> 
  <EventPayload>0101005B69002C006F6E3D223022206C657..74656D706C6174653D22537461727441735072696D61727941726773222F3E0D0A20203C6576656E742076</EventPayload> 
  </ProcessingErrorData>
  </Event>

Azure ( https://channel9.msdn.com/Events/dotnetConf/2018/S208 0 on 35 min) では、Application Insights を使用して結果を照会するオプションがあることがわかりました。これをローカルで実行できるツールはありますか?

4

1 に答える 1