V4.2.9 - New Data Providers and Json tool
This release contains:
- New Data providers
- New Json Tool
- V2 of Serilog (refactor of V1) with auto detection of file formats and more formats.
New Data Providers:
- RabbitMq Parser. Thanks @danw25
- Affirmations Data provider.. Because why not :)
Bug fixes:
- [UI] Analogy Save message still says XML format while it has been deprecated and replaced by Json #514
Improvements/changes:
- [feature] Add View as json tree on right click on log message #504
- [Usability] Add global font size settings for high resolution monitors #501
- [Analogy Log Server]: Add ability to get old messages (before client connected). This is configurable in the appsettings_LogServer.json. later a Log Configurator UI will be created.
Analogy Log Server (Needs .Net Core 3.1 version to read messages)
To install the windows service use the following command:
sc create Analogy.LogServer binpath=full path to Analogy.LogServer.exe file
This release contains the following common log parsers:
- gRPC Data Provider and Log Server/Client
- Serilog parser
- Regular expression parser
- Window Event log parser
- NLog Parser
- Log4Net Parser
- IIS logs Parser
- Plain Text Parser
- Json parser Data Provider
- XML parser Data Provider
- Analogy Examples: Example for real time Data provider
For additional parsers check the overview repository with many more parsers.
3 versions exists:
- .net core 3.1
- .net framework 4.7.2.
- .net framework 4.7.1.
Issues
- Windows 10 blocks Zip files by default. Make sure to unblock them before unzipping. How to unblocked.