-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnxlog.nuspec
41 lines (38 loc) · 2.8 KB
/
nxlog.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>nxlog</id>
<version>2.10.2150</version>
<title>NXLog Community Edition</title>
<authors>james.crowley,petemounce,kurtglastetter,mykola.shestopal</authors>
<owners>james.crowley,petemounce,kurtglastetter,mykola.shestopal</owners>
<licenseUrl>https://nxlog.co/nxlog-public-license</licenseUrl>
<projectUrl>https://nxlog.co/products/nxlog-community-edition</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/nick4eva/Chocolatey-NxLog@e69065824041dcbe87b72458dc89a736c14c8984/nxlog-ce.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>nxlog is a modular, multi-threaded, high-performance log management solution with multi-platform support. In concept it is similar to syslog-ng or rsyslog but is not limited to unix/syslog only. It can collect logs from files in various formats, receive logs from the network remotely over UDP, TCP or TLS/SSL . It supports platform specific sources such as the Windows Eventlog, Linux kernel logs, Android logs, local syslog etc. Writing and reading logs to/from databases is also supported.</description>
<summary>nxlog - A multi-platform universal log collector and forwarder</summary>
<releaseNotes>### 2018-05-03 2.10.2102
* Implemented Listen mode for om_tcp which enables clients to connect to it.
### 2016-07-05 2.9.1716
* Added a workaround for the 256 source limit in the autogenerated QueryXML in im_msvistalog.
* Added a workaround for a possible windows bug when im_msvistalog was giving "EvtNext failed with error 1734: The array bounds are invalid."
* Prevent loss of unprocessed data in im_file buffers upon restart.
* A leap-year bug was present when parsing dates without a year i.e. Feb 29 showed up as 2016-03-01.
* Fixed an issue in im_msvistalog that could cause a random crash with custom application logs.
* Fixed apr_pollset_poll and "unexpected data from server" errors in om_http when the remote server sent fragmented data.
* im_file now properly updates the file position after each read, not only on EOF.
* Fixed a reconnection/response timeout issue in om_http.
* om_http will now attempt to reconnect on all errors.
* Added a PollInterval directive to im_dbi.</releaseNotes>
<copyright>Copyright 2016 nxlog.co. All rights reserved.</copyright>
<tags>nxlog syslog admin</tags>
<packageSourceUrl>https://github.com/nick4eva/Chocolatey-NxLog</packageSourceUrl>
<docsUrl>https://nxlog.co/documentation</docsUrl>
<mailingListUrl>https://sourceforge.net/projects/nxlog-ce/lists/nxlog-ce-users</mailingListUrl>
<bugTrackerUrl>https://nxlog.co/support-tickets</bugTrackerUrl>
</metadata>
<files>
<file src="tools\**\*" target="tools"/>
</files>
</package>