Fastvue Syslog Release Notes
Fastvue Syslog 2.0.0.9 (2019-03-08)
  • FIXED: Fixed issue where the UI does not display when connected to from another machine.
Download Update
Fastvue Syslog 2.0.0.8 (2019-02-25)

This is the first public release of Fastvue Syslog v2.0! New features include:

TCP Support
Fastvue Syslog can now receive syslog messages sent over TCP and forward syslog messages via TCP.

IPv6 Support
Fastvue Syslog can now receive syslog messages from IPv6 hosts.

Display Names
You can now name each syslog source using its Display Name property. You can also use this in log paths and filenames using the {displayname} parameter.

Updated User Interface
Visually, the web user interface is largely unchanged, but it has been completely re-written in the React JavaScript framework. This rework has fixed a range of UI issues, including glitches in Internet Explorer where certain settings would not be committed.

Open Source User Interface
Rather than keep it to ourselves, we've gone one step further and made the code for the User Interface open source. View and clone the Fastvue-Syslog-UI GitHub Repo

API Documentation
You can now programmatically retrieve statistics, logs, and make settings changes using the Fastvue Syslog API. Read the Fastvue Syslog API documentation.

To update, download the latest version of Fastvue Syslog, and follow 'Upgrading' instructions on our Getting Started page.


Fastvue Syslog 2.0.0.7 (2019-02-15)
Fastvue Syslog 2.0.0.6 (2018-12-05)
  • ADDED: API call responses now set the Cache-Control header to "no-cache, no-store, must-revalidate".

Fastvue Syslog 2.0.0.5 (2018-11-23)
  • ADDED: Added more CORS options to the Settings.json file:
     "CorsAllowMethods":"GET POST", ​"CorsAllowCredentials":"true"
  • ADDED: Added GetInitConfigured to the API 

Fastvue Syslog 2.0.0.4 (2018-11-15)
  • ADDED: Added the ability for other origins to access the Fastvue Syslog API by adding these values to the Settins.json file:
     "CorsAllowOrigin":"http://localhost:3000", "CorsAllowHeaders":"*", 

Fastvue Syslog 2.0.0.3 (2018-09-11)
  • ADDED: TCP support.
  • ADDED: Support for IPV6. 
  • ADDED: Display Name option per source. Also added {displayname} as a parameter to use in log paths and filenames.
  • ADDED: Syslog messages received by the server with no active Source in Fastvue Syslog will no longer increase the memory usage of Fastvue Syslog.
  • IMPROVED: Uses .Net framework 4.6.
  • IMPROVED: Timestamps are shown in UTC.
  • IMPROVED: The version number is now displayed in the web UI's header.
  • IMPROVED: Removed unimportant options from the installer.
  • IMPROVED: Minor UI updates such as new logo, copyright year, and logout/Configuration button alignments in mobile phone layout.
  • FIXED: Specified data location in the installer may be ignored.
  • FIXED: Removal of blank lines being logged.
  • FIXED: No sources listed can cause a slow response in the UI.
  • FIXED: If page loads on a source with no stats; no source information is displayed.
  • FIXED: Source details continue to be displayed when the source has been deleted.
  • FIXED: Forwarding to an IPv6 address when an IPv4 address is specified.
  • FIXED: Forward IP and Forward Host can become different IPs.
  • FIXED: Zip as the default archive compression.
  • FIXED: Archiving errors preventing logging.
  • FIXED: Only removes logs once archiving has been confirmed.
  • FIXED: Global Statistics page now uses a size calculation instead of just showing sizes in MB.
  • FIXED: Cancelling a log download in the web UI causes a service crash.

Fastvue Syslog 1.0.0.12 (2016-10-31)
  • Fixed issue with paging, sorting and searching of the Files and Archives tables

Fastvue Syslog 1.0.0.11 (2016-10-06)
  • Added syslog forwarding option to each source.
  • Fixed issue where changing global log/archive paths would not cause data to write to the new paths.
  • Log files are no longer written before the initial setup is completed.
  • Minor UI updates and fixes.

Fastvue Syslog 1.0.0.10 (2016-02-15)
  • Fixed nullref in globalstats API when a source exists without any statistics.
  • Files and Archives tables now have pagination, searching and sorting.
  • Decreased column chart padding between series.
  • Fixed sorting by size and date in Archives table.
  • Deleting or moving logs will now cause syslog server to remove the file entry and subtract the statistics.
  • Archive on/off state did not save properly – fixed.
  • Editing an existing source no longer causes js console errors, breaking the UI until refresh.
  • Stats API now correctly uses per-date size info when building date stats array.
  • Per source 'size' stats now show archive size and log size.
  • Archived log entries now have their per-date compressed size statistics approximated based on the total original size of the log file and the original sizes of the data for each date.
  • Approximated archive log sizes are stored in a new archiveSize field on date entries in log entries.
  • Adjusted statistics APIs to use the archiveSize field for date entries on archived logs.
  • AJAX call will now detect an undefined return (indicating you are not logged in) and will refresh the page, which will redirect to login screen if required.
  • Added render function for displaying Global Settings