Package: amqp-tools Source: librabbitmq Version: 0.8.0-1 Architecture: amd64 Maintainer: Michael Fladischer Installed-Size: 146 Depends: librabbitmq4 (= 0.8.0-1), libc6 (>= 2.15), libpopt0 (>= 1.14) Filename: ./amd64/amqp-tools_0.8.0-1_amd64.deb Size: 24876 MD5sum: 855871c9c443a5c5d1a1ee7cab042835 SHA1: 2132e20596f59c274c17374be28d54faaec760af SHA256: 88dcf342600da75285c33d296a8c654462ec3a2f2889cc78a461d4758b12da46 Section: net Priority: optional Homepage: https://github.com/alanxz/rabbitmq-c Description: Command-line utilities for interacting with AMQP servers RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1. . This package includes command line utilities. Package: astyle Version: 2.05.1-0ubuntu1 Architecture: amd64 Maintainer: Matteo Cypriani Installed-Size: 558 Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2) Filename: ./amd64/astyle_2.05.1-0ubuntu1_amd64.deb Size: 157752 MD5sum: 0f73879942a4725142aea9ab0f9b9304 SHA1: 0768c95b272cd7b04b8dee0017ba506147f3c24d SHA256: d91b1ca85fea0aac6d26b40f1570628d78846990115593a94d20b32599205b02 Section: devel Priority: optional Homepage: http://astyle.sourceforge.net/ Description: Source code indenter for C, C++, Objective-C, C#, and Java Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages. . This package contains the command line tool. Package: astyle Version: 3.1-2 Architecture: amd64 Maintainer: Matteo Cypriani Installed-Size: 760 Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2) Suggests: xdg-utils Filename: ./amd64/astyle_3.1-2_amd64.deb Size: 202280 MD5sum: 046c089809cd0117e2564b53352feee7 SHA1: 22d17f0a73fa93b65d4197d0bab22e96a5d9f2c7 SHA256: d3fecce7a3b80cd4d7dbab5784a24587bb6a128a5923d3d11641757924e598b2 Section: devel Priority: optional Homepage: http://astyle.sourceforge.net/ Description: Source code indenter for C, C++, Objective-C, C#, and Java Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages. . This package contains the command line tool. Package: bison Version: 2:3.5.1+dfsg-1 Architecture: amd64 Maintainer: Chuan-kai Lin Installed-Size: 2442 Depends: m4, libc6 (>= 2.17) Suggests: bison-doc Filename: ./amd64/bison_3.5.1+dfsg-1_amd64.deb Size: 955232 MD5sum: 103b8abe9799e3d953a50efed18b81ee SHA1: 1b6f81bc74ee3dc35b7be382e63db860d01ee0c6 SHA256: efc709e52505658c0c721480588e121dc5bb84fedfac409820ea872f20ef087f Section: devel Priority: optional Multi-Arch: foreign Homepage: https://www.gnu.org/software/bison/ Description: YACC-compatible parser generator Bison is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you may use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages. . Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble. Documentation of the program is in the bison-doc package. Package: criterion Version: 2.3.3-2-ubuntu1~trusty1 Architecture: amd64 Maintainer: Franklin "Snaipe" Mathieu Installed-Size: 572 Filename: ./amd64/criterion_2.3.3-2-ubuntu1~trusty1_amd64.deb Size: 173464 MD5sum: 1b362860e72a3eb12e9f89ec6d958758 SHA1: e7e46aa366795a9c9ad2ff76a211f8db8ea4c736 SHA256: d40c7794ebb6d592696c13806555ec6c7e600609f024356e67c0efc95d949ea5 Section: libs Priority: optional Homepage: Franklin "Snaipe" Mathieu Description: A KISS, modern unit testing framework for C and C++. Criterion is a dead-simple, yet extensible, C and C++ unit testing framework. Most test frameworks for C require a lot of boilerplate code to set up tests and test suites -- you need to create a main, then register new test suites, then register the tests within these suits, and finally call the right functions. This gives the user great control, at the unfortunate cost of simplicity. Criterion follows the KISS principle, while keeping the control the user would have with other frameworks: * C99 and C++11 compatible. * Tests are automatically registered when declared. * Implements a xUnit framework structure. * A default entry point is provided, no need to declare a main unless you want to do special handling. * Test are isolated in their own process, crashes and signals can be reported and tested. * Unified interface between C and C++: include the criterion header and it *just* works. * Supports parameterized tests and theories. * Progress and statistics can be followed in real time with report hooks. * TAP output format can be enabled with an option. Package: criterion-dev Source: criterion Version: 2.3.3-2-ubuntu1~trusty1 Architecture: amd64 Maintainer: Franklin "Snaipe" Mathieu Installed-Size: 263 Depends: criterion Filename: ./amd64/criterion-dev_2.3.3-2-ubuntu1~trusty1_amd64.deb Size: 23928 MD5sum: 04fa4308ac2fbbf32f3b01024f3c8b36 SHA1: 0946a965237237ed85a30095399d7adc4d4cc4be SHA256: 06f2df807d6c9871c19940c4408d445699653982d36ed39dec231f6907b80b9b Section: libs Priority: optional Homepage: Franklin "Snaipe" Mathieu Description: Criterion library development files Criterion is a dead-simple, yet extensible, C and C++ unit testing framework. Most test frameworks for C require a lot of boilerplate code to set up tests and test suites -- you need to create a main, then register new test suites, then register the tests within these suits, and finally call the right functions. This gives the user great control, at the unfortunate cost of simplicity. Criterion follows the KISS principle, while keeping the control the user would have with other frameworks: * C99 and C++11 compatible. * Tests are automatically registered when declared. * Implements a xUnit framework structure. * A default entry point is provided, no need to declare a main unless you want to do special handling. * Test are isolated in their own process, crashes and signals can be reported and tested. * Unified interface between C and C++: include the criterion header and it *just* works. * Supports parameterized tests and theories. * Progress and statistics can be followed in real time with report hooks. * TAP output format can be enabled with an option. . These are the development files. Package: gradle Version: 4.0.1-obs Architecture: all Maintainer: Cheng-Wei Chien Installed-Size: 74857 Replaces: gradle Filename: ./all/gradle_4.0.1-obs_all.deb Size: 66265060 MD5sum: be7322835a4513abc6e60987b5a55f4a SHA1: abafd395db01f2ec549f894addf5b3b673460c27 SHA256: f6dc76c4162849c59d0a38540264119a2b3a4549677bc2b324d82837efa1e76d Section: universe/java Priority: optional Homepage: http://gradle.org Description: Gradle is a Groovy based build system Gradle is build automation evolved. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else. . Gradle combines the power and flexibility of Ant with the dependency management and conventions of Maven into a more effective way to build. Powered by a Groovy DSL and packed with innovation, Gradle provides a declarative way to describe all kinds of builds through sensible defaults. Gradle is quickly becoming the build system of choice for many open source projects, leading edge enterprises and legacy automation challenges. . This package is exactly the same as https://services.gradle.org/distributions/gradle-4.0.1-bin.zip . Package: gradle-2.2.1 Version: 1.0-0ubuntu1 Architecture: all Maintainer: Cheng-Wei Chien Installed-Size: 45848 Replaces: gradle Filename: ./all/gradle-2.2.1_1.0-0ubuntu1_all.deb Size: 40780364 MD5sum: 9b48175a2f4e2cd46c2a23d1a7404d20 SHA1: 2b6acf38d2e9768e964e069ed07b04fa80f6780e SHA256: 67bf630c967b6a765a687b42eefc81da841468232ebfceb9bc6ffaa87a7fb96d Section: universe/java Priority: optional Homepage: http://gradle.org Description: Gradle is a Groovy based build system Gradle is build automation evolved. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else. . Gradle combines the power and flexibility of Ant with the dependency management and conventions of Maven into a more effective way to build. Powered by a Groovy DSL and packed with innovation, Gradle provides a declarative way to describe all kinds of builds through sensible defaults. Gradle is quickly becoming the build system of choice for many open source projects, leading edge enterprises and legacy automation challenges. . This package is exactly the same as http://services.gradle.org/distributions/gradle-2.2.1-bin.zip . Package: lbudai-python-astroid Source: astroid Version: 1.4.1-6 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 962 Depends: python (<< 2.8), python (>= 2.7), python-lazy-object-proxy, python-six, python-wrapt, python:any (>= 2.6.6-7~), python-logilab-common (>= 0.60.0-1) Filename: ./all/lbudai-python-astroid_1.4.1-6_all.deb Size: 120996 MD5sum: 2d3f7b43317061b7d4fc7cf5ed452fe7 SHA1: 9fe48227a3bec82c2103916ac613fe9995218ffb SHA256: b4e501e0f496f5e6eb15e429438d7c1421ded4db3c6607372383a78252300a40 Section: python Priority: optional Homepage: http://bitbucket/logilab/astroid Description: rebuild a new abstract syntax tree from Python's ast The aim of this module is to provide a common base representation of Python source code for projects such as pyreverse or pylint. . It rebuilds the tree generated by the _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. Furthermore, astroid builds partial trees by inspecting living objects. Package: libastyle-dev Source: astyle Version: 2.05.1-0ubuntu1 Architecture: amd64 Maintainer: Matteo Cypriani Installed-Size: 53 Depends: libastyle2.05 (= 2.05.1-0ubuntu1) Filename: ./amd64/libastyle-dev_2.05.1-0ubuntu1_amd64.deb Size: 14824 MD5sum: 8007d2e2ce768032bec909719e767fb4 SHA1: 21fd4d12fab416feed74a42a01bdd5fcf3949339 SHA256: ebc97a0b4f1a416f1735e92ca59d372f73a2e6c3e1f86b36b7f5f61017833a4a Section: libdevel Priority: optional Multi-Arch: same Homepage: http://astyle.sourceforge.net/ Description: Library header files for Artistic Style Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages. . This package contains the development headers. Package: libastyle-dev Source: astyle Version: 3.1-2 Architecture: amd64 Maintainer: Matteo Cypriani Installed-Size: 56 Depends: libastyle3 (= 3.1-2) Filename: ./amd64/libastyle-dev_3.1-2_amd64.deb Size: 15804 MD5sum: b6e73b1edcc07c4ff89cbea9f02d5210 SHA1: 3d051b9fcb363b45a3f012542f8376878be5ae8e SHA256: 49a9f16f7aa6988dde34f60e8ead109552ccedd5a1af5b670a5d04854b12cbe9 Section: libdevel Priority: optional Multi-Arch: same Homepage: http://astyle.sourceforge.net/ Description: Library header files for Artistic Style Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages. . This package contains the development headers. Package: libastyle2.05 Source: astyle Version: 2.05.1-0ubuntu1 Architecture: amd64 Maintainer: Matteo Cypriani Installed-Size: 220 Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2) Filename: ./amd64/libastyle2.05_2.05.1-0ubuntu1_amd64.deb Size: 85708 MD5sum: e47ef50b87e7028cb6faca023686ccbe SHA1: f47394bb9fe1513d70276667e623ce864bea2cc6 SHA256: bc1d12583e7c0f60a37f87633b7947a0dbcb3b7168671f2a11a797a91ce338a1 Section: libs Priority: optional Multi-Arch: same Homepage: http://astyle.sourceforge.net/ Description: Shared library for Artistic Style Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages. . This package contains the shared library. Package: libastyle3 Source: astyle Version: 3.1-2 Architecture: amd64 Maintainer: Matteo Cypriani Installed-Size: 308 Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2) Filename: ./amd64/libastyle3_3.1-2_amd64.deb Size: 107060 MD5sum: c86e5585eef507acf20d8a5a0ff6406d SHA1: 947cddc352dfa9219c0282a8d32b4f8cc3d00b7a SHA256: 71784946a56d193450c1e59379251f721c829c4f6b47cc079d5e32795cf68f8e Section: libs Priority: optional Multi-Arch: same Homepage: http://astyle.sourceforge.net/ Description: Shared library for Artistic Style Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages. . This package contains the shared library. Package: libastylej-jni Source: astyle Version: 2.05.1-0ubuntu1 Architecture: amd64 Maintainer: Matteo Cypriani Installed-Size: 316 Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2) Filename: ./amd64/libastylej-jni_2.05.1-0ubuntu1_amd64.deb Size: 101708 MD5sum: 9f3424bca3d0af351c6454fbf58a676c SHA1: e2c8eb6bf4e5ca3f496346a1dc93c3f5449ca0ea SHA256: b36e1fe0f953bc00b4b272bd46b63ed783dff8e38ea0b7ede141206ab6dbccad Section: libs Priority: optional Multi-Arch: same Homepage: http://astyle.sourceforge.net/ Description: Java JNI library for Artistic Style Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages. . This package contains the Java native interface library. Package: libastylej-jni Source: astyle Version: 3.1-2 Architecture: amd64 Maintainer: Matteo Cypriani Installed-Size: 309 Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2) Filename: ./amd64/libastylej-jni_3.1-2_amd64.deb Size: 107768 MD5sum: 76cfcd81c33855254766a76e63f4a6b0 SHA1: 4baa214ee5108b6b415b7bd4980c98a575cbcb2b SHA256: 5580b678026116d1a02db1d558b5dee77496a33f070486e15e76bc7dd631443f Section: java Priority: optional Multi-Arch: same Homepage: http://astyle.sourceforge.net/ Description: Java JNI library for Artistic Style Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages. . This package contains the Java native interface library. Package: libbison-dev Source: bison Version: 2:3.5.1+dfsg-1 Architecture: amd64 Maintainer: Chuan-kai Lin Installed-Size: 559 Recommends: bison Filename: ./amd64/libbison-dev_3.5.1+dfsg-1_amd64.deb Size: 557564 MD5sum: 06f1ac1b37ab6f0be66d56ac8ad05ec7 SHA1: 8680260e26e63ba2307999ab41a3d978fa47708f SHA256: 40097d8ea03aa4dfd23749aade1e4264b58a1baf9a4282bf35692cf86c2b1737 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://www.gnu.org/software/bison/ Description: YACC-compatible parser generator - development library Bison is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you may use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages. . This package provides the liby.a file including functions needed by yacc parsers. Package: libdbi-dev Source: libdbi Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 150 Depends: libdbi1 (= 0.9.0-4) Conflicts: libdbi0-dev Replaces: libdbi0, libdbi0-dev, libdbi1 (<< 0.8.4-2) Provides: libdbi0-dev Filename: ./amd64/libdbi-dev_0.9.0-4_amd64.deb Size: 33256 MD5sum: de20a5c5450427df89c4dd34f5ec9e03 SHA1: 6a1e87ba819aa9e1e5693d90c3dc540e17d8f202 SHA256: f983297bc8991ccfac12a61b4f925463269594bba47dfb15ac9b1c57d1e1d5f2 Section: libdevel Priority: optional Homepage: http://libdbi.sourceforge.net/ Description: DB Independent Abstraction Layer for C -- development files libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. . This package contains development files so you can compile using libdbi. Package: libdbi-doc Source: libdbi Version: 0.9.0-4 Architecture: all Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1166 Filename: ./all/libdbi-doc_0.9.0-4_all.deb Size: 751388 MD5sum: 1dfc976c7b433ed380a0dfd704f891ad SHA1: c4ebdd43122c7b8918ad72fee8276bbfa349444e SHA256: 63705740834e8d9f55f68fe466a83edc21ed69d54dba1f733e42507e002a8231 Section: doc Priority: optional Homepage: http://libdbi.sourceforge.net/ Description: DB Independent Abstraction Layer for C -- documentation libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. . This package contains the documentation of libdbi. Package: libdbi1 Source: libdbi Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 95 Depends: libc6 (>= 2.14) Breaks: libapache2-mod-log-sql-dbi (<= 1.100-11), libdbd-freetds (<< 0.9.0-2), libdbd-mysql (<< 0.9.0-2), libdbd-pgsql (<< 0.9.0-2), libdbd-sqlite (<< 0.9.0-2), libdbd-sqlite3 (<< 0.9.0-2) Filename: ./amd64/libdbi1_0.9.0-4_amd64.deb Size: 29124 MD5sum: 0659fb501d6ba2d14618c03b526ce52f SHA1: d62d660f41d89f4c7772caecb5fbffffa122e554 SHA256: e1605e62bea5e30d0f5572861a023a909a8ece4a812efe9419e48c6d7eb22ba9 Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: DB Independent Abstraction Layer for C -- shared library libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. . This package is the shared library. Package: libdbi1-dbg Source: libdbi Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 91 Depends: libdbi1 (= 0.9.0-4) Filename: ./amd64/libdbi1-dbg_0.9.0-4_amd64.deb Size: 68044 MD5sum: a695eb42df20d58bfc240dee53917ff7 SHA1: 4db834716ecd9f02c215635cbbf05d371d714294 SHA256: 54d083cfea3e60938f4bd0118c57c5884147ab9a74f811988535706d9a35443e Section: debug Priority: extra Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: DB Independent Abstraction Layer for C -- debugging symbols libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. . This package contains the debugging symbols associated with libdbi. Build-Ids: 279918df92e36f7de2cda310f90e72b96e53ea3a Package: libevtlog-dev Source: eventlog Version: 0.2.12-6 Architecture: amd64 Maintainer: SZALAY Attila Installed-Size: 55 Depends: libevtlog0 (= 0.2.12-6) Filename: ./amd64/libevtlog-dev_0.2.12-6_amd64.deb Size: 12128 MD5sum: d671d687bdc45990eb9dbb5fac4744da SHA1: cb8209d6bb2f3da7b6ed81feaa105cb6c88b961f SHA256: 8192f753e138a655de3ed0b12b88229082072a0d89da0698069634fe93faaa13 Section: libdevel Priority: extra Description: Syslog event logger library development files The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. . EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. . This package contains the development files. Package: libevtlog0 Source: eventlog Version: 0.2.12-6 Architecture: amd64 Maintainer: SZALAY Attila Installed-Size: 36 Depends: libc6 (>= 2.14) Filename: ./amd64/libevtlog0_0.2.12-6_amd64.deb Size: 9608 MD5sum: d16eac73bf05fc1435acc32e48f36bb6 SHA1: 10b89b5d665a0f87e844ba13250c7f3607e976a4 SHA256: a1e5bcd786ca53875d3013a317487263a4c1f49c05481f1230d1a7e1acd964e1 Section: libs Priority: extra Description: Syslog event logger library The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. . EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. . This package is the runtime part of the library. Package: libevtlog0-dbg Source: eventlog Version: 0.2.12-6 Architecture: amd64 Maintainer: SZALAY Attila Installed-Size: 66 Depends: libevtlog0 (= 0.2.12-6) Filename: ./amd64/libevtlog0-dbg_0.2.12-6_amd64.deb Size: 18732 MD5sum: f0a95b5394d96a210f5a420c27e31403 SHA1: 687127279c842f295f7d3da433f142f5b522ad27 SHA256: 219f64cf99eb2a5f3c3d55641ea86009b1ed33e5b7567c42818da9bdf4d504db Section: debug Priority: extra Description: Syslog event logger library debug symbols The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. . EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. . This package contains the debug symbols. Package: libhiredis-dbg Source: hiredis Version: 0.11.0-3~talien2 Architecture: amd64 Maintainer: Tom Lee Installed-Size: 79 Depends: libhiredis0.10 (= 0.11.0-3~talien2) Filename: ./amd64/libhiredis-dbg_0.11.0-3~talien2_amd64.deb Size: 59848 MD5sum: e031c39829d1c1e165204f2bec64e733 SHA1: af49b2fb30ace56cdd002196570d1eff0ef646d2 SHA256: 264f5b2d4b00bf7db879cd92ea0bd825bfa9d483e6bb5852a3b838861c4d6bfc Section: debug Priority: extra Multi-Arch: same Homepage: https://github.com/redis/hiredis Description: minimalistic C client library for Redis (debug) Hiredis is a minimalistic C client library for the Redis database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redis command. . Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. . Hiredis only supports the binary-safe Redis protocol, so you can use it with any Redis version >= 1.2.0. . The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. . This package provides the debugging symbols for hiredis. Build-Ids: f79990249f125adfc12d14bf65f2d2a81a1fefc3 Package: libhiredis-dev Source: hiredis Version: 0.11.0-3~talien2 Architecture: amd64 Maintainer: Tom Lee Installed-Size: 119 Depends: libhiredis0.10 (= 0.11.0-3~talien2) Filename: ./amd64/libhiredis-dev_0.11.0-3~talien2_amd64.deb Size: 34064 MD5sum: a6de121f6943e1e70891732fd53e2460 SHA1: 9a6b5e07c4254a7cb4a697320e34b92e29a0b330 SHA256: 94b46a1d87a4431a02e5a1f33c411bc6eef140c83d303c787ca98274fd8c5f51 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/redis/hiredis Description: minimalistic C client library for Redis (development files) Hiredis is a minimalistic C client library for the Redis database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redis command. . Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. . Hiredis only supports the binary-safe Redis protocol, so you can use it with any Redis version >= 1.2.0. . The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. . This package provides the development files for hiredis. Package: libhiredis0.10 Source: hiredis Version: 0.11.0-3~talien2 Architecture: amd64 Maintainer: Tom Lee Installed-Size: 62 Depends: libc6 (>= 2.14) Filename: ./amd64/libhiredis0.10_0.11.0-3~talien2_amd64.deb Size: 21764 MD5sum: c15382c4791322f907431149a99f7d15 SHA1: 8333a3a5db621fd040aa0c7025a15a96d4c45a0c SHA256: 650a9f6174bacf330fa91e21a657dddcd9f674b4a3b858ec156bc1e25ea60a9a Section: libs Priority: optional Multi-Arch: same Homepage: https://github.com/redis/hiredis Description: minimalistic C client library for Redis Hiredis is a minimalistic C client library for the Redis database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redis command. . Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. . Hiredis only supports the binary-safe Redis protocol, so you can use it with any Redis version >= 1.2.0. . The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. Package: libivykis-dev Source: ivykis Version: 0.42.4-1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 251 Depends: libivykis0 (= 0.42.4-1) Filename: ./amd64/libivykis-dev_0.42.4-1_amd64.deb Size: 56020 MD5sum: 402b4fa2b7aca659b1c0711fe67597c4 SHA1: afb650fe19384e3243de889de517003cf1027757 SHA256: 5432c5b8fb851b4203a767d1981377ef17ff4e456f381a0e5598ff829b3c2a58 Section: libdevel Priority: extra Homepage: http://libivykis.sourceforge.net/ Description: Development libraries, header files and docs for libivykis Contains the header files, documentation, examples and static libraries for use in developing applications that use the libivykis library. . The ivykis library is a thin, portable wrapper around OS-provided mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly designed for building high-performance network applications, but can be used in any event-driver application that uses pollable file descriptors as its event sources. Package: libivykis0 Source: ivykis Version: 0.42.4-1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 75 Depends: libc6 (>= 2.17) Filename: ./amd64/libivykis0_0.42.4-1_amd64.deb Size: 24132 MD5sum: 09fd4b575dc6e3e3a3bfac06a778fc24 SHA1: 1c639d3323cfe63219fed97a27647eb0cbe6e3eb SHA256: f1da026cec9479e855c7add4db24402a30fa28c1c8f90b75eb94f5fd67c208b0 Section: libs Priority: extra Homepage: http://libivykis.sourceforge.net/ Description: Asynchronous I/O readiness notification library The ivykis library is a thin, portable wrapper around OS-provided mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly designed for building high-performance network applications, but can be used in any event-driver application that uses pollable file descriptors as its event sources. . Programs written to the ivykis API are generally single-threaded (or use only a small number of threads), and never block on I/O. All input and output is done in a nonblocking fashion, with I/O readiness notification delivered via callback functions. Package: libivykis0-dbg Source: ivykis Version: 0.42.4-1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 132 Depends: libivykis0 (= 0.42.4-1) Filename: ./amd64/libivykis0-dbg_0.42.4-1_amd64.deb Size: 111296 MD5sum: ae4bd47fb6c36e7405daaf2470384ae5 SHA1: 0255b18e2f9127919624df01cf29ba7cf2b818dc SHA256: cc4c2bfaa70ccf28f4028b822da696f9961c2da44796df5877606983d16303b2 Section: debug Priority: extra Homepage: http://libivykis.sourceforge.net/ Description: Asynchronous I/O readiness notification library (debug symbols) Contains the debug symbols for the libivykis library. Most people will not need this package. . The ivykis library is a thin, portable wrapper around OS-provided mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly designed for building high-performance network applications, but can be used in any event-driver application that uses pollable file descriptors as its event sources. Build-Ids: cae81d1a33380f251e35e993ecdd2ab3ef4e675b Package: libjson-c-dev Source: json-c Version: 0.13.1+dfsg-2 Architecture: amd64 Maintainer: Debian QA Group Installed-Size: 214 Depends: libjson-c4 (= 0.13.1+dfsg-2) Filename: ./amd64/libjson-c-dev_0.13.1+dfsg-2_amd64.deb Size: 49240 MD5sum: 75155c9e3f63239844bcc2fc4040b225 SHA1: e9794466f399de12e74a31a36cf8b04b3824f1fc SHA256: 28390c23c81e633b0e9a48300057e5b84d05750beadfd67f73a6c8b690756990 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/json-c/json-c/wiki Description: JSON manipulation library - development files This library allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. . The development headers for compiling programs that use libjson-c are provided by this package. Package: libjson-c-doc Source: json-c Version: 0.13.1+dfsg-2 Architecture: all Maintainer: Debian QA Group Installed-Size: 830 Depends: libjs-jquery Filename: ./all/libjson-c-doc_0.13.1+dfsg-2_all.deb Size: 77696 MD5sum: aae27d3d5e0dbd4e60016480b265f49f SHA1: 498aee5227bf0d2ac9981486efd319f70412cf74 SHA256: cb85c6852428ea8a34ad4554bd200dbcd794079ed3c7982c5c8df994633d0196 Section: doc Priority: optional Homepage: https://github.com/json-c/json-c/wiki Description: JSON manipulation library - documentation files This library allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. . The documentation for libjson-c is provided by this package. Package: libjson-c4 Source: json-c Version: 0.13.1+dfsg-2 Architecture: amd64 Maintainer: Debian QA Group Installed-Size: 91 Depends: libc6 (>= 2.14) Filename: ./amd64/libjson-c4_0.13.1+dfsg-2_amd64.deb Size: 29348 MD5sum: 4e5f70ec2611c0851119678fe2cbafab SHA1: 3b89018d588e52ddbb3f7cb91f5f308d9d3bac34 SHA256: 464b32c31b2b873009a41620ac2cc7209963dd8389f7ccacb4649df964131b22 Section: libs Priority: optional Multi-Arch: same Homepage: https://github.com/json-c/json-c/wiki Description: JSON manipulation library - shared library This library allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. Package: librabbitmq-dbg Source: librabbitmq Version: 0.8.0-1 Architecture: amd64 Maintainer: Michael Fladischer Installed-Size: 311 Depends: librabbitmq4 (= 0.8.0-1) Filename: ./amd64/librabbitmq-dbg_0.8.0-1_amd64.deb Size: 238828 MD5sum: b665631b4a09f5323ae7f56ccfbf64ca SHA1: 53c8e0db061011d9a9540e283148b5d88d17b122 SHA256: 3bbab1d72d7a83b57af02dac0dcfdfb266042f8b643fa26359ffe9fbb7cfc31c Section: debug Priority: extra Multi-Arch: same Homepage: https://github.com/alanxz/rabbitmq-c Description: AMQP client library written in C - Debug Files RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1. . This package provides debugging symbols. Build-Ids: 144e785732d854f36a017d1d4b69f4c939c6d562 29ad43f8a20793335262c04c37c881e466951b9c 8fba3838ff95009478672b24c23a8e1d1a8a7753 aeccb3233fcb705b2f9c3535115fdc3861f0af90 aee5c63f74a9ba4d3e2f7fbe99462da21fcd3b5d b1a8dc025efb9b7c63c573133b24307e048ee9df Package: librabbitmq-dev Source: librabbitmq Version: 0.8.0-1 Architecture: amd64 Maintainer: Michael Fladischer Installed-Size: 293 Depends: librabbitmq4 (= 0.8.0-1) Filename: ./amd64/librabbitmq-dev_0.8.0-1_amd64.deb Size: 58336 MD5sum: 304fa30ee969d0cd93429bdcd27a3a52 SHA1: cd7eda5eae13b05a1e72072bc52c5a40a2c35a17 SHA256: 0c80dc442716c257761c34531e7461c3181ae27cff3b2c9e277bcf2307e790c2 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/alanxz/rabbitmq-c Description: AMQP client library written in C - Dev Files RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1. . This package provides the files needed for development. Package: librabbitmq4 Source: librabbitmq Version: 0.8.0-1 Architecture: amd64 Maintainer: Michael Fladischer Installed-Size: 106 Depends: libc6 (>= 2.14), libssl1.1 (>= 1.1.0) Filename: ./amd64/librabbitmq4_0.8.0-1_amd64.deb Size: 33928 MD5sum: bae5cabc08d8931e3350f9f832353891 SHA1: a068c1ad893faba70d8170cc76e5af76cb66a559 SHA256: 4163e1a0ae4c9b3e546535f49730dcdbc407172512c5aaaf94aa20dd23dff39f Section: libs Priority: optional Multi-Arch: same Homepage: https://github.com/alanxz/rabbitmq-c Description: AMQP client library written in C RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1. . This package includes the library itself. Package: librdkafka++1 Source: librdkafka Version: 1.0.1-1 Architecture: amd64 Maintainer: Faidon Liambotis Installed-Size: 152 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), librdkafka1, libstdc++6 (>= 5.2) Filename: ./amd64/librdkafka++1_1.0.1-1_amd64.deb Size: 38312 MD5sum: aa50ac6eb4a5762b57e6ee3b4cffaefe SHA1: f0093017c8c672a66085805403217a381032d240 SHA256: 1bcabd42a8a4bdad2b88dfb13c22b631c1b211178a47bbcb7ffd24aa7307ef0f Section: libs Priority: optional Multi-Arch: same Homepage: https://github.com/edenhill/librdkafka Description: library implementing the Apache Kafka protocol (C++ bindings) librdkafka is a C library implementation of the Apache Kafka protocol, containing both Producer and Consumer support. It was designed with message delivery reliability and high performance in mind, current figures exceed 800000 msgs/second for the producer and 3 million msgs/second for the consumer. It implements both the 0.8 and 0.9 versions of the protocol. . More information about Apache Kafka can be found at http://kafka.apache.org/ . This package contains the C++ shared library. Package: librdkafka-dev Source: librdkafka Version: 1.0.1-1 Architecture: amd64 Maintainer: Faidon Liambotis Installed-Size: 2617 Depends: librdkafka1 (= 1.0.1-1), librdkafka++1 (= 1.0.1-1) Filename: ./amd64/librdkafka-dev_1.0.1-1_amd64.deb Size: 486588 MD5sum: 71a11a531c251e0935fcdc6013df7259 SHA1: bacf226ffd5e09b700a5900971905980ded712e9 SHA256: 3191428b740f0c7cbd87dac8a9a295c7d7487a5e1519b40331196c8636406cf5 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/edenhill/librdkafka Description: library implementing the Apache Kafka protocol (development headers) librdkafka is a C library implementation of the Apache Kafka protocol, containing both Producer and Consumer support. It was designed with message delivery reliability and high performance in mind, current figures exceed 800000 msgs/second for the producer and 3 million msgs/second for the consumer. It implements both the 0.8 and 0.9 versions of the protocol. . More information about Apache Kafka can be found at http://kafka.apache.org/ . This package contains the development headers. Package: librdkafka1 Source: librdkafka Version: 1.0.1-1 Architecture: amd64 Maintainer: Faidon Liambotis Installed-Size: 1048 Depends: libc6 (>= 2.29), liblz4-1 (>= 0.0~r127), libsasl2-2 (>= 2.1.27+dfsg), libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.2.2) Filename: ./amd64/librdkafka1_1.0.1-1_amd64.deb Size: 366292 MD5sum: b0b0d8deebc806f59a920046c487f294 SHA1: d6ec8730f86bf24239d3a0a96f8ad8757eeb98ab SHA256: 04884ac41479129ae5509dad903922c3578ffdead20aa618e22f9f164554f676 Section: libs Priority: optional Multi-Arch: same Homepage: https://github.com/edenhill/librdkafka Description: library implementing the Apache Kafka protocol librdkafka is a C library implementation of the Apache Kafka protocol, containing both Producer and Consumer support. It was designed with message delivery reliability and high performance in mind, current figures exceed 800000 msgs/second for the producer and 3 million msgs/second for the consumer. It implements both the 0.8 and 0.9 versions of the protocol. . More information about Apache Kafka can be found at http://kafka.apache.org/ . This package contains the C shared library. Package: libriemann-client-dev Source: riemann-c-client Version: 1.8.0-1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 125 Depends: libriemann-client0 (= 1.8.0-1), libprotobuf-c0-dev Filename: ./amd64/libriemann-client-dev_1.8.0-1_amd64.deb Size: 20836 MD5sum: 9e97cbb9db17bf09b8d49668a2258d54 SHA1: dfd8d2d814b91975c7a0a752d1d9c5cb7aacc253 SHA256: d7e2d4fe2a3bfe0b085fd14359aabf522cc4471547cc1e29503fcdc4c10a3588 Section: libdevel Priority: extra Homepage: https://github.com/algernon/riemann-c-client Description: Development files for the Riemann C client library The riemann-c-client library provides a C language client, with a simple but convenient API, to connect to Riemann, send events and run queries against it . This package is needed to compile programs linked against librliemann-client0, as only this includes the header files and static libraries needed for compiling. Package: libriemann-client0 Source: riemann-c-client Version: 1.8.0-1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 66 Depends: libc6 (>= 2.4), libgnutls30 (>= 3.6.5), libprotobuf-c1 (>= 1.0.1) Filename: ./amd64/libriemann-client0_1.8.0-1_amd64.deb Size: 19532 MD5sum: 9e8415ab4e67430e7022d4ed09e49f6e SHA1: 52fc5dab97963d9ad702cb25a884aa23f66a1c73 SHA256: f013b7bd505015476586dc0341963315aea01eb1efb9cd251e4b1840cfbfe64d Section: libs Priority: extra Multi-Arch: same Homepage: https://github.com/algernon/riemann-c-client Description: C language client library for the Riemann event stream processor Riemann is a network event stream processor, intended for analyitics, metrics and alerting; and to glue various monitoring systems together. . This library provides a C language client, with a simple but convenient API, to connect to Riemann, send events and run queries against it. Package: libsqlite-tcl Source: sqlite Version: 2.8.17-12 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 43 Depends: libc6 (>= 2.4), libsqlite0 (>= 2.8.17) Suggests: sqlite-doc Conflicts: libsqlite0-tcl Replaces: libsqlite0-tcl Filename: ./amd64/libsqlite-tcl_2.8.17-12_amd64.deb Size: 12468 MD5sum: 4460685c803d6f688c2abba1c8753650 SHA1: b73c8701ffad32f8c772fffd7801bdd98fbaf310 SHA256: 51689c18d3b6b89810fa195f1027421cb0c8003363cc0b7f1682002aef9b2fd8 Section: interpreters Priority: optional Description: SQLite Tcl bindings SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the Tcl bindings. Package: libsqlite0 Source: sqlite Version: 2.8.17-12 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 494 Depends: libc6 (>= 2.28) Filename: ./amd64/libsqlite0_2.8.17-12_amd64.deb Size: 142896 MD5sum: e5ce962582e93735b128bbb542651997 SHA1: 3f094722c3d54b32625c9c4f5cf9ab3de7ac82ad SHA256: 0669e88c5cbe3cf1ca2bd8810da79e770ca6c3a8f09a062a5ddeb880fe11cd52 Section: libs Priority: optional Description: SQLite shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite0-dev Source: sqlite Version: 2.8.17-12 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 801 Depends: libsqlite0 (= 2.8.17-12), libc6-dev Suggests: sqlite-doc Conflicts: libsqlite-dev Replaces: libsqlite-dev (<< 2.7.0) Provides: libsqlite-dev Filename: ./amd64/libsqlite0-dev_2.8.17-12_amd64.deb Size: 164916 MD5sum: 674bd0b4176ba6f555b85dec0573b28c SHA1: 7c4800d54efd07591883c9e7cf3531cc202990da SHA256: 769b70a388ff4c40f6aa25924c711918debf2cde13c991d3907d0de1c3a4e1cd Section: libdevel Priority: optional Description: SQLite development files SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the development files (headers, static libraries) Package: pylint Version: 1.5.0-2 Architecture: all Maintainer: Logilab S.A. Installed-Size: 976 Depends: lbudai-python-astroid (>= 1.4.1) Suggests: python-tk, python-enchant Filename: ./all/pylint_1.5.0-2_all.deb Size: 262596 MD5sum: 845fe7a4db0d88f7547ce17d4f56413b SHA1: 5ab10ab5d4ce0d9d7445030f85dfb3b615b01823 SHA256: 7bbfe40444a60f48e90ad2a05e865395238e80286633036868bbfe4b66d3e1d3 Section: python Priority: optional Homepage: http://www.pylint.org Description: python code static checker and UML diagram generator Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book) . Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. However, Pylint offers some more features, like checking length of lines of code, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more. . Additionally, it is possible to write plugins to add your own checks. . The included command pyreverse generates UML class and package diagrams. The included symilar command is a separated similarities checker. . The recommended python-tk package is only for using the pylint-gui script. Package: python-astroid Source: astroid Version: 1.3.6-1 Architecture: all Maintainer: Logilab Installed-Size: 709 Depends: python (<< 2.8), python (>= 2.7), python-logilab-common, python-six, python:any (>= 2.6.6-7~) Filename: ./all/python-astroid_1.3.6-1_all.deb Size: 102232 MD5sum: 04458a2886c5244edfcc9bdd1d730824 SHA1: 16a6db1d251d34e9d27578e16fa69b706bd44a82 SHA256: 051fcf02763509adf95c5b78f2b97d79ef59cbb14cee0b164cf323bfae2f08ea Section: python Priority: optional Description: A abstract syntax tree for Python with inference support. .. image:: https://drone.io/bitbucket.org/logilab/astroid/status.png :alt: drone.io Build Status :target: https://drone.io/bitbucket.org/logilab/astroid . Astroid ======= . What's this? ------------ . The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs. It used to be called logilab-astng. . It provides a compatible representation which comes from the `_ast` module. It rebuilds the tree generated by the builtin _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. They include some support for static inference and local name Package: python-astroid Source: astroid Version: 1.4.1-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 976 Depends: python-logilab-common (>= 0.60.0-1) Filename: ./all/python-astroid_1.4.1-1_all.deb Size: 133664 MD5sum: fb9dff37430179c3677ae9b6515c7680 SHA1: 4838aad9b3f6f0496c83297f784be47efe10c7f9 SHA256: 5b9fc53b329198c77fddd2be993d7b3f3c9715153df6b41336eb59c927309d71 Section: python Priority: optional Homepage: http://bitbucket/logilab/astroid Description: rebuild a new abstract syntax tree from Python's ast The aim of this module is to provide a common base representation of Python source code for projects such as pyreverse or pylint. . It rebuilds the tree generated by the _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. Furthermore, astroid builds partial trees by inspecting living objects. Package: python-imagesize Version: 0.7.1-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 24 Depends: python:any (<< 2.8), python:any (>= 2.7~) Filename: ./all/python-imagesize_0.7.1-1_all.deb Size: 3892 MD5sum: 0d7681b22a3c8cd1a24a11e286c78cec SHA1: 44efbcd67b72007d1d65b30812f4df8ee7ddde8c SHA256: f60f9542a8017c933b7dcebdc7e81f41e028f15a430cf813e1b514391c117141 Section: python Priority: optional Homepage: https://github.com/shibukawa/imagesize_py Description: Python 2 module for getting image size from png/jpeg/jpeg2000/gif file This small module parses image header and returns width and height of the image. Supported formats are: PNG, JPEG, JPEG2000, GIF. . This is the Python 2 version of the module. Package: python-lazy-object-proxy Source: lazy-object-proxy Version: 1.2.1-1 Architecture: amd64 Maintainer: Ionel Cristian Mărieș Installed-Size: 122 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~), libc6 (>= 2.4) Filename: ./amd64/python-lazy-object-proxy_1.2.1-1_amd64.deb Size: 17080 MD5sum: d5eb1b1d702b5603911a89df9f865710 SHA1: ebf5d4697e09ac536f637daf830177a26783f79a SHA256: 91669f7ad18a428c491dda6a52344283ff258527c5227a6aa8d85a4b6583711e Section: python Priority: optional Description: A fast and thorough lazy object proxy. =============================== lazy-object-proxy =============================== . .. list-table:: :stub-columns: 1 . * - docs - |docs| * - tests - | |travis| |appveyor| | |coveralls| |codecov| |landscape| |scrutinizer| * - package - |version| |downloads| . .. |wheel| |supported-versions| |supported-implementations| . .. |docs| image:: https://readthedocs.org/projects/python-lazy-object-proxy/badge/?style=flat :target: https://readthedocs.org/projects/python-lazy-object-proxy Package: python-logilab-common Source: logilab-common Version: 0.63.2-1 Architecture: all Maintainer: Logilab Installed-Size: 794 Depends: python (<< 2.8), python (>= 2.7), python-six, python:any (>= 2.6.6-7~) Filename: ./all/python-logilab-common_0.63.2-1_all.deb Size: 137448 MD5sum: ee633cd771b3c131865f3b55bdac8595 SHA1: 2b477c339795b34a8d7e2ffd3c521c29321b71bd SHA256: 323de2c32c9d7824b09dcaded8d6a1a29d3562a9f1aa3ef8b9c6c054ae4dc30c Section: python Priority: optional Description: collection of low-level Python packages and modules used by Logilab's common library ======================== . What's this ? ------------- . This package contains some modules used by differents Logilab's projects. . It is released under the GNU Lesser General Public License. . There is no documentation available yet but the source code should be clean and well documented. . Designed to ease: . * handling command line options and configuration files * writing interactive command line tools * manipulation of files and character strings * manipulation of common structures such as graph, tree, and pattern such as visitor * generating text and HTML reports Package: python-nose Source: nose Version: 1.3.6-1 Architecture: all Maintainer: Jason Pellerin Installed-Size: 543 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~) Filename: ./all/python-nose_1.3.6-1_all.deb Size: 109404 MD5sum: a61251736a2de35ad3fa3b6bf66d50ce SHA1: e152a0e56203ed97d4c019159a1dda515ee0f22a SHA256: 3fb28e868b302ae0fce97f117895c37fb8e604241edea15a8d2bb68e500d44a8 Section: python Priority: optional Description: nose extends unittest to make testing easier nose extends the test loading and running features of unittest, making it easier to write, find and run tests. . By default, nose will run tests in files or directories under the current working directory whose names include "test" or "Test" at a word boundary (like "test_this" or "functional_test" or "TestClass" but not "libtest"). Test output is similar to that of unittest, but also includes captured stdout output from failing tests, for easy print-style debugging. . These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more. More information about writing plugins may be found on in the nose API documentation, here: http://readthedocs.org/docs/nose/ . If you have recently reported a bug marked as fixed, or have a craving for the very latest, you may want the development version instead: https://github.com/nose-devs/nose/tarball/master#egg=nose-dev Package: python-obs-astroid Source: obs-astroid Version: 1.3.6-1 Architecture: all Maintainer: Logilab Installed-Size: 709 Depends: python (<< 2.8), python (>= 2.7), python-logilab-common, python-six, python:any (>= 2.6.6-7~) Filename: ./all/python-obs-astroid_1.3.6-1_all.deb Size: 102280 MD5sum: 0d7400756e6f5b9233a039ae7833c3f1 SHA1: 78d70682619d802a18966a94a8b80eebd1dbf8ef SHA256: c7796969f7e9b25661afa1e129ca88f02c533a437a9d3c9443fa24f305a1f20f Section: python Priority: optional Description: A abstract syntax tree for Python with inference support. .. image:: https://drone.io/bitbucket.org/logilab/astroid/status.png :alt: drone.io Build Status :target: https://drone.io/bitbucket.org/logilab/astroid . Astroid ======= . What's this? ------------ . The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs. It used to be called logilab-astng. . It provides a compatible representation which comes from the `_ast` module. It rebuilds the tree generated by the builtin _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. They include some support for static inference and local name Package: python-pep8 Source: pep8 Version: 1.6.2-1 Architecture: all Maintainer: Johann C. Rocholl Installed-Size: 131 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~) Filename: ./all/python-pep8_1.6.2-1_all.deb Size: 29804 MD5sum: 46952dab5c0ac146b03fc467ce533563 SHA1: d77c0cbb24b95f501a717f504648fca70817be09 SHA256: c424f72dcaa3b619813afdaea1b3586dd76f1ad50174b5ac032e5549f3a1285e Section: python Priority: optional Description: Python style guide checker pep8 - Python style guide checker ================================= . pep8 is a tool to check your Python code against some of the style conventions in `PEP 8`_. . .. _PEP 8: http://www.python.org/dev/peps/pep-0008/ . . Features -------- . * Plugin architecture: Adding new checks is easy. . * Parseable output: Jump to error location in your editor. . * Small: Just one Python file, requires only stdlib. You can use just the pep8.py file for this purpose. . * Comes with a comprehensive test suite. Package: python-ply Source: ply Version: 3.6-1 Architecture: all Maintainer: David Beazley Installed-Size: 232 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~) Filename: ./all/python-ply_3.6-1_all.deb Size: 39968 MD5sum: 8dfb0ff4763e5cd9d994fc48a9d1eefa SHA1: 7f69405c171f237abc882e60b573d95809c10928 SHA256: c1275cde85c9a148b9c8fe303eb513111fb25d2ca9c121093732d20a3621184f Section: python Priority: optional Description: Python Lex & Yacc . PLY is yet another implementation of lex and yacc for Python. Some notable features include the fact that its implemented entirely in Python and it uses LALR(1) parsing which is efficient and well suited for larger grammars. . PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. . PLY is extremely easy to use and provides very extensive error checking. It is compatible with both Python 2 and Python 3. Package: python-pylint Source: pylint Version: 1.4.3-1 Architecture: all Maintainer: Logilab Installed-Size: 629 Depends: python (<< 2.8), python (>= 2.7), python-astroid, python-logilab-common, python-six, python:any (>= 2.6.6-7~) Filename: ./all/python-pylint_1.4.3-1_all.deb Size: 115192 MD5sum: b5890dad81d38b94751f3623e89b8c20 SHA1: f083a913ff5f62187e3fc41d2e0afe0213cd5488 SHA256: 1cc2732348c346f030a0eac1de902c810539987a98729d2701da41c700b8ae5b Section: python Priority: optional Description: python code static checker . .. image:: https://drone.io/bitbucket.org/logilab/pylint/status.png :alt: drone.io Build Status :target: https://drone.io/bitbucket.org/logilab/pylint . README for Pylint - http://www.pylint.org/ ========================================== . Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book). . Pylint has many rules enabled by default, way too much to silence them all on a minimally sized program. It's highly configurable and handle pragmas to control it from within your code. Additionally, it is possible to write plugins to add your own checks. . It's a free software distributed under the GNU Public Licence. . Development is hosted on bitbucket: https://bitbucket.org/logilab/pylint/ Package: python-six Source: six Version: 1.9.0-1 Architecture: all Maintainer: Benjamin Peterson Installed-Size: 46 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~) Filename: ./all/python-six_1.9.0-1_all.deb Size: 9636 MD5sum: eddf913686628c922e7082553f2c530e SHA1: defdd1846b3494312be38bdf154df8fe94e978fc SHA256: 339bedca83ff626715b5ad664285504de9c8c3db1342553e3903e706837a5b7c Section: python Priority: optional Description: Python 2 and 3 compatibility utilities Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. . Six supports every Python version since 2.5. It is contained in only one Python file, so it can be easily copied into your project. (The copyright and license notice must be retained.) . Online documentation is at http://pythonhosted.org/six/. . Bugs can be reported to https://bitbucket.org/gutworth/six. The code can also be found there. . For questions about six or porting in general, email the python-porting mailing list: http://mail.python.org/mailman/listinfo/python-porting Package: python-wrapt Source: wrapt Version: 1.10.6-1 Architecture: amd64 Maintainer: Graham Dumpleton Installed-Size: 123 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~), libc6 (>= 2.4) Filename: ./amd64/python-wrapt_1.10.6-1_amd64.deb Size: 25500 MD5sum: 3f7d3a180f11300434d7230eb1c68222 SHA1: f820e9254c29fe002e5ab5864e0757b709127b51 SHA256: 5da6d935552972442aa10aaefdb2e2639275ff47a51de6029f6134e45aab7330 Section: python Priority: optional Description: Module for decorators, wrappers and monkey patching. wrapt ===== . |Travis| |Coveralls| |PyPI| . A Python module for decorators, wrappers and monkey patching. . For full documentation see: . http://wrapt.readthedocs.org . .. |Travis| image:: https://img.shields.io/travis/GrahamDumpleton/wrapt/develop.svg?style=plastic :target: https://travis-ci.org/GrahamDumpleton/wrapt?branch=develop .. |Coveralls| image:: https://img.shields.io/coveralls/GrahamDumpleton/wrapt/develop.svg?style=plastic :target: https://coveralls.io/github/GrahamDumpleton/wrapt?branch=develop .. |PyPI| image:: https://img.shields.io/pypi/v/wrapt.svg?style=plastic :target: https://pypi.python.org/pypi/wrapt Package: python3-imagesize Source: python-imagesize Version: 0.7.1-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 24 Depends: python3:any Filename: ./all/python3-imagesize_0.7.1-1_all.deb Size: 3968 MD5sum: 7e91070c5f2bf95f1f1493383aed541e SHA1: 4aa4546d41a73a449a2714269e4eef6192b1f325 SHA256: c743f66ee9e5ebb33922dca54fc493652a8952c3489d528fae42802ffdea6620 Section: python Priority: optional Homepage: https://github.com/shibukawa/imagesize_py Description: Python 3 module for getting image size from png/jpeg/jpeg2000/gif file This small module parses image header and returns width and height of the image. Supported formats are: PNG/JPEG/JPEG2000/GIF. . This is the Python 3 version of the module. Package: riemann-c-client Version: 1.8.0-1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 38 Depends: libc6 (>= 2.4), libjson-c4 (>= 0.13.1), libriemann-client0 (= 1.8.0-1) Filename: ./amd64/riemann-c-client_1.8.0-1_amd64.deb Size: 9956 MD5sum: 2e820b110c7747ea150bb2ca415db721 SHA1: 553d393b2a1fbd6af9ed0822c9b2952e952fdf31 SHA256: 68430f8c8c7801c92032f205a0782875007dd35046294dd08e5ea495c2c6d9e6 Section: net Priority: extra Multi-Arch: foreign Homepage: https://github.com/algernon/riemann-c-client Description: Client utility for the Riemann event stream processor Riemann is a network event stream processor, intended for analyitics, metrics and alerting; and to glue various monitoring systems together. . This package provides a simple utility to send events to, or query a Riemann server. Package: sqlite Version: 2.8.17-12 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 59 Depends: libc6 (>= 2.14), libreadline8 (>= 6.0), libsqlite0 (>= 2.8.17) Recommends: sqlite3 Suggests: sqlite-doc Filename: ./amd64/sqlite_2.8.17-12_amd64.deb Size: 19700 MD5sum: 76bf8947c1ffb1f2a68358568aef23fc SHA1: 0d53afc4e359678e5f1c89b9aa6781caca459098 SHA256: 5fa0204f32a938322ed9f1b0dd2054e20a22204cfe0b21c3d2c98726f7487518 Section: database Priority: optional Description: command line interface for SQLite SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: sqlite-doc Source: sqlite Version: 2.8.17-12 Architecture: all Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 698 Recommends: sqlite Filename: ./all/sqlite-doc_2.8.17-12_all.deb Size: 135936 MD5sum: 4a5bf2454e8e2406ebdbeed0abbd1b7e SHA1: fa1016be43150b85241d02e4bfb14668afd13339 SHA256: ca2d707c0e367cf64a1d30f9b53fdda28fa22c713a5d8c31491bc5999309457a Section: doc Priority: optional Description: SQLite documentation SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the documentation that is also available on the SQLite homepage. Package: syslog-ng Version: 3.24.1-2 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-core (>= 3.24.1), syslog-ng-mod-sql, syslog-ng-mod-mongodb Recommends: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds, syslog-ng-mod-smtp, syslog-ng-mod-snmp, syslog-ng-mod-amqp, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-snmptrapd-parser, syslog-ng-mod-geoip2, syslog-ng-mod-pacctformat, syslog-ng-mod-http, syslog-ng-mod-json, syslog-ng-mod-examples, syslog-ng-mod-rdkafka Filename: ./all/syslog-ng_3.24.1-2_all.deb Size: 24344 MD5sum: 6207d723122c4bc23cdd1c96cc6eff19 SHA1: 1e64949b8acdd9f815bde72dd1e742b4748811f2 SHA256: 2fb1440c68aec16a4ed01207681a080901b0766b27e9b52e82d46f8d0da0a632 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (metapackage) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package is a metapackage, depending on the rest of syslog-ng, including all available plugins. It can be safely removed, if only parts of syslog-ng need to be installed. Package: syslog-ng Version: 3.25.1-1 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-core (>= 3.25.1), syslog-ng-mod-sql, syslog-ng-mod-mongodb Recommends: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds, syslog-ng-mod-smtp, syslog-ng-mod-snmp, syslog-ng-mod-amqp, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-snmptrapd-parser, syslog-ng-mod-geoip2, syslog-ng-mod-pacctformat, syslog-ng-mod-http, syslog-ng-mod-json, syslog-ng-mod-examples, syslog-ng-mod-rdkafka Filename: ./all/syslog-ng_3.25.1-1_all.deb Size: 24460 MD5sum: 7bb82ba1a0f184b050fac71fc4e3586b SHA1: ea7b0cbdb4ca29c844e2861ffc1f3563e32524fa SHA256: 5d133d119667ff7610560867e1e1ac94a17c9108ecac6cb2df04c268c63993d8 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (metapackage) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package is a metapackage, depending on the rest of syslog-ng, including all available plugins. It can be safely removed, if only parts of syslog-ng need to be installed. Package: syslog-ng Version: 3.26.1-1 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: syslog-ng-core (>= 3.26.1), syslog-ng-mod-sql, syslog-ng-mod-mongodb Recommends: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds, syslog-ng-mod-smtp, syslog-ng-mod-snmp, syslog-ng-mod-amqp, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-snmptrapd-parser, syslog-ng-mod-geoip2, syslog-ng-mod-pacctformat, syslog-ng-mod-http, syslog-ng-mod-json, syslog-ng-mod-examples, syslog-ng-mod-rdkafka Filename: ./all/syslog-ng_3.26.1-1_all.deb Size: 28392 MD5sum: b3464a035bc301d61f831f5a719d6a80 SHA1: da27cc800601be18de640e5c1144ce839f417ce6 SHA256: 8fde193027049caf664c43fc121053e77408792460f7f330600b97e7b6e40516 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (metapackage) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package is a metapackage, depending on the rest of syslog-ng, including all available plugins. It can be safely removed, if only parts of syslog-ng need to be installed. Package: syslog-ng Version: 3.27.1-2 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 46 Depends: syslog-ng-core (>= 3.27.1), syslog-ng-mod-sql, syslog-ng-mod-mongodb Recommends: syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip2, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-snmp, syslog-ng-mod-xml-parser, syslog-ng-mod-http, syslog-ng-mod-rdkafka, syslog-ng-mod-examples, syslog-ng-mod-slog Filename: ./all/syslog-ng_3.27.1-2_all.deb Size: 29008 MD5sum: 1d1423a7a88687d72a6c238a9039a43d SHA1: d54db56fdd146c2ad219f29abfaf3977b18abc47 SHA256: c988e4126f80f58001cb37548398f6b225da6fc560dd65d599014b23e67e64ec Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (metapackage) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package is a metapackage, depending on the rest of syslog-ng, including all available plugins. It can be safely removed, if only parts of syslog-ng need to be installed. Package: syslog-ng Version: 3.28.1-1 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 44 Depends: syslog-ng-core (>= 3.28.1), syslog-ng-mod-sql, syslog-ng-mod-mongodb Recommends: syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip2, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-snmp, syslog-ng-mod-xml-parser, syslog-ng-mod-http, syslog-ng-mod-rdkafka, syslog-ng-mod-examples, syslog-ng-mod-slog Filename: ./all/syslog-ng_3.28.1-1_all.deb Size: 26732 MD5sum: 09a470adbe3fbd0d43e9eaa88aac1c8e SHA1: 6be3d7ef8bfa582cbab873edde7cac4b828b2ac7 SHA256: 97a103c5ead337d2cb4eaa08fe8b6f3afbc95cc594e3a1d78a6adfb86217480f Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (metapackage) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package is a metapackage, depending on the rest of syslog-ng, including all available plugins. It can be safely removed, if only parts of syslog-ng need to be installed. Package: syslog-ng Version: 3.29.1-1 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 44 Depends: syslog-ng-core (>= 3.29.1), syslog-ng-mod-sql, syslog-ng-mod-mongodb Recommends: syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip2, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-snmp, syslog-ng-mod-xml-parser, syslog-ng-mod-http, syslog-ng-mod-rdkafka, syslog-ng-mod-examples, syslog-ng-mod-slog Filename: ./all/syslog-ng_3.29.1-1_all.deb Size: 27464 MD5sum: 7a765f3158322d327b12a5b67e169c1c SHA1: a87d278bc8ea0283d569a4791838db1a6afac335 SHA256: 1c054325bb1d24c7a65216e4f3c964d9d484ebf711504a01553a4977cc578b31 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (metapackage) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package is a metapackage, depending on the rest of syslog-ng, including all available plugins. It can be safely removed, if only parts of syslog-ng need to be installed. Package: syslog-ng-core Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2776 Depends: libc6 (>= 2.29), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.57.2), libivykis0, libjson-c4 (>= 0.13.1), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), util-linux (>= 2.12-10), lsb-base (>= 3.0-6) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds, syslog-ng-mod-smtp, syslog-ng-mod-snmp, syslog-ng-mod-amqp, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-snmptrapd-parser, syslog-ng-mod-geoip2, syslog-ng-mod-pacctformat, syslog-ng-mod-http, syslog-ng-mod-json, syslog-ng-mod-examples, syslog-ng-mod-rdkafka Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~), syslog-ng-mod-json (<< 3.13.1~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~), syslog-ng-mod-json (<< 3.13.1~) Provides: linux-kernel-log-daemon, system-log-daemon Filename: ./amd64/syslog-ng-core_3.24.1-2_amd64.deb Size: 610536 MD5sum: 7dcba0dee6319bf15abf9aa5c2f3c53b SHA1: ff6491f30fc843973aec797852e3f23593e44b68 SHA256: 358765164f0213d8e915468470afb516efe63a39633939d0a4850d6c9ceb5c78 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2797 Depends: libc6 (>= 2.29), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.57.2), libivykis0, libjson-c4 (>= 0.13.1), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), util-linux (>= 2.12-10), lsb-base (>= 3.0-6) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds, syslog-ng-mod-smtp, syslog-ng-mod-snmp, syslog-ng-mod-amqp, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-snmptrapd-parser, syslog-ng-mod-geoip2, syslog-ng-mod-pacctformat, syslog-ng-mod-http, syslog-ng-mod-json, syslog-ng-mod-examples, syslog-ng-mod-rdkafka Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~), syslog-ng-mod-json (<< 3.13.1~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~), syslog-ng-mod-json (<< 3.13.1~) Provides: linux-kernel-log-daemon, system-log-daemon Filename: ./amd64/syslog-ng-core_3.25.1-1_amd64.deb Size: 615140 MD5sum: 3ff3bbe75cdae194be990b9db54a7242 SHA1: 8782fe409f5dbc24c73cf692237160b313bc71f7 SHA256: b25a237ca9a068d9ce5895b04dd1e564f0308736c45b3454507a5793797d0d97 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2861 Depends: libc6 (>= 2.29), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.57.2), libivykis0, libjson-c4 (>= 0.13.1), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.1), libsystemd0, libwrap0 (>= 7.6-4~), util-linux (>= 2.12-10), lsb-base (>= 3.0-6) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds, syslog-ng-mod-smtp, syslog-ng-mod-snmp, syslog-ng-mod-amqp, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-snmptrapd-parser, syslog-ng-mod-geoip2, syslog-ng-mod-pacctformat, syslog-ng-mod-http, syslog-ng-mod-json, syslog-ng-mod-examples, syslog-ng-mod-rdkafka Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~), syslog-ng-mod-json (<< 3.13.1~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~), syslog-ng-mod-json (<< 3.13.1~) Provides: linux-kernel-log-daemon, system-log-daemon Filename: ./amd64/syslog-ng-core_3.26.1-1_amd64.deb Size: 628144 MD5sum: 0736a1b09f03061d2a02b64154df81f9 SHA1: aab992a8a77f37321863537c247acf763e22b3c6 SHA256: be932b4769e1117530e4d0eb9547e224aa9eab7c955e4b6cb59a228d1fb969cf Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2861 Depends: libc6 (>= 2.29), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.57.2), libivykis0, libjson-c4 (>= 0.13.1), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.1), libsystemd0 (>= 209), libwrap0 (>= 7.6-4~), util-linux (>= 2.12-10), lsb-base (>= 3.0-6) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip2, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-snmp, syslog-ng-mod-xml-parser, syslog-ng-mod-http, syslog-ng-mod-rdkafka, syslog-ng-mod-examples, syslog-ng-mod-slog Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~), syslog-ng-mod-extra (<< 3.26.1-2~), syslog-ng-mod-journal (<< 3.25.1~), syslog-ng-mod-json (<< 3.19.1~), syslog-ng-mod-pacctformat (<< 3.26.1~), syslog-ng-mod-tag-parser (<< 3.26.1~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~), syslog-ng-mod-extra (<< 3.26.1-2~), syslog-ng-mod-journal (<< 3.25.1~), syslog-ng-mod-json (<< 3.19.1~), syslog-ng-mod-pacctformat (<< 3.26.1~), syslog-ng-mod-tag-parser (<< 3.26.1~) Provides: libsyslog-ng-dev, linux-kernel-log-daemon, syslog-ng-mod-extra, syslog-ng-mod-journal, syslog-ng-mod-pacctformat, syslog-ng-mod-tag-parser, system-log-daemon Filename: ./amd64/syslog-ng-core_3.27.1-2_amd64.deb Size: 633092 MD5sum: 8350970b48de166899c6eb46fa22521c SHA1: e76e672e56371af51557eebf121aec50556edbcd SHA256: 7a90b9e9cd55b22714e4758e1e3a0f857ddbf8285ed43bb5a92a7511d050638f Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2867 Depends: libc6 (>= 2.29), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.57.2), libivykis0, libjson-c4 (>= 0.13.1), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.1), libsystemd0, libwrap0 (>= 7.6-4~), util-linux (>= 2.12-10), lsb-base (>= 3.0-6) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip2, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-snmp, syslog-ng-mod-xml-parser, syslog-ng-mod-http, syslog-ng-mod-rdkafka, syslog-ng-mod-examples, syslog-ng-mod-slog Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~), syslog-ng-mod-extra (<< 3.26.1-2~), syslog-ng-mod-journal (<< 3.25.1~), syslog-ng-mod-json (<< 3.19.1~), syslog-ng-mod-pacctformat (<< 3.26.1~), syslog-ng-mod-tag-parser (<< 3.26.1~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~), syslog-ng-mod-extra (<< 3.26.1-2~), syslog-ng-mod-journal (<< 3.25.1~), syslog-ng-mod-json (<< 3.19.1~), syslog-ng-mod-pacctformat (<< 3.26.1~), syslog-ng-mod-tag-parser (<< 3.26.1~) Provides: libsyslog-ng-dev, linux-kernel-log-daemon, syslog-ng-mod-extra, syslog-ng-mod-journal, syslog-ng-mod-pacctformat, syslog-ng-mod-tag-parser, system-log-daemon Filename: ./amd64/syslog-ng-core_3.28.1-1_amd64.deb Size: 633640 MD5sum: 090d39487a8ca791f4d44b048dfac343 SHA1: fbe036b29dd8f4b8104352f51699b04032da1e9a SHA256: 1617d035943e24ee670568e569416227fb456d98e4d8ebf904fcb0d56c1e3b99 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2892 Depends: libc6 (>= 2.29), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.57.2), libivykis0, libjson-c4 (>= 0.13.1), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.1), libsystemd0, libwrap0 (>= 7.6-4~), util-linux (>= 2.12-10), lsb-base (>= 3.0-6) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-smtp, syslog-ng-mod-amqp, syslog-ng-mod-geoip2, syslog-ng-mod-redis, syslog-ng-mod-stomp, syslog-ng-mod-riemann, syslog-ng-mod-graphite, syslog-ng-mod-python, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-snmp, syslog-ng-mod-xml-parser, syslog-ng-mod-http, syslog-ng-mod-rdkafka, syslog-ng-mod-examples, syslog-ng-mod-slog Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~), syslog-ng-mod-extra (<< 3.26.1-2~), syslog-ng-mod-journal (<< 3.25.1~), syslog-ng-mod-json (<< 3.19.1~), syslog-ng-mod-pacctformat (<< 3.26.1~), syslog-ng-mod-tag-parser (<< 3.26.1~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~), syslog-ng-mod-extra (<< 3.26.1-2~), syslog-ng-mod-journal (<< 3.25.1~), syslog-ng-mod-json (<< 3.19.1~), syslog-ng-mod-pacctformat (<< 3.26.1~), syslog-ng-mod-tag-parser (<< 3.26.1~) Provides: libsyslog-ng-dev, linux-kernel-log-daemon, syslog-ng-mod-extra, syslog-ng-mod-journal, syslog-ng-mod-pacctformat, syslog-ng-mod-tag-parser, system-log-daemon Filename: ./amd64/syslog-ng-core_3.29.1-1_amd64.deb Size: 639976 MD5sum: 5613c48d17d2a7e955e3782c9a6b64d2 SHA1: 43b420025cc1710dc74a958976960f8626e4520d SHA256: 6d233eab5e0d47511d491de91a3faebacfd8471ede524e6ded847865ccf03680 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-dbg Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5941 Depends: syslog-ng-core (= 3.24.1-2) Filename: ./amd64/syslog-ng-dbg_3.24.1-2_amd64.deb Size: 5226660 MD5sum: f6a309fee186550a3acf356d8e8b4862 SHA1: 921252ff81095029279654e174ff00c22507ab4e SHA256: 018dec7c4921b3580c40cd164109f4c7bb504088de8ecfd8b9d9b4e360c9eb4a Section: debug Priority: extra Multi-Arch: same Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Build-Ids: 0a2009f5a42f0b75c8010154c776fb8a487f8143 0ce8b3f292f132379a47c0c3ea647c50714e4145 0f989788925d3400d2e6a6dfee68b51dea89503c 10d12a39555afaeec9960bfd112b6b8f3b1a8924 1352dc3b9fbd08849063eded3a60fd83fac1c346 14bc25f039a637534e23073d625cf2dafd8c5a0e 1c02cadc04f8c30a4a0351309625c4c58ee026c0 1c8bd88d81706cbadcb1914b441e48d3417c6283 1df376c531ca1b14db648fb47e9195ffe3e9fdf8 206c269652d6e61e0393c62014716670be519b81 20c3136170638366141bbedbe3da7e85d57d928b 23310a9dd9cfd8b010cdde312344516f120b3bbf 258d8034c7a089b3ec4973bd9568dd8c75c44a20 2dfff3ee8a51558a14b35659778f22fda19a724c 39585ab7df03810993a0bc339a88e51e37d4971b 3e7591d1af6959bc7e3a85323989f2a56a934e33 49c70f5f64c4d52baa25aa1d6a8d54aadcf873b8 5181363b072ea684f694611e4d15a1666d8a2e30 56e8d789bbe9f192cd1791dba740d2cbf3ce8324 598845cf98d9196461ab4d2920025eda659904e8 5bd07a71cf5c4ff05cb4534885d671dc7dee48df 5c4133af2f25bbba3f32f2c305288ff045eb27fb 61412fd42078ab8b9096f1677a7760e297c30f80 66394f1eb5e2348c40a9a99385936916c86a5c33 6aaeaf40bc254d94ca4ac96225d19b648dd9928e 6be5c713fedb267135e8f210a5ff895fbc2c6df1 704486168f8e909a5208f7500f5c7df94ec34778 73e5b8e83bd9dc963c7a9bd312872fdece9bdd61 78d483801c525ea0ae575082db7b50a1118b35b7 7cad69eeed42de093be0a78e62a16d0ddb3037a0 7e34ae3b2dbef8bcf9d7468acc08f78a0c351b6d 84434401b921c6ae7ed3addb766640ad3035fc4c 84fa7a63fb6275a92ad8e53fd7d343ce047856b5 850b172af786ccc481732ad457c65a6815f2830a 905edbe774140d3256f0f843a31c98fbd91193df 96b5c80dc6be0f17f55dd7aa7e8b739f9302b9da 9c0b74a75450467b606d98b983a07772b196ecb0 a99d269060dae47c45cefd23593971601eb8bce6 b2af18646c272f409fac74d98c38bd3bbd179879 b4a52191c10041a35278fe419a26b3fba37b7b68 b4b2e84be0c71b02f0673fd3184ef94970a82a88 b68377ac805f7656143fbf745af435b1f640ab0b bac4ce7227bd94f1d911190d64855e219c402823 bba0648dca535c0dac36c3655a417bb509350777 bd4acc3199cbb480a186b7336e02390b95c4a71a c1a3503d7cddf191b9cf0ea30770ea1c153d9670 c7fe1127dc8e7092846213e63c83c4aed057a483 d503fd142a71121a249440ea89312c7f480119a5 df3421324896aa7c93551b017506b0137218a1c0 e40d41e5667415298dc240609d1ab61c0bc7496e eba9545c5e28f63885c02eb5d4ed850bea477618 ec6dd1872a65ae6bc67c4ea73b827e095c76042c ecdca7b0d21c9d8dced805b06931187753afa7de fd91bf27671f47d6dab984e0f41d141390b9f436 fec57ee21056dcc0c6605367d9be7b7038f47618 Package: syslog-ng-dbg Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5999 Depends: syslog-ng-core (= 3.25.1-1) Filename: ./amd64/syslog-ng-dbg_3.25.1-1_amd64.deb Size: 5284152 MD5sum: ef725b17f15902c166379eb372c80634 SHA1: df98097e3a2287f403c54558ad109fff6a507fb9 SHA256: 5ec3c8da1d9aadb7307b2dbeee4a2a1dbb9e7a6621b91eb7d6805a1d603d5bc3 Section: debug Priority: extra Multi-Arch: same Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Build-Ids: 0056fbee14bc36d294b6cc13e13973a1b420dff3 029a65d6833816b19a5ae0b18130d33dee1c7e23 0770a7bde227a73dfc6bc60c6a5c9be0cc0def2f 077ef8417e7b5d6c10977fb74d76ea63995642ec 10ddf8f6cb9d237b3faecdf909dec52543c736d0 1196c68e32d5d1e6f967b1950391e1bb115f52b7 1317090a7b53c46cb2e28eae96b8de7f6057c5bd 14239f2cd0209528396af21181751b33065a1221 157e8204aed2083634680860428a8a8bc53e2427 16aec1cc71a17abdca79f425b045512e183ab24d 16f951fda93647d652e66ba19d7bb8b484a7f14f 198a7ea6a393e3fffc7b8315bbb888712b1df85c 1dcdc4bcc5c3a514c595d220ec85d87f376cc69b 216bc9c06121e3e9637f013352f60be1506abef2 260746d5c4ebef7477c7ad44b4424d0b1a5dd199 2a802488c0a81e443ede4f37ad699198cc5dc9fc 2b715f071b5072d50cbb0ac7cfbdec6b62d27d8f 2ec1818fe93b3f064c5cff03b45c39c5ea6c1cfa 3ebc170205089b36a781cf38edd2690b2132ae14 3f3b8a242ba32bdb62b7d995146bd5bd2e3afbde 46fe695b18c1acea43e113313762f49cc159fc10 52dbc8cdff5ac134643a55b96e1cfb4d04bed263 539746f70ba5f4f04f53b5773f5cefaa9267decc 53cb66d96cb2dd33632b012ede8101633173efd2 53db76691d7b0a557597f270fb7b376c85042aca 5985ef28583ed1b1991f5e80a4b0472b961ab28b 59ec10d279e5b196d5c9e4daac568eeb56265e90 5d3f321d8e4fc49940a0b3a345fa4f519bd1d92b 65e1e4c0ea66f9b0526a8e0d12b057a6a00d45d9 68a46c3cfe0a37d0e9581387bb848df3ccd53549 704486168f8e909a5208f7500f5c7df94ec34778 73c847d3b18eb5350a44c02db44db8b069b22ebc 773b47e327901caae5bb50b58ee33a5417477b46 7f8053be686ec872679cd35fe882d2ba491b2a02 897f02c12d586d45438a6f98ee3b4eceb53766a9 927c0d87520017fa2558958f388594494a44b40d 92edfd9bf3988884a85dc71c6eecc92b5e4fc8be 939d1cc36adf065994529c520c7e24029690db90 99c35640f30a557437da85bbb1aff908ad9c315d a28e236e582818014c04d92ebd1a2008b63f6b4c ac8e508454bb5aa2cc94264f252d6c8dcfab9b96 aefd67520289956d3014a6e9d26c91cfa540f56d be1ae018d2c586427b991a2590bd0fd44a7cb8c1 bee4d1bce154489e3788e38207fe0a865131d60c c55aaf912ee736a75865378f9375c102a63ad5ef c7235b8f3a76dcf51304d2d327ee06cdbc236a16 c8185c5e64bde3f6166181723ad994055afea306 c8b42f51627ce71a5f735000b446236875cc8367 e153729311199f2328918c0f053590c9ca16310b ec04323724d0365c1413bd4accf92073755069d2 efa48dcf6fcb5ea4930b4fadd44131293e8486c2 f21fd63b2fff938282762fa61d8f83de73d0d6f9 f494348f8f8e6c28489027d8caba97549a527a3f fd8d6c46c17701207e6046f9a67595ca8ed2d448 fef76c4c068db1dfacdb2089793a6f6ad291b6e9 Package: syslog-ng-dbg Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 6243 Depends: syslog-ng-core (= 3.26.1-1) Filename: ./amd64/syslog-ng-dbg_3.26.1-1_amd64.deb Size: 5504476 MD5sum: c1e3c4221fb1f9cb20ac3e228e8a061a SHA1: 931f70a0f9ddb8f9217ccaba4ed77d15d1aab031 SHA256: 771bcdd055a12f3cbfc9469b8de2f7aa12437713984010f5e7eadc879321503e Section: debug Priority: extra Multi-Arch: same Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Build-Ids: 0931979fc9552b5dd260f89f4319e432d4fbb915 23358fc6a09c8965f78defa8450213eb9f92ebc9 254434c1c5803c5299b0da8e802a8db6218dbc7c 25cde4ef75d77984480c15b4a5dae03f0a361792 26b88307311a1eefbb3345cc50c92ac7206805cc 27d2f83d0164ad6d588384e1f4c2b4c4981d8a35 27fbb52abec0aece509594f14dd8d3f3b24a8b1e 2afd9e56a347a7fda27b775defbd9e9e4458db99 2ef47d690df12326e26a343fde5e5f194887a440 396b9c0b8d9cae5cd8ade53a687a0ea3df1bf406 3b4c4ef6a049a075e636e55d4ff2b4eaa2e37f5d 3b6088a134b6a743e7d74d68cc4d40899cc08e08 4e8efd34bee803f790e2a7974466724900403641 4eab3d086fe743a8c002c9b6afbbbc5eec7a3464 5684d00ab68cd25dd8bd7ac72588c13887f1af93 58870fa1c5d1e55a44d2c0e79c662124f4b68f3b 6351930bc8fceb3f2676b45185a3d8c4161a7399 684141eac3110b845452427980fbcdbe44ff02c1 6914e7676567afd94922cf1958cff1212d00bd48 6a2f938684cdce3808f5e61c2cde8b1379e382b5 6fc4f79df7b5c275976e406404b8f0f4c355dd4b 71a4c8d86c41eeda8780fb604fe29edb3b7e8560 76df43aad9b3954207cc15c29ae22f4f58be3089 789c3a1e23767192af9134dbcd0d3fae67262227 8412be706f37ff2c9320b9edfc5a6d702ed7fddc 8e6250883d03230a77d031e3247d1cd4af8dc331 8fd63b4ad780ea92e69706817fd84275307c1f54 8ffd6aeca6812685b0ccae1020dcc40641577ff4 9548c3ca14f32131e954ef4ac542ca051da33f8d 95e599f1dbe695fb545739561561577854bcbe23 961292a7cf89bcb83f01b5e89a66182ff396420b 997b75a3f45d8f9c20fcc368ddb366235c5de453 9ec8fc662bec74cdffcda4af522c99883811d2f7 a5019d432a8cd57e607c25c14cf854f364276603 aad5942608eb03444c3cdf0a064e16c8eb6c8a83 ab848fc84f44f17cb3ee4204601934d39ed72def b565da457bd068cdbc40992ff7801e2cdf9d7dc6 bbffb9e1f820a682c19cb7b98c14d11062cca3dc be699ba1cd32fee1bf28955d6e5ac60c1bb1f5df c19f9194d31bf68849c366a20c95e5bf64ce4d6e c5c8b44b6451bf2c14c14959c45acff403eeb87c c71af3713d9f9b81d84abefef31faca23154ac29 c7ba325d0b82c5579ad2a9e92c558d8b171c04ee c85d176961dbe2c09420156f7157068346ef8f71 cd01094e9be044969f9933bc6fa530e6c15a8b39 ce1d3ba3f5467cf73d9b900d8016eb1779d6a6e0 ce6fe6da4c39b66d93b626e6f7386caadca79032 cfd69619a54d0613055c7dd275f90cc9aa9f44d2 d25eabbffe8b64c8e197dd1c8ab53dfa8ca87c5a d282d7dd1201d16f06944c7289bd9953c1d85a06 d6da1070de9ad393c100dbc81f3ced76b1625518 d90280d9bdf72cd41c141dc63843e45df6068190 dd585cdd5e2c0ae2176308191ff0dc5eb07059fb e62caf336f94c663fbab9d33a1c09dd61c97918d f3aabeba39f064f2a217304a12625cb1cb27f470 f6fbeec0ce685d2046ee7bf5678b97dba754bbe4 fc91995f724b2989eef27bb275842db754d3b25a Package: syslog-ng-dbg Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 6396 Depends: syslog-ng-core (= 3.27.1-2) Filename: ./amd64/syslog-ng-dbg_3.27.1-2_amd64.deb Size: 5623236 MD5sum: f81dd64eae9d7a7329d8185611e4629a SHA1: 6110764ea1c2376a89480d4ca57383a981c4872e SHA256: d49677fda6a902eb1261d432fd9c63bcc489a9cdbf994f793b5f65ef23f1c9c5 Section: debug Priority: optional Multi-Arch: same Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Build-Ids: 018f74e22a41d6d4e2d435f223589468dc7e0c9a 03cf1ca1448fce72970962339e089ebb629d2f1e 0931979fc9552b5dd260f89f4319e432d4fbb915 14ac7673d2fa4e3e307b4b830216d17e1c7a1d10 154144a57b27a9baebf2aa5e99efe82cd230ddc7 1d678544f7a258a742e576eb34352e9f59637e72 1ea37f60de903d8e418d79841217683d3c9778e7 23f4cb4ed8fba0238797804266666a7b9c3ef001 2938b81d86b59cea69ca929a7a6c991a14f86547 2d55ccd63f0f676bcb739edc956129abf6cc3023 31c7e73249690c0552fcc7dfdf200fa6530bfbbf 344b30b41ea9f4101af4f7945578d9a4b6a0b100 50e2ce32826536a447c87cc71881b5e7d45efd9f 544a8f5661f4da5be9ca9e31d930155f23f84f34 558a6f1f2e531012209e3ba43dcc2b5ba3fcc866 5a2eb05436dcfeeffdc8e4500fe2dea5a29ee4f2 6120dc38db62922d1c0ff1cce6a501a45c91f5ee 63e62f0d68e0cc6e70c79fcf5a5fff865783a8a2 64b9e0f9c0d83d5e87077049b935914805d802c6 708e63e3158ac3c2d13e82813ae003e23b9f8b92 72643d8bb8b83da4584451192fe508ca8e306bcb 7896ae990b2ffce89b5b4da7a9a5d020d22fb8f5 78f0f7cb59c6f5a8967fec653c440a87795b51eb 7a7b8a7691e14c240861fd27b3fe823f0df232ea 861fd6fa1764dcbb694e1710f4142fffbd8d9648 917251916a33c05184a502c88151b4b24b92811e 9a14446014cf9a4a84b4c416b28af9d8046fef94 9d146046d6e1000c9ea5b0c8b50b2d53a77f735c a0fa8a3d98da048cab91e1da98a7d62a772e3091 a667540c6d47ce24e152add0941f95ec4d216474 a864550e8c1acaf4d85f268e1bcbc5e5e5a0d963 a867d7dfb823c2bd331fc3430087d7c541162048 a87ef40ac368166c713feb20a8cf2b307fa0bef4 ac2d4f5ec6a14699c7d7968006fd059b9886e0cb aded874fca5ad974517dae6d3a35caf7dc32ae9e af29ba106f8f6f8e63d9f8eb0d907047be917a36 b0d1e93359384c7290dbc083c35f10074d139b94 b2e1e0f0c273662143f20c0106affc8bcc5519d2 b36ecd9a1a88a6a8034a5655f090474fb6ad7c9c b6dd76a340fead56373dd5be105d552c8a5919f0 b98bf461be1cef5633c23a3314c9c9f47b6ad015 bc3d841a71f3df6ec4fd213867b66e41a81008d2 bdceaee317fc38d003327063b6ba6728a9bfe550 bfcb0769963fe72a1e30799329d068fdecb5490f c27e94f25a15a6d1647b5ae2cc0f29d9ce0ca870 c69d016fac0689a6dc699e566669d5e6cc69a311 c95aad7202ac2a61a1a558454fb9f8f4ec982ae9 cf0ecd72a01a196788e61a28cea443402ccd8883 d378089a143024bc5c2558f75b3370ff4ad32862 d5add9607e074367ad245533b83685292db1b2f4 e3bc2cb8a9813b76909acf7e18afcad20fab0ddb e84d5263712d984442999ba15d75da7c6970efa3 e906a6a8633a32bc25a99b8b8a3996b09427477b eb3719d7deaa21f831bd095084eb5865b156b93a ecd9415b819f8f4061ee6d17d117afe1aa57c388 efd1bbd3f415bf07a55ae9c4305e271b98118ab7 f8abb059f7edebcf20cab70fa5e57c21e6d47240 fa40b68a85458c1cb77707052a9011a4f61dc8b5 faf3f94d6a9a19f1e81c92b084ca32d97e283336 fedf947f679cf3e370c8dbab0d398f9f23c50cdd Package: syslog-ng-dbg Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 6490 Depends: syslog-ng-core (= 3.28.1-1) Filename: ./amd64/syslog-ng-dbg_3.28.1-1_amd64.deb Size: 5708248 MD5sum: 23cc715173a16dfe47339dc08faaea3f SHA1: 4c9d89d4ebf52157b0816884db51a75639b71d8e SHA256: f25c00b06005f2dd65b1a456b4203af9128eb3470f82ea666217f85013b75750 Section: debug Priority: optional Multi-Arch: same Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Build-Ids: 0931979fc9552b5dd260f89f4319e432d4fbb915 17de0408def71242b00c7cea1efde5a3a9c76200 1841f22ce855f0bbb08f1d81d6f7ad44399f38d5 1c5e9024aa6a89df20e380c12adb7b6e55ee528b 210fc27711b24efe088325cb08bd61648f8373e3 2418fae27753fabcdbc4e80b786e3eb043ad9b6d 28198632461e38068e498bc9dc775f50ce0586ca 2b44b5627107734c6078a725b3d21c383cac4c59 2e6ea36fbfdac44d4a924ff37e721376347f04ec 322615f795a68cf7ebfa3ea878fcd49887e947c2 3a3c6d052574f7fb79c09a2965753439e8e86114 3bdff27dc70761f0d5b9f2c4c6ee63e06f9a9dfe 44b6a58ed21d88348d7f43d8ac2ba5441df71532 4880a586b6befd0fdd698b209d22419d097f6229 55dde4d8230aa052fa39f3ec239d93e685e2b495 6364eef11596ad86e7e0e921a3d051f995a85c8e 65453a61777d84eb64b7aa757dfd58014882b8d9 65b32d41343faefb9eb5048be172387e4dfeab96 6b422793b71b420d890dc74e473885d7ae2b088e 6b4d1992faa8ab5966256161b67e6bf7a2315cbb 6c4bbffc015fbb4b174d62b852047ce39eb249e6 7c5617c1fbee3edf0087a78b2384a6c221ff0398 8a73a9775c3445849ff25bc66ba2a1e20e932103 8c822705102d63bebd505288bdf5b3a893fa2cba 8d0da88197d6ca3b3f7e2cd97d306aa78085e0bc 9070c03ce32aa8e53d50cb2ff32b7ac7701b0ccb 9166f641837b313fbd21bd6007af134d2015686b 9b378c6f4f75a931bcba0e65202c5607c07c520f 9fb8b9c8f56e4c66db7db8e7a9d98c5cecb7e0ba a22cf23260b65dd0151cc0ea1aaeef9b387d9958 a9a65ae55c7d499dfe6c0769d06a8ab16a5546f6 ac280a6ec2a5591f5dde205589b8b535c4157294 ae6660b4402bd776252841c62005a60788dc57e5 b0919b40e6faa4e88bba57bca6e708895f69d2ee b1b96356b5a3676c5c42391887f5d0a276c40d45 b69fbed8eb2582322ce85c137c4f22473f8e760a b94d44bcb9e2ba6673769cee9e9522c9970d6ec6 b962a7cb79730c9d41a1a7cc6cc5a72e5c9e2153 bd5add4dec830a7fda32cfeb737efa50f72c8e41 c5212c39fdfc02ef20b505da0e469ee2381c1e98 c8104d7a83a6c72ecc8929323caa12df6e7bc0ba c97b8a438a034ab17097edff69f302a0b085e7de cba20870fd839bc77b208da917554078b1c04645 cc86612bd61d938074f43b1276404a48357d2346 cf635cb220f6c7d4919dcf2d3083ff0483edae12 d99a96e136830c7b83039418f9123ff1a4c7d0c0 da323618928d3ed177ad2327e9e8cf5a74cf068c e0d4aa6ceebbcbd647ccba45e23a2160051cb9cc e1c89083ddd0f084b43deda66173a1ae39389748 e580097ef98143dc16e62bc16100a774ec669d36 e8babc1164b4ae6382645d9f89fe475a4f8e15d0 f02920f224940e5d7f1373d30bc2885bfd48f7ea f192a01ad2f1b996609552c4d4f75e1256dbe6f6 f4ddbcb93d76d54dde23d805053cc56bddb23356 f856f21f1cd093012009dce6dcaab1a6fdfb2918 f8b5b8b4fe41071909b5f235fa579828c3bb7bd2 fd5434d805068c7653b0e9bde02ec6421a33ca2c fde0f62d2a5fa066df6d4183a887ff52302b409a ff56dcd8c415cd8d783a1542578f01c2aa3061b5 ffcf6e60212adf3dfc60a84f8c8be3af02546b24 Package: syslog-ng-dbg Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 6620 Depends: syslog-ng-core (= 3.29.1-1) Filename: ./amd64/syslog-ng-dbg_3.29.1-1_amd64.deb Size: 5835388 MD5sum: 29d0ab76ace0f300f73003c3bab6b7c4 SHA1: b1aa68ae7953e1feb51c9ee96a7994810edeabb5 SHA256: 795945edcdcce7864bcecb21928d6b7b82dd209cfdf01214a266c5a71c144f78 Section: debug Priority: optional Multi-Arch: same Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (debug symbols) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains debug symbols for the whole of syslog-ng, including the modules. Build-Ids: 0476f45707435f5f17270ec64c7c1ae31431077d 058cd1e5c0c20d20d74e8af1a5fca4ff1f24e1ff 0931979fc9552b5dd260f89f4319e432d4fbb915 0b098dc3f8da0647a3c9d38806ceda6b2dca1b7a 0f231fe250424d2d7802307f2009ae3a898ecc2e 0f3066b73e1c9ba2fdf099a87a9f39cc4cfd81b9 119b85e18eacf39dbd398e33367b47d381172567 216f29d727e07c0dc6601e02f934fbe3fdaa68f9 224508967b34eb75ed7a5b257aa757f005dba03c 25256a08641926ccbd34612c24d8fed220a02930 280e14c2d44da056dac56b00a2ceb11eecbb7ee0 3228c8fbaa25b5f96f87ed9924292c1a3bc7634b 32ee738198484852ac5477f2ed3f81ed400de1d3 37ea136cfd87224d16ec75ad8bb6405915014ee6 3a30cb4a8a7917488da14302572ac05108fcb01e 400d315e015854f64780223ced5efadbce651570 42618522ff2259aec8e553fad18cf2a407691ee0 43150d2f0a42fcc691c7646eca849a01bd24470d 46266e79ce6a1dede120c2213fd47d52801c07e7 4c6ed0cc637851621db84b2686772d808701c31e 54920127a0009bd5fd9e244806a5bfa674881fa0 56c5bed8f05caa7b50fbe35a4353d587d4dc0a91 5ae70297d7a0af23a6e43f56fe381c186c0a08ed 5b58bb1eabbe4d168501ff1967824c1981898d20 5d7914801c050bc9d9f5c28a703021f7716e5a1a 64d1ecfe12a2de6056cd3e85112f0241a8bb33b2 664bb0b1d0e2b6144c84f597fe74b75997263da0 6768f2788ac82e988bc46d2f20c10ed5d342cf3f 6b63a32c408711c3471b7184ec59e94f8a23db67 73e26eff74e60df13548f0c3dae8769698d32b55 7837888bc1b0a8fb0d91f9f79fd6d4fc013fd96d 82dabfd17ec2b20d281880a666a95f83b618d55a 892e28c07f890563a40d0ade005c6a283a4b117f 97865e457f7581f43be1d6b2f440626a8fe6ac82 97e13d5332f391c8d12f28a66ebc93a481aeeda5 9a2a698f923acfe2c72fdd6dc1065317cec5c151 9a7ccd13704b8f8a871e69d03b84fbdfd32e7f63 9d816166fb596a5d11cf0eccb50dd62f99b53015 9f1c3d11236a2faecfa6e37e8eca15940b049ba4 a0582a1de137b0e41a4a933982963f6c7a81280a a1f1f52d4bff3265c05bcd8d8872787dfe903088 a40817d74d47d7b65bc8ba0a0de5e18065603224 a82fa280a93e5717f019bbff20773b8de4a40b38 b0024385c833d2b1014291bdca1d1b31f0e88715 b2c0c4f4d815045ff0b028f698e218e1a608e350 b6217047213ec95b70eddb45db273061f5bfb0d6 b659a6e20c8733e3e54630961d3b5bfe8d50f096 b8dcb5685a644a0a77327417c905456fff7b861d b9df6707ed8338dc893aa42b29135975e11e3248 bd6257ee53ecfc59f8485e2bf431775ce88d089c ca46d4e4297d807034d5ddc5c3745574478d75f7 cf07550e32ef219f55c4293cba056cdee734bee7 d675c0793e553383438751d12485a5816edff8d7 dad2cad83ee84e98cefb1a973daf43ab68e3e6c0 eb731ae8036c80b75e5556da325c00ee67277d7e f00fc9fb43ca2a9d828b3b1248acd3dde4570112 f0358ce14dc7f23d8a8b289c9cefbd9b3e1ae3aa f54b444a8e64edfe3951042e4fc3fc40d99fccad f7dde5c25501b0f11fdfaa068f1714ef63abc7c5 f926cc8ed5bfda5e376efbbc7e495508b17414e2 Package: syslog-ng-dev Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 846 Depends: syslog-ng-core (= 3.24.1-2), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.24.1-2_amd64.deb Size: 120752 MD5sum: fee88bca08c0c48321fc1fd35e4ed9a7 SHA1: 9530139e2fd3d0b1b692bb33a8bcd8731d49cf40 SHA256: d38a89aa393b38e044fcd5e89186ae383ead5c717404f34b265459465136ce9b Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 854 Depends: syslog-ng-core (= 3.25.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.25.1-1_amd64.deb Size: 121452 MD5sum: bc7078222bc1641845df88b53e707828 SHA1: 701a5c43d6bb897d363b022edb629c2878c0ec94 SHA256: da52574dbf92a6b0a09c7502f71f9b8834b60404f2edace291755bb9cfb78aa5 Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 872 Depends: syslog-ng-core (= 3.26.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.26.1-1_amd64.deb Size: 127032 MD5sum: 38e263b5953177dbae0fbf5ed8aa323d SHA1: 7313192110322f92f5f0698ce3050741286c5500 SHA256: f551193c65d10d31e448f6daf2f06ffbead5bd563a5aa461d52e38c63271dab1 Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 883 Depends: syslog-ng-core (= 3.27.1-2), pkg-config, perl, flex, bison, python3, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.27.1-2_amd64.deb Size: 128536 MD5sum: 2b86b485cf4b06a335cbed1aaea44024 SHA1: 21157c2fcdbb796c830b4c2c473946249e8aec13 SHA256: e408daf89a6b681b087397c14a786f8c93a1e50e6f2d358fd49432eab327a881 Section: libdevel Priority: optional Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 881 Depends: syslog-ng-core (= 3.28.1-1), pkg-config, perl, flex, bison, python3, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.28.1-1_amd64.deb Size: 126208 MD5sum: 935a71a38223683834bae37cdc4cf390 SHA1: 819bad6a1596e3d74f5f709e410048f77c461ce7 SHA256: 453fb17bf4301739c3d9f5513094966b9ad6740b45eb2cd88b53d7e30499bfda Section: libdevel Priority: optional Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 891 Depends: syslog-ng-core (= 3.29.1-1), pkg-config, perl, flex, bison, python3, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.29.1-1_amd64.deb Size: 127912 MD5sum: f14328a1debee21d863e95a7cfcfca87 SHA1: ccd2124f44904852be6f0e2e866a4efc7bdcd9d7 SHA256: a1dfb1dcbacd8cf43ca69faa2e5daeea93f0d38068a1f1857f412f728173b047 Section: libdevel Priority: optional Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-java-compile-deps-mvn-repo Version: 1.4-1 Architecture: all Maintainer: Laszlo Budai Installed-Size: 122169 Filename: ./all/syslog-ng-java-compile-deps-mvn-repo_1.4-1_all.deb Size: 95411672 MD5sum: 777e08de96a0b5fd544defd2df23e82e SHA1: 9e0ed4cf429a7b48cb46548174c819874db5c152 SHA256: 729e3f996c058f30b84dde7d9288d6dfd442a37eedd2359318d7cb7646652cf5 Section: universe/java Priority: optional Description: This package is for make it possible to build syslog-ng java modules in OBS Package: syslog-ng-java-module-dependency-jars Version: 1.0-1 Architecture: all Maintainer: Laszlo Budai Installed-Size: 76739 Filename: ./all/syslog-ng-java-module-dependency-jars_1.0-1_all.deb Size: 69454604 MD5sum: 1855b7af40f7e8f2b79673f28c5f383a SHA1: a6c90c0e78917ecb6d18099cc7dfb7d653232dce SHA256: ea6de3a1b4392d026aa43815c01cfd331dda5a20a9ee3b3f6e5efab85e10a29e Section: universe/java Priority: optional Description: This package is for make it possible to build syslog-ng java modules in OBS Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.24.1-2_amd64.deb Size: 39412 MD5sum: 63daf89d1e02fdbe0b74f44f0c912551 SHA1: 3e589fd23e2397695917ead4f8e64f2549f41015 SHA256: 496083b6a598266a5f62c8bd771c21dc4d87e22ee3e6ed4786f2ae6d633a961e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 105 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.25.1-1_amd64.deb Size: 39480 MD5sum: a85a8f14b3755d3ed04fbbce1f71c2fe SHA1: 460240adab0fdc0611775844e3712872387f7a29 SHA256: af0324ea96d78f2369bae3b3fd96f948577dbe2186e21b2c84d90dd1683a4f9b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 108 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.26.1-1_amd64.deb Size: 43408 MD5sum: 54ab40cc0da9bba4ea8057a36da0bc76 SHA1: 4ccf9ccf892fe363e4902ad1b779ddeee2b4008c SHA256: 486726452881dc0bac4f932b3a236bee2687eda0164bee82899c39c3cd63ddcb Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 109 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.27.1-2_amd64.deb Size: 44088 MD5sum: eb9413457936760eb8c413f5aa9af158 SHA1: 2d7c78895984bedeba64cafffb9b15fc2be41f44 SHA256: 4817919c05146975b8fa7894d04c5bc8ab9647c6e318aa9bee109295b29072d6 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 107 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.28.1-1_amd64.deb Size: 41812 MD5sum: 1d99c55fef36b30b90c073916b34a4ae SHA1: fd66aa856b3882957818e1266aaf31666c9e042f SHA256: e4354f867ac0e8e8eb9173718ce92be098f366806e3c7193edfaf02441d45f4c Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 107 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.29.1-1_amd64.deb Size: 42584 MD5sum: d0c5188a56339b84d0965c665f65c17f SHA1: 98c09cbd693bac9306b13bae491e4f0bff4b00a9 SHA256: 8f9a1fabc1aca503f72cff5fb34391e294578faf61a59f4195b28ce4e596f705 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 113 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.24.1-2_amd64.deb Size: 47792 MD5sum: e982db5eff07771578a26a33a6cc137a SHA1: 72c1fe3379354ebfd79d0e8ee4266e72bbfde98b SHA256: ffb78f6577cdeb3d9d1e410a6a92ee75f3cc4216d56cfb22cd0d9995650b19d1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 114 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.25.1-1_amd64.deb Size: 48004 MD5sum: 14a4cedcf4b77cc9bea396107f47ed5c SHA1: e797c20aeb435ce0fd36001ec6cb7ff6e523cbcc SHA256: a30a6fb40f5fd8a826c4627e4d7f5edf13406fa8a2dbca425dd2e84b93890b71 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 117 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.26.1-1_amd64.deb Size: 51884 MD5sum: b1c7e3b16ba8e74d27cc0ee7815a292f SHA1: 507f1a15f2bd9547438f4b2b26a5ab81e9af1c88 SHA256: c8b0fa47e5020558423d82bff66b627ff37a189858eeb9458fb7d17e5832d782 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 118 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.27.1-2_amd64.deb Size: 52556 MD5sum: 84e2cb4762be84840a390dc77086ce5d SHA1: 3524d91ad60e8db3397e3e4771b9875cfa320b85 SHA256: 423bdbd6d416a3fe62dc054c88b92840531964f9933b662908126a4019f9aebb Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 120 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.28.1-1_amd64.deb Size: 50396 MD5sum: 2f4d9fc305d76181f4e6b5e225bc030d SHA1: 32719ba3a6408332c6afd78b0d94b5cbc67e1679 SHA256: bc8aad074cc992fe1797735bb953bfa3e47f27ef4e04d8f5b4685d41d23e6615 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 116 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.29.1-1_amd64.deb Size: 51040 MD5sum: d63a1fe48ddf262b06cc452abf91cb9d SHA1: cc292548aae9b22a99f04dcf3bbe814f12068bce SHA256: ef0c5b61ebc8ae28cfee1af7141ff497f80944608786eeb79f98df8c2aac93c4 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 176 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.24.1-2_amd64.deb Size: 53192 MD5sum: 3ce477a73105fd77836d41bb99511bc2 SHA1: 1b76bfea98b51442a4c0a6e08084aea2a2109449 SHA256: 939bf89e31d53d2127184ac4b45b05a6ed71d21d88f585e61273b90cb8f7b1e5 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (example plugins) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a collection of example plugins. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 177 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.25.1-1_amd64.deb Size: 53268 MD5sum: 06c60eba6d555610c02a63b5a4ade911 SHA1: 600823017bd675a8b0f9c9e8cf5ee6fc3040754b SHA256: 6e2c69586bceff0ef47727d4d5af80398ff21e2a4f6e6399d726d309bd7f4f4c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (example plugins) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a collection of example plugins. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 200 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.26.1-1_amd64.deb Size: 59576 MD5sum: 41668e125e562d57d7d5b8ac3a1fc07a SHA1: 9031d3ddfd27abac125f4e811b45d079b42a7103 SHA256: 0012e9d8b2065872277f46f6451b43e8da8829e25a309547a58f3e6eaeb5c1b6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (example plugins) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a collection of example plugins. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 205 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./amd64/syslog-ng-mod-examples_3.27.1-2_amd64.deb Size: 60628 MD5sum: aca00ab92e8765180c81d105f390d4ef SHA1: 0078adc047e3f24d23d3fdbee19fa39ba3638670 SHA256: ce7735e199dd76b7b032cf99670457fce4ec81d5741159aa6c40cc1414992f03 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (example plugins) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a collection of example plugins. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 204 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-examples_3.28.1-1_amd64.deb Size: 59336 MD5sum: 89b9955d7859615873e3863559505984 SHA1: bb76c298515a5436fff2bee4526a03e4d2b7e768 SHA256: 0e49ee935e94d3f5df8006ec44fc039582e11c5246ef342bff6c3d8d1242d24b Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (example plugins) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a collection of example plugins. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 232 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./amd64/syslog-ng-mod-examples_3.29.1-1_amd64.deb Size: 63948 MD5sum: cc2f1e01519e134ce9a78521fce97745 SHA1: 2ebc8ba0ebab34f2baf034f31deab92f3dc393f9 SHA256: b19ec37f51abdeb161f9a949945caafebc5cd06942881586633ee29bdc9a7127 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (example plugins) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a collection of example plugins. Package: syslog-ng-mod-freetds Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.24.1-2_amd64.deb Size: 24172 MD5sum: 475d3cb31bce56b3910531af6162d225 SHA1: f3962835a625663a9fe5961cd0884a457779787d SHA256: 2e2a23b858ab9133e64f1c7b9756395a02ed557af87f46e26697d19a2cf62082 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MSSql/FreeTDS databases. Package: syslog-ng-mod-freetds Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.25.1-1_amd64.deb Size: 24280 MD5sum: a06447fd6a04c04048b018194ab014a5 SHA1: 2777ae1450e53e3f0e71147888bd089b568d004c SHA256: 170b97d4cefb52818a532b38ab8082bb210304d83c2efdb2da2ac41ac4256145 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MSSql/FreeTDS databases. Package: syslog-ng-mod-freetds Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.26.1-1_amd64.deb Size: 28220 MD5sum: 24860fe8d0746baa387f86f94acc2f13 SHA1: 54989cfdf011268e10d117afe27f3cce455c0be8 SHA256: 8b1e3eaa71aa0a377d9914f4c3ef2d605b07df67a293a0828d88d58092dd55d6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MSSql/FreeTDS databases. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.24.1-2_amd64.deb Size: 35620 MD5sum: 8db709530c8565b70720eec8b02f3c8f SHA1: 61d4d763d1adb1edb94f5a712a5c7593e7353927 SHA256: ed6038178c0595ec028ae3a74984757baaff0251518cd1a3c60a838b6db6d612 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.25.1-1_amd64.deb Size: 35716 MD5sum: 639f67bc12525132e93b6eac806d1126 SHA1: ad91fb2dd0294536e95362e524721c0e3378a38a SHA256: 21befb279f75286275946cfd0665c33b8f4d502c7f216dd510f5a1c835dc7273 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 95 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.26.1-1_amd64.deb Size: 39784 MD5sum: 6800dd82fcdbe0520ef16bd5f04886c7 SHA1: a3ab800c92a08c1282460081f98b34430110bb46 SHA256: a9c161a2db5e8bdcf2f82ea83983338197a106b18836932098b163b3c4f2dbbb Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Breaks: syslog-ng-mod-geoip (<< 3.25.1~) Replaces: syslog-ng-mod-geoip (<< 3.25.1~) Provides: syslog-ng-mod-geoip Filename: ./amd64/syslog-ng-mod-geoip2_3.27.1-2_amd64.deb Size: 40460 MD5sum: aa7fee2b981b127ec482640f80f5f3a2 SHA1: 6ad59a530603426375c5e972c2b4f035e82aec31 SHA256: c41c97584a6f54692bfde24c03515304526568041c61a26d105b6346668cfd89 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Breaks: syslog-ng-mod-geoip (<< 3.25.1~) Replaces: syslog-ng-mod-geoip (<< 3.25.1~) Provides: syslog-ng-mod-geoip Filename: ./amd64/syslog-ng-mod-geoip2_3.28.1-1_amd64.deb Size: 38184 MD5sum: 78033c8820dec516b4d9baef2bfd2017 SHA1: d387312ac69d209086bf49d3dd3a5f18db7886d6 SHA256: 6fa499bceaeef0124b9bff1670ee3cf3de21a7820f7712d435c056350dc0729f Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Breaks: syslog-ng-mod-geoip (<< 3.25.1~) Replaces: syslog-ng-mod-geoip (<< 3.25.1~) Provides: syslog-ng-mod-geoip Filename: ./amd64/syslog-ng-mod-geoip2_3.29.1-1_amd64.deb Size: 38960 MD5sum: 0e4b52600d2c82782ce6feb147703d37 SHA1: a2fa95c30f95938319e94a8a405e8a30ab2a6844 SHA256: b9dc724134f1129c51eaf25cbb267fb2098b791514129fec9b963156fd54d3b5 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.24.1-2_amd64.deb Size: 27892 MD5sum: 3b1821afee228d4db203656bde40af3f SHA1: 64bb6cdaa91dedef728bccd2008f2f26ea6b50ee SHA256: 9b6b17e77bba6c4ed9ef4c9bf385004a4a169011402a8f95a20edc4348600943 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.25.1-1_amd64.deb Size: 28008 MD5sum: 276a0a180023988274ad0a32289508ab SHA1: 4cb04440c2fec520efe3f8448c846efba9048ff6 SHA256: 7c088a6b94ac3e4f9beeb13f883c1a2a3404d53d0b5e382c87e75f1507634da9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.26.1-1_amd64.deb Size: 31924 MD5sum: c13782ea7a1f0d0648d9dc76a38361ac SHA1: 60b3a23e397f21025f699dde18175584f568613e SHA256: db95d900fce9b91c56df801df3c33344ed9c95b1080914488039e1e62c24167b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 64 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.27.1-2_amd64.deb Size: 32588 MD5sum: 577e872017449cd7b023880bbf296e8d SHA1: 9a3250602249ac4d5c9067cb1d5db4c936ecf82f SHA256: 26749e1bcf59758dddb0420bf8b8b8b0f457569c6e176165ee8182aef5741a5c Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.28.1-1_amd64.deb Size: 30276 MD5sum: 7d48157d4e623951fe663e2f55cb186a SHA1: a62f368edfa0d46fb1bf2605447beff55a586528 SHA256: 417fbbbaafb57390a5de44756a461b62c77efb79d4b30ccafbfecba7430ec910 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.29.1-1_amd64.deb Size: 31008 MD5sum: 72e9b6b051118d5557656e7edb76a76d SHA1: eda2ca9f58aa36a5d13b079cd27521f94aa47367 SHA256: 4476f45783ff3f880826dcbf63f1edc34e1c193e8cf5a56314ce358ba320f2c4 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 66 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.24.1-2_amd64.deb Size: 27804 MD5sum: fbc6afa3a0da0d67d142d3f0e289d88e SHA1: d5b97023c6814fc6a289da0e014bfb36150d4a25 SHA256: 0b5383bedbc5cca5de8caf4a0e730959210378a733f55cbeef8b65fb36d1a7df Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 67 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.25.1-1_amd64.deb Size: 27916 MD5sum: fe8ea714534b78fe5e898c746859d0ad SHA1: 782321d668321409c85ed4120404cc8f98bae5c2 SHA256: f6a710597369dfff5b024e895fdb97d00aae865d8ea2ce23d9533018f3f386e0 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.26.1-1_amd64.deb Size: 31252 MD5sum: 898e01a45aa6090ce6318c7b68de04e6 SHA1: 345e77cb694007ca2bdd3b77078caf4b468e339f SHA256: aa338f2c4d4db74f046580c9eace56afc4ac159a91df15a30926c322b9a8c99f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 64 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.27.1-2_amd64.deb Size: 31936 MD5sum: 1c1335c7d6e1287ff2ba97c2dbdb2690 SHA1: 82220cca1f4175217c14c0ceed9391c7ba9505bb SHA256: 2cec1c2c5198e90f404b78332883352e750f8c74bcd46b9abf5753b7057bdd85 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.28.1-1_amd64.deb Size: 29652 MD5sum: a62206274be034df615b2963a27d0fa8 SHA1: 5d1c3c9fe08256569255a4e7e6a444bcca23c57e SHA256: ae08788e32063a4cc154b575c083f73c3af1fac28c971efa2f0360e1a96d0f57 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.29.1-1_amd64.deb Size: 30396 MD5sum: e73c23a2721963ce261f3d1983d4560a SHA1: 26b06a8639b9e7f126fb1466a75323b34fccbcab SHA256: 2f18df5d85d9cae7a725173420a2ae0929fc3c25bcebed9486da32d53f0fc4bf Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 129 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.24.1-2_amd64.deb Size: 44196 MD5sum: 0b0af143895216a55a2e44aacb34b456 SHA1: 2b034afc577014ce11a5d7c47136f81c9b7967c5 SHA256: ebbf27902d0d35ec1784c0cd74282892103f39e2f2894d1d795d705556982178 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 134 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.25.1-1_amd64.deb Size: 45760 MD5sum: 4ff9a7ce2c73e0731f2b3d8f114b9057 SHA1: 55c9e0c373f4eeb0942c759433f36be6caa238ee SHA256: 15f1c1a608fa41f4ec4b30fa28f260382f555cbe1aa7598c38ab961923d70986 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 167 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.26.1-1_amd64.deb Size: 55020 MD5sum: f3606382c1b0098088f704a6e5a0adae SHA1: e486d8204453e0b5528742af5babca2e0136b2a7 SHA256: b1f3a6beba7be95c5465c42015cd655e8ec19de2fb6ac13d8236d50ff715050f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 168 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Breaks: syslog-ng-core (<< 3.26.1~) Replaces: syslog-ng-core (<< 3.26.1~) Filename: ./amd64/syslog-ng-mod-http_3.27.1-2_amd64.deb Size: 55756 MD5sum: 270fba48569fc8a24368b0cc23148ced SHA1: 21a81934512f9651d9a1d3811afa079e7de3a9b6 SHA256: 18bdbf05040db63fba678b69e7f7fa25612305abc3b69783b39f549195e24784 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 166 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Breaks: syslog-ng-core (<< 3.26.1~) Replaces: syslog-ng-core (<< 3.26.1~) Filename: ./amd64/syslog-ng-mod-http_3.28.1-1_amd64.deb Size: 52628 MD5sum: b402b6cbfcb4ac31d8557a0b85d5040b SHA1: 55a7f892d6f5d1f6563029be163dce3f0c8d5adc SHA256: 56f675c9600dc2bb1cb0660e33d716b9409332892368c8384f92c7e56ba004ea Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 166 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Breaks: syslog-ng-core (<< 3.26.1~) Replaces: syslog-ng-core (<< 3.26.1~) Filename: ./amd64/syslog-ng-mod-http_3.29.1-1_amd64.deb Size: 53308 MD5sum: a627985b6a655a57426e1250aa1e4dd5 SHA1: eb53571962c2c3b3b71d5673e042c1202092ecb6 SHA256: 0e9baa0d767d23c99c957bb6591fea3b48397904c734c3ddf7ef30c33bd33b92 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-json Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-json_3.24.1-2_amd64.deb Size: 24148 MD5sum: b1b5a935a6abea97bf8e349d6f6278ef SHA1: 9c118e72302ccac4499f209e2b7d3213cfc9faf5 SHA256: 3ce742a70db44d2fc42ffbc2202b3cbecb92a9b1b2aee9993149fe3df32cb047 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a transitional package for syslog-ng-mod-json which is part of syslog-ng-core from 3.13.1 . Package: syslog-ng-mod-json Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./amd64/syslog-ng-mod-json_3.25.1-1_amd64.deb Size: 24264 MD5sum: d3cdf8098cc5d7517ea2305727858e05 SHA1: 24cede4455b414a68883e4f19558da8d8b79f0ff SHA256: f0207d86495e6ba40d6cf12ed38156c263740e784eb7a49f305c2ef2796213bd Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a transitional package for syslog-ng-mod-json which is part of syslog-ng-core from 3.13.1 . Package: syslog-ng-mod-json Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 45 Filename: ./amd64/syslog-ng-mod-json_3.26.1-1_amd64.deb Size: 28204 MD5sum: e9952cbd90def75185eb3d2ae0ec8491 SHA1: 6db27bff6082597eaa618de9ef42c5d623953c72 SHA256: 77d6fc549afdd83baa17b5a330408bf91ea02ed889d75bc50f4b136803c87430 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a transitional package for syslog-ng-mod-json which is part of syslog-ng-core from 3.13.1 . Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.24.1-2_amd64.deb Size: 32628 MD5sum: 2efabd0a11de3943cd0912bd958276e7 SHA1: 86f5485813166e2eaae536467962c59678ab461d SHA256: ef8f7a9d6fb3e0f8c47cef229b4f3b297ce2ca4ffe94de1d09b80bbfb5d16a9d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.25.1-1_amd64.deb Size: 32768 MD5sum: b1f180d2b2f69d7175ff6d225ee062f2 SHA1: a96976131be6ba2527928204bb45699211238267 SHA256: 49a5f7466d09a0f3ef77e7d5194890138fc7668d32b1a63857ae3bd76b184949 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.26.1-1_amd64.deb Size: 36680 MD5sum: d3608765a2d77751ea3b1b5645b9e538 SHA1: 5bf3601fc22a0f41742f67f610373881ed634cad SHA256: a5393e114e645debdc0fbcdb51a83ebbd72af739f94f66a67e050e0b69c4edb0 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.27.1-2_amd64.deb Size: 37332 MD5sum: f0f0d1cea05bc63d5baaf86d47c9260a SHA1: a0c11d3a205f714cd68fe27255a182037baf40b4 SHA256: 0b5a6bf623eb27712146bb8a6e8e49936054cd59001bd1d69f55f3d9e8555a6d Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 90 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.28.1-1_amd64.deb Size: 35088 MD5sum: ea0b5ad143c03d361b8ccd41865e1c3e SHA1: 6563cb2061b2ac242356c58038836a50b8521f12 SHA256: 8a788b380a307a8035209768562cd21bbbd7cde67a97d6f8fce01268035b1b9f Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 90 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.29.1-1_amd64.deb Size: 35844 MD5sum: c700419b93a0c73fe6e21100681d9b58 SHA1: 4a790a0112703603c941e830941d8d18454b0770 SHA256: 2910c2d1e253e89b2be3ec390ccfd81c954631d9a9a3fa28c1f95d66d5e2e3a9 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 114 Depends: libbson-1.0-0 (>= 1.13.1), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.13.1), syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.24.1-2_amd64.deb Size: 40296 MD5sum: cf730fa081ab017f307415ec4f97e54b SHA1: 3c810d0d9555bf202c4d7fd16f89c24a5f1cbd7d SHA256: e02e3e9709616ed702280efea6e7bf2bb2988077a47790e9d7e3f4ac90ead60a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 115 Depends: libbson-1.0-0 (>= 1.13.1), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.13.1), syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.25.1-1_amd64.deb Size: 40416 MD5sum: d5732c2baa0df57ee06d5bc8d9ae8cf8 SHA1: 24e0b921f8b56e89c9fcb3a40c3f5885c8ceb6c5 SHA256: b791caf7ef7a93478143ef69348f5b088849b4e92b748820055e936dbe460f24 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 109 Depends: libbson-1.0-0 (>= 1.13.1), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.13.1), syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.26.1-1_amd64.deb Size: 41084 MD5sum: 8dee9ef4283538561c6ffa17f4ab09d9 SHA1: 71f774a33780642a9fc3968819944387073bced3 SHA256: 70ff6dc7af81f7eb510f03fb26490f59c3820bb87f22cefcca9b49ef68690fe0 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 107 Depends: libbson-1.0-0 (>= 1.13.1), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.13.1), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.27.1-2_amd64.deb Size: 41780 MD5sum: 3ed92fccf681a0a37dddda7a17db8bc9 SHA1: af71991268513bf546281e4bfaa15878dd308744 SHA256: 6c8827f9b1166035f4cbe1d450be28c7d13b06b4f553d2fe4273bbcf93c68982 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 106 Depends: libbson-1.0-0 (>= 1.13.1), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.13.1), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.28.1-1_amd64.deb Size: 39560 MD5sum: 89848f4a16b8325db534574a6a28428b SHA1: 9f2cd6c3ab8409c4d7b871634fa38cef2a4f82b5 SHA256: 1fe496f6839a0c90134d9396a9b8135488c0739761d6ffd6b1db0f2548f66371 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 105 Depends: libbson-1.0-0 (>= 1.13.1), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.13.1), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.29.1-1_amd64.deb Size: 40248 MD5sum: 6aecee172e179baf3246bb1497f24625 SHA1: 59f0e5ee5814305da72d62c20d533d0a790fd30b SHA256: 68bb04b4f31d9dd2ee9dda68bfda833bd06c2e8a6bd978b8dc9bb183b7a930dd Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mysql Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.24.1-2_amd64.deb Size: 24168 MD5sum: 0d46c702dc91047cd63fb93017061488 SHA1: 9f688750a27905e919cf8beef916a611ef8a5f65 SHA256: 5a515b88f23c401a88814e4dda36f4e05ef19ddde248bc067319baa305490cbd Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MySQL databases. Package: syslog-ng-mod-mysql Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.25.1-1_amd64.deb Size: 24280 MD5sum: b0cc181e5ca6d959b4012b09d6ec0282 SHA1: e5eb8bd755ea944cc14ca3045fb32442fb14c5cd SHA256: e42110a7fafe734fadae37eb569caa96ff0374d89f04efc0cd38737993e25469 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MySQL databases. Package: syslog-ng-mod-mysql Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.26.1-1_amd64.deb Size: 28216 MD5sum: 7acc6d291404f05e3b4b47737f68890d SHA1: ab3fd1dbbfcd34f6bad28014d617adbc058cccbb SHA256: 8a579b708c03759171f9e2b0efeb5e3d63c49df852d0d63ee0097f7bf041d662 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MySQL databases. Package: syslog-ng-mod-pacctformat Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 65 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.24.1-2_amd64.deb Size: 27192 MD5sum: d2ce600b0c181eae00555a04b2e5ba6a SHA1: 0072c5ee927ef8928b689ea642f72a3dc9d3c10f SHA256: d53cbc477e30ea6ec28141f3f9e3fdabea7f7ce1cd67b58d0481fa94e822fd8a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the pacctformat module for syslog-ng. Package: syslog-ng-mod-pacctformat Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 66 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.25.1-1_amd64.deb Size: 27320 MD5sum: 4b2c5966cf50ba520cf2d10c00b161b6 SHA1: 287420652fe9f75b59fe2ff80a08173240a86e54 SHA256: e98d18d1a79866da2e5dbef597f4e927b0854c9181e016f095943d6b529916aa Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the pacctformat module for syslog-ng. Package: syslog-ng-mod-pacctformat Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.26.1-1_amd64.deb Size: 30888 MD5sum: a79601bcb7e05054956a06de32fbe35e SHA1: 3c6f45e2345a0bdc6cd8efd69dc4833d1d3308b0 SHA256: 9c661d3ea33f1338f71cd2cae28899026290600e5f57eacdd45b37503ebf85fc Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the pacctformat module for syslog-ng. Package: syslog-ng-mod-pgsql Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.24.1-2_amd64.deb Size: 24160 MD5sum: 0e4df38041b2cd439b19033aece66d69 SHA1: 08272ebe2508afa64c764430228addea39c9bc24 SHA256: 577325672d391f1b948ced8f76f6762c1d7e85dfdb8c64fcdd0fcbe7a0cc557f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to PostgreSQL databases. Package: syslog-ng-mod-pgsql Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.25.1-1_amd64.deb Size: 24276 MD5sum: 556f41e64d81cedace898e5e1d8ab3b3 SHA1: a8436103d1603f156813423cdda7af3d235aca6f SHA256: 84ac8b8a14726ad29082a2a6587827cb05ebf579e370baf6bfc92e1b29913c17 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to PostgreSQL databases. Package: syslog-ng-mod-pgsql Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.26.1-1_amd64.deb Size: 28216 MD5sum: 2bcd7f47212575c45fc6d567af239989 SHA1: 2836b5afdee48b2d8cb78ab19cfa93b8486be406 SHA256: b6565e8fdcf5e65fb8e46c3fd597f965cdbaf9a69da92401984bd3589c270b91 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to PostgreSQL databases. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 306 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core Filename: ./amd64/syslog-ng-mod-python_3.24.1-2_amd64.deb Size: 75192 MD5sum: 2cb808780c9938ea9ac32caeacaa3b6f SHA1: 5039f5d5a615239e586b8b91568d7bb865d1dd9b SHA256: b0d07632114a688cea13ac98f3182bac983f4241d253040cb6faf5e4a19ffedc Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 307 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core Filename: ./amd64/syslog-ng-mod-python_3.25.1-1_amd64.deb Size: 75568 MD5sum: 9fb09d5e1f70aff730b496e5fb4d7df5 SHA1: 1d5066ae1f9b3ab495bcdbb8e05c5e89d030feca SHA256: c99e7f1a8a64d634dd8c27d644b18c7365a5e83d833b7cf3f66969f686473a2e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 322 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core Filename: ./amd64/syslog-ng-mod-python_3.26.1-1_amd64.deb Size: 83132 MD5sum: 0faf4e06e1f8a2b2a00e12f61dd77fef SHA1: 5eced3de2effa622a7e6396ffb9f052450bc1976 SHA256: 65f78479379a35cb4b9b3119386a530c623b860ea2a57d654aa4bd4a890d9093 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 314 Depends: libc6 (>= 2.14), libpython3.7 (>= 3.7.0), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./amd64/syslog-ng-mod-python_3.27.1-2_amd64.deb Size: 87096 MD5sum: c19b90c1d1af89e1652230115bb3c05f SHA1: 8ea57362f047b090b70dfd859cfdd72c113d1cc5 SHA256: 979c262e92b733c6c46b5f883a1057fb5ad1cb086cfc5276d3e754ca995d315d Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 312 Depends: libc6 (>= 2.14), libpython3.7 (>= 3.7.0), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-python_3.28.1-1_amd64.deb Size: 84872 MD5sum: bde4b02421b12bfc8070a6bbbd8a4d71 SHA1: a7611de658616e450cbd47313848216ef31435b0 SHA256: 0b917099a01a26afd70579cdd8e0b325f67fbf4bb7fcfa74829ee8b49ba11a3b Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 323 Depends: libc6 (>= 2.14), libpython3.7 (>= 3.7.0), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./amd64/syslog-ng-mod-python_3.29.1-1_amd64.deb Size: 87284 MD5sum: ee88900d4c8f44988c3513e6cf7c805e SHA1: adf522350d4644fff0ee530dc91f1fb7462c680d SHA256: 08949069ecbb03ea696dae71a70f41f4d056b7d725836914e1cd5368f05b3bbe Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-rdkafka Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core Filename: ./amd64/syslog-ng-mod-rdkafka_3.24.1-2_amd64.deb Size: 40020 MD5sum: e6a25b066d17714ab5e75d7801f17cd8 SHA1: 4ea92bf4ff07b681bb8ecc6265fd5bb852b38ff4 SHA256: 3aa5962d2ce861213797b116ed948efd89a22eb703eb3b131c19c9310ce8c97d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination, based on librdkafka) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a native Kafka destination, written entirely in the C programming language, based on the librdkafka client library. Package: syslog-ng-mod-rdkafka Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 105 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core Filename: ./amd64/syslog-ng-mod-rdkafka_3.25.1-1_amd64.deb Size: 40140 MD5sum: 3785710cd393ea6b32eeb637edd40bf2 SHA1: 2a30095230fc18a413f7209182d7024d705d730d SHA256: 1a2bbdd3e546004f4857232b05c32e6daff0e6a7108fa467ce6de01a39eb68d1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination, based on librdkafka) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a native Kafka destination, written entirely in the C programming language, based on the librdkafka client library. Package: syslog-ng-mod-rdkafka Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 108 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core Filename: ./amd64/syslog-ng-mod-rdkafka_3.26.1-1_amd64.deb Size: 44064 MD5sum: 6fb3049a77ba63f2e28bf6b18f215fea SHA1: 2f8dddeac88dd72c6c0da535e045d31b7d9cde6f SHA256: c8cecaf81198abfe3ed89fdad234d2a45225886cc9046e5975d4e2cc8f6b0305 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination, based on librdkafka) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a native Kafka destination, written entirely in the C programming language, based on the librdkafka client library. Package: syslog-ng-mod-rdkafka Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 109 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./amd64/syslog-ng-mod-rdkafka_3.27.1-2_amd64.deb Size: 44712 MD5sum: c6729ab937e8d318d9b3c61a5b009f0d SHA1: 722aa832c7da7f63d7ff3a436222fc461ef79103 SHA256: e6b61ec1917d009600ba217e400fd1445ba9dc5b78deb6433f697f99dcbb5ba6 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Kafka destination, based on librdkafka) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a native Kafka destination, written entirely in the C programming language, based on the librdkafka client library. Package: syslog-ng-mod-rdkafka Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 107 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-rdkafka_3.28.1-1_amd64.deb Size: 42616 MD5sum: 0e4681fd861d00cc08ad9a38be537b7b SHA1: 855e5bd4dca24ab9cb6bb8b613e0f5f01d264d83 SHA256: 51af00c5d0ed28209b075f52e57e2d27ff18a6baa827ad504c6783cf4010e4ce Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Kafka destination, based on librdkafka) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a native Kafka destination, written entirely in the C programming language, based on the librdkafka client library. Package: syslog-ng-mod-rdkafka Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 107 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./amd64/syslog-ng-mod-rdkafka_3.29.1-1_amd64.deb Size: 43368 MD5sum: 0eb3467be82abed68e60c7e67d4a9553 SHA1: 492816091760a44deb245ee71a59be1c181d80c6 SHA256: a2405b296cdd1768c76383f5bb62863122ee692c548d07ed35dc1f0f36bc3b50 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Kafka destination, based on librdkafka) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a native Kafka destination, written entirely in the C programming language, based on the librdkafka client library. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.24.1-2_amd64.deb Size: 34840 MD5sum: ea7ddeedab3c810cc573e24bccb30182 SHA1: 64fb45f08d8690474b16a521c0f2899ab19fd0e6 SHA256: 5fd7e6e2134e481e17435d68eaa80c4136c7012aa91ac55340c5b943a8fff24b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.25.1-1_amd64.deb Size: 36276 MD5sum: 4574c582f61ca358a406fa02f79d80e1 SHA1: b6e0a4292ca71dcf1f15de776718765652dee932 SHA256: 39db06b2d5312e170e37461ab00cef6f37b1c3b2c1550ca2b9757554fec9768e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 99 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.26.1-1_amd64.deb Size: 40224 MD5sum: c1ff56c2812e3eaf4ba73920bd9a9077 SHA1: d50c5e4cc4f5ff54b9286a76f9abc84e6d2f62ca SHA256: d0659057015fc89f5e3283cd2cb1ac5ed5cc1626a2bf55fa72f06cfde9365a20 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 100 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./amd64/syslog-ng-mod-redis_3.27.1-2_amd64.deb Size: 40884 MD5sum: 7d7a3c04e39222e43d31b14844a824fe SHA1: 09a3064d2da2ea3233f93ea5499d8e8ec55f66ae SHA256: 0ceeaa7c18691f1210181daaed03a21d6294ee6ed1d23c4eedf62bf30db95353 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-redis_3.28.1-1_amd64.deb Size: 38628 MD5sum: 8a9bb21b502d65d03bfa3e4c9ce4c887 SHA1: 70a2730af85b25a5ca79a2f73eb3c9e2889a040e SHA256: ff2d0391353e5386e87d4f759f6df0f932d6df0ae7ba70e5d5efac6ce5a077d9 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./amd64/syslog-ng-mod-redis_3.29.1-1_amd64.deb Size: 39432 MD5sum: bc7995ff6cdb4fc0e746c7a57027b42a SHA1: 516b67767cff4aff9fc6a51eec5de157d87d8de9 SHA256: 0dd8dc05f466b97e05e25bd3e8cc65ad9b05b80cbd855aaa69dee8a2b52eeef3 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 108 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.24.1-2_amd64.deb Size: 39332 MD5sum: 84206c34c5d7271325aa5aaf9c3ea49d SHA1: e4d4eb07f860d201eef86b0968c4bdb23c6ca9d4 SHA256: 4e85c15a5b2be3d584ced4331c1fc0463fe185a69ea9623e40dff7d8b0855b70 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 109 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.25.1-1_amd64.deb Size: 39464 MD5sum: d4262f8c03d737ec20d3fe5934810d8e SHA1: 3ae47682adba4ad19dfe0f345b7c3c10c28aca34 SHA256: 0d8e6d7622c4856481ab4647d724c1d858a05f6cc8ee3350ab1de730659aa25b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 112 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.26.1-1_amd64.deb Size: 43300 MD5sum: 3ba4a1a03193119b5f9ecbf62073afaf SHA1: bb0ad51ff461114f712c41302a32930530a30210 SHA256: dfbf680256765234403cf50c1bb35e51147c295384c3a42b62ddcb55373346ee Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 113 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./amd64/syslog-ng-mod-riemann_3.27.1-2_amd64.deb Size: 43968 MD5sum: 324d4e3f831b763c0b177d59806163e0 SHA1: 54810dc347c5c5fb13a29d8888810076bd584c7e SHA256: fa74fbd4a57beeee070b3c5aafd7f355e4391c56e6a5978c18a6fb290d934eb6 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 111 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-riemann_3.28.1-1_amd64.deb Size: 41804 MD5sum: 2a86a0353d929fde8ecb65020431e2aa SHA1: 4f77a17bd250fc24195ee16462ee91a9ce3af0e4 SHA256: bc1ede59116a61c5f14830e46a275d9627c4b1cd027253faae37a482cb4ea7b4 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 111 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./amd64/syslog-ng-mod-riemann_3.29.1-1_amd64.deb Size: 42596 MD5sum: 5bd7e2f0183608008141983f2b4d5329 SHA1: c713e9e1fddd524a1d22a4dcb4d052ff7f845449 SHA256: de8dd73a829f88d64d8e96be9eabe77aab2be8d0bdaf1f6b4f1d632ee20dd667 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-slog Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 135 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.12.0), libssl1.1 (>= 1.1.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-slog_3.27.1-2_amd64.deb Size: 50472 MD5sum: b0c54b676a9fce70202f07624bb9f8a5 SHA1: 1fbdbc9297dd0d6441eccfd32e312ccab02f8b29 SHA256: db2fc9c227b45b496db3e9cfe6fc015d6dd8d4486e789f07441aad2a6678b55c Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (slog) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(slog) template functions and command line utilities (slogimport, slogverify, slogkey). Package: syslog-ng-mod-slog Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 229 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.31.8), libssl1.1 (>= 1.1.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-slog_3.28.1-1_amd64.deb Size: 65236 MD5sum: 2b8ff18e98b91a6f73f193ab6c289323 SHA1: 5c8931de0a523a5cfd80bf5af2c28d1b33e087a9 SHA256: 3244263d90b0b8367cd7774c60f9c3111ebc4f691ab6df787999a45787eedafa Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (slog) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(slog) template functions and command line utilities (slogencrypt, slogverify, slogkey). Package: syslog-ng-mod-slog Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 229 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.31.8), libssl1.1 (>= 1.1.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-slog_3.29.1-1_amd64.deb Size: 65992 MD5sum: 375a9984c0bf111cbbf8093b29194448 SHA1: 9db0361312045a0c081d2ae5dd0c635f0cc2e8a6 SHA256: 7dde00ac01fab2ebf12013075b5fbf38f4f9e59265472e128fa1d694d5339395 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (slog) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(slog) template functions and command line utilities (slogencrypt, slogverify, slogkey). Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 100 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.24.1-2_amd64.deb Size: 36836 MD5sum: 6aa195b609466bb199e58207647bc73c SHA1: cc1eea8b2f4db3dae7bf69d36cc538d5e0712c51 SHA256: f5d7b473b7ef5f28d6e674880f9beed562a7d34630fa834e2a98635197f1f373 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 101 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.25.1-1_amd64.deb Size: 36964 MD5sum: b8af6187bc1be50877eb7cbe848adb20 SHA1: 6a12b9e6f0abc907c7788c08316294a5e513bd7b SHA256: acc27f235eafc0272a6c8aa6e05d57d0cd213ac564204dd54cc70ba82832f0b3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.26.1-1_amd64.deb Size: 40884 MD5sum: 43bb47ed147f34ae0546aeae563a829e SHA1: 0696646a9832c5f7520b032e75dcc79534ed4567 SHA256: 8da6d954fde755b0487a73b9b9770d95f855a9a11c294fad680dc71ebad0a726 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 105 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./amd64/syslog-ng-mod-smtp_3.27.1-2_amd64.deb Size: 41584 MD5sum: 8efd50b9f9a9d6f877be2c90b7f65130 SHA1: 69a3a83e31084eaa5fd6ba6f3ff2eb4c1448299b SHA256: 84aa758776ef869e94f47d6c00ed9d96720d462a528abeaa40b47364d0a3a4c3 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-smtp_3.28.1-1_amd64.deb Size: 39260 MD5sum: 2ba711c59010261d58b696b5ef13f244 SHA1: db00ac024f61c4a289ec159175fd4d87eb8b0d6c SHA256: 8b529ca7a92bbd73b2c2d6b406d18d2af3a78956d0965835b9058d2e9ec26003 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./amd64/syslog-ng-mod-smtp_3.29.1-1_amd64.deb Size: 40028 MD5sum: 92f8036e0f5d378903e2c91f7fd09583 SHA1: 8b641328c22460ec45e46ac4dfd408a0f1851880 SHA256: 8728f7e9c1ebe6dd23d5dd3f6fdbae98924369ed12166af00bfbe8d3c5a0f0ae Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-snmp Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-snmp_3.24.1-2_amd64.deb Size: 24148 MD5sum: 3d8b982f9506f206101e60e707b4949a SHA1: 3101e10c82d9cf75fe48cd83fda263809728ed62 SHA256: 0a3206e37fdbce5b432e889b8f5168fe89b581e1c39be5673f9dce7c223f26a2 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SNMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SNMP destination plugin, which allows one to send messages to an snmp server. Package: syslog-ng-mod-snmp Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./amd64/syslog-ng-mod-snmp_3.25.1-1_amd64.deb Size: 24264 MD5sum: 4a9f3e342337d467b1920c1940826985 SHA1: 42ad8c1adbdc2e565b35573ca166d3cd363b2dfa SHA256: de07a0a2975642cb9974f54af3f52b95bb9e45cbf3683cb4381182e0c6024ed2 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SNMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SNMP destination plugin, which allows one to send messages to an snmp server. Package: syslog-ng-mod-snmp Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 107 Depends: libc6 (>= 2.14), libsnmp30 (>= 5.7.3+dfsg), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmp_3.26.1-1_amd64.deb Size: 41304 MD5sum: 8b3a53dea2b43ef70fe7b9f649bf6027 SHA1: b1193a865ed809a3fd40d826219979eb9d190714 SHA256: 65f22f7ea3bd34bcb6480744e6c972c99b8274db010dce97cf7c2c27398dac97 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SNMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SNMP destination plugin, which allows one to send messages to an snmp server. Package: syslog-ng-mod-snmp Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 112 Depends: libc6 (>= 2.14), libsnmp30 (>= 5.7.3+dfsg), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./amd64/syslog-ng-mod-snmp_3.27.1-2_amd64.deb Size: 45804 MD5sum: 8d6e034b709b54f6fb749e1a473da057 SHA1: 7dde6de48cfc6bf03c5d2834f70d475759144928 SHA256: 42e3688ce7a788109ce912297327f4f3ac62c5511ad6bd95335c0868c02f04e5 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (SNMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SNMP source/destination plugins, which allows one to send/receive SNMP traps. Package: syslog-ng-mod-snmp Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.14), libsnmp30 (>= 5.7.3+dfsg), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-snmp_3.28.1-1_amd64.deb Size: 43472 MD5sum: 993ec2c0ef6d8d6f35cde098004e3e2e SHA1: f9323f61fa5029b27f65999ee964ea34bfeeab46 SHA256: 8d3b0a36f318e5429ca106fe14d9b4ce04ef082a879636a6899e12a2bb7f3e20 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (SNMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SNMP source/destination plugins, which allows one to send/receive SNMP traps. Package: syslog-ng-mod-snmp Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.14), libsnmp30 (>= 5.7.3+dfsg), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./amd64/syslog-ng-mod-snmp_3.29.1-1_amd64.deb Size: 44256 MD5sum: bbdc11b782cce309dc44fe817ac9995f SHA1: 947f80dd67f40458b0f6cc524402cf894de37c1b SHA256: 1486514ba71bda5ed4739fb2ad82107655f5c672544a562956d90723cf587740 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (SNMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SNMP source/destination plugins, which allows one to send/receive SNMP traps. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.24.1-2_amd64.deb Size: 35060 MD5sum: 6cd6c62eeb8c651b42da8d5e42fcb67b SHA1: 6f1013671225f54dad71566a3bd72b11a3f85239 SHA256: 05f2fa0a306992d570496a41103ba8a8911474e6d968c43f16e3409ebb763efa Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (snmptrapd-parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This parser module can parse SNMP trap messages and convert it to key-value pairs. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.25.1-1_amd64.deb Size: 35184 MD5sum: 8545b1fc40aaf9c00fc277655db8e313 SHA1: 2fcda8d961989d022f031838dc779673197ee58b SHA256: ed910a2efec2d334176d768512ed75e0b53122b211c5cf69073075ed3d282d24 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (snmptrapd-parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This parser module can parse SNMP trap messages and convert it to key-value pairs. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 95 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.26.1-1_amd64.deb Size: 38644 MD5sum: 55798082e53cb1c1c24adbed4a7865da SHA1: 450b981f08d58e0b6ba6f3f3a63fbc554b4367e3 SHA256: 9366163b118024ab6b2217c6756d221f1e92e195acaca6b0b07d8b9a2ba8ba4b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (snmptrapd-parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This parser module can parse SNMP trap messages and convert it to key-value pairs. Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 114 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.24.1-2_amd64.deb Size: 40840 MD5sum: 8844ef4b6cffab8a1752027669b95acf SHA1: 675c8816f0408bd7a122d12d7b013556a270c910 SHA256: b6c3372a935af444f9f13a5ed0b3542cfa26de837ff408f642664c01c8a069a8 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 115 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.25.1-1_amd64.deb Size: 40964 MD5sum: 26ffb8824670ed7d6bdbf50824c0ee2b SHA1: b2a5b8358a79d733fe88b5904a11c729e6477f35 SHA256: 63edd3a72eb25118827b927f5aaf87be54610f5651deeba10bb8e39a7f58a426 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 118 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.26.1-1_amd64.deb Size: 44900 MD5sum: 5752e3611c8bf47e3f74919a767211b9 SHA1: 8fbc8c148d99946367366aaa39fde2806fccf34a SHA256: 1605db32dd9dcdbb8c2211c0ee7beb4d5a808b866c4f3f08d24f7108b184c607 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 116 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.1 (>= 1.1.0), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sql_3.27.1-2_amd64.deb Size: 45496 MD5sum: ee357d4ffc1e8152a31cc9ecc607e04c SHA1: 9b42c8d9093bb57c91c58222ec92365be11cc761 SHA256: 483457e7a494b1a981558cd84b8071c725df4055e93a86bad7d796cf41e21184 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 114 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.1 (>= 1.1.0), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sql_3.28.1-1_amd64.deb Size: 43216 MD5sum: 5fdb6da9972c4ee63b84e461991a5216 SHA1: 0cbabc396942fb2d46b012110571098f6c3b22fd SHA256: 2db7e9430b4e2c5da12b205d11a75197fc6675a492c92b567a758d071da8f090 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 114 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.1 (>= 1.1.0), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sql_3.29.1-1_amd64.deb Size: 44044 MD5sum: 30dbca17f2b2be7b961f85edfd336877 SHA1: 34530239be94d217c062d518e28bd24510541a45 SHA256: f234fae0c22e171491b0f8ced4d70fd6528a65189f5b88ac2a0389a319a35456 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sqlite3 Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.24.1-2_amd64.deb Size: 24164 MD5sum: 8e3f61bb86a2638309345acfac43d7c0 SHA1: 7c7741070bd544af64c94c27a81d5ad45ee1cc29 SHA256: 72f20cd7b126c7d55802a160d567adc5da00207cd6ef5dc250ea57c8139712a0 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to SQLite databases. Package: syslog-ng-mod-sqlite3 Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.25.1-1_amd64.deb Size: 24276 MD5sum: 4b445691585950fa02106064bd70e42c SHA1: dcd68cbbaae04d05ac0a456efa1bfcf3d7acff63 SHA256: 8530923f7c9c205aa7f678cf1ac1c0b4d054c71625ceac1389212ef7e89fed48 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to SQLite databases. Package: syslog-ng-mod-sqlite3 Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.26.1-1_amd64.deb Size: 28220 MD5sum: 239cfdc1c5b0d7fd5d6245522d755985 SHA1: f227b72a32abea20b5b6bd8a0cc8c408d111a34e SHA256: 98ff25e867c16ca2355521f3ce4e3ea4f5216ddd742e581ccd271b06ceb2a399 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to SQLite databases. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.24.1-2_amd64.deb Size: 27180 MD5sum: 7093d87e72b63e02189f389de4c43896 SHA1: 6b790fed3f5044734200631a2ca9fb09ef2d41f3 SHA256: ed82f4e04aaa19cf4ae625ad613d00a248f6a0e789b73a3527bbd1a2221ce46c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.25.1-1_amd64.deb Size: 27284 MD5sum: 25bc271ec6ee8b19bf931721b29390c7 SHA1: 6008478b1f380f98cf95fc6d620952bdb2c50ade SHA256: e37b918b1db03dcb4c014b8d12ec07ea1fe09b2b6b0c6675a747a6a48b59f5b1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.26.1-1_amd64.deb Size: 31188 MD5sum: 6508b91315062c914230cdcb45ec12d3 SHA1: edf3e9f462a957d34cf1958ffb243a681a11c3c0 SHA256: f857e490337854f0acbad6eaca55124bf163f7ce01a722604804ee57f0532641 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 64 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./amd64/syslog-ng-mod-stardate_3.27.1-2_amd64.deb Size: 31872 MD5sum: 9a3e2435a9a8df08744e8058cefd2d6c SHA1: 8d088d373a4684d1c092f3c36cb92d8e99bd624e SHA256: 12079cf76ed04c4db769516120296d32f0110a64f3d1fde835085ac9ddbbf1a8 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-stardate_3.28.1-1_amd64.deb Size: 29560 MD5sum: a2e0e5319288bd3ada9b430202f7a0a2 SHA1: aa5dd7d2b890b56736e9c283c136bcadf23f3ae8 SHA256: a0d63f278de88cf805de876ee7eaabaca10e008bffe963111fb67a80a2d0e1ca Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./amd64/syslog-ng-mod-stardate_3.29.1-1_amd64.deb Size: 30316 MD5sum: a977f1e2846d8377fa511cb375c5db68 SHA1: fe12668eb0573a88c70039d3eb130e60cceb2b61 SHA256: 8b3c0020426d9adf68689d538cbb6d993af08a73a27374ac9cc213eac896ea8b Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.24.1-2_amd64.deb Size: 37964 MD5sum: dc909f50ce0a4065deda9d20a69a0dd1 SHA1: 5583ede80b35dac59e30779efe2f7bac9c21ef39 SHA256: 6f8a93af205e65ff19d8ad900d90f28ad8f754dc389ee28d125bf5d1ce3a052b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 105 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.25.1-1_amd64.deb Size: 38112 MD5sum: 98346976b5146ff65b38950fa3fca0e7 SHA1: 6106e310203907872ed6a11e8662f4c051fed3bd SHA256: 20bdacf065ea9cfc254c5c9cae8510000b678db335936ebbcc5eba3dca03e572 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 108 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.26.1-1_amd64.deb Size: 42072 MD5sum: 0bac510f27044d58707c50d431b76fe7 SHA1: 0f0b4edd2b47d4bc95969fb84eb3426728f2760a SHA256: d4394f3cf654d5c3a49a978b25c5feb6432863e7d1f3915829734dc1e00331eb Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 109 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.27.1-2_amd64.deb Size: 42736 MD5sum: 6dad39ead4ace9f7ddd9fb9b7ed20db1 SHA1: 4363d8a7a756fa5407d6c1ff4150ad9a0306cc21 SHA256: 2a6aa8586b702a8fa1bfb7853861382e687014835a8381a040e2cfc0631bf536 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 107 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.28.1-1_amd64.deb Size: 40488 MD5sum: 3c94432cb60610fed280bc8de5cd1b52 SHA1: 7ab5fe4e2b77cf8f598c41b9bf14a3d14ad8f639 SHA256: ee20f6f224448a2f5cc2bdd9c359c715520bc56ec959a6f3c49f5a6796369566 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 107 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.29.1-1_amd64.deb Size: 41204 MD5sum: 95ddd9cd91ea366af665d083e5e7fa91 SHA1: 465b4e6e078d482fc82818f6b71acf9c7ddac6b7 SHA256: 6669903525887655b25d939c7e21e85a59cca7183aefba2fbe3558acb9001a0d Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-xml-parser Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./amd64/syslog-ng-mod-xml-parser_3.27.1-2_amd64.deb Size: 37868 MD5sum: 8d35c19ea2c6747f758271b78bf6c767 SHA1: ce0f9943d5c63e2bf12572ce044e96be9c38e9c9 SHA256: b613fad027ec8e829c59eb9e2e71474e4c7d1bedda0b26be066486378161705e Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (xml parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . The xml parser can process input in xml format, and adds the parsed data to the message object. Package: syslog-ng-mod-xml-parser Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 90 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-xml-parser_3.28.1-1_amd64.deb Size: 35580 MD5sum: 482e6dfed32ef0588879cb0aa7c51bef SHA1: b8bdefd2b7f69c98d143a778e527b7892581eafb SHA256: 1f1407762da113b7b807b6aa85f26a61e1fdeef1ed73725b314d322d49e47db6 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (xml parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . The xml parser can process input in xml format, and adds the parsed data to the message object. Package: syslog-ng-mod-xml-parser Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 90 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./amd64/syslog-ng-mod-xml-parser_3.29.1-1_amd64.deb Size: 36312 MD5sum: eb98a4a50d19b50d71c41d21e596fa82 SHA1: 675dc25af842b7fdaa25d5dc415feecbddef578e SHA256: ea0ad5a7f70abfe7e955bde24b7f20198468c170e81a5ce925287624853d9eee Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (xml parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . The xml parser can process input in xml format, and adds the parsed data to the message object.