Package: amqp-tools Source: librabbitmq Version: 0.8.0-1 Architecture: amd64 Maintainer: Michael Fladischer Installed-Size: 150 Depends: librabbitmq4 (= 0.8.0-1), libc6 (>= 2.15), libpopt0 (>= 1.14) Filename: ./amd64/amqp-tools_0.8.0-1_amd64.deb Size: 25240 MD5sum: 81ca75a26e67317ac998a852bb12f1ca SHA1: f1d936c55df20dc38b8e884d6c5183ab858967dc SHA256: d225ff192f7f0fee4d8230a659985a7e01b3367f7d4b82749e9e256ddeafdafc 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: 566 Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2) Filename: ./amd64/astyle_2.05.1-0ubuntu1_amd64.deb Size: 158816 MD5sum: fc432ad28433eb5fc103027196ec3e1f SHA1: ad70164da9a60e3f0a8467bd753b4a23314bd7f7 SHA256: ccb27227eb3c2025c2bee47306b9105ae14b6816ea15aca47362c675930c03f0 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: 768 Depends: libc6 (>= 2.14), libstdc++6 (>= 9) Suggests: xdg-utils Filename: ./amd64/astyle_3.1-2_amd64.deb Size: 204044 MD5sum: 9c7e48d538d835fc785f81b5445a4072 SHA1: 5dc71f5d12b6c065edc9537a9a534cbd46568f33 SHA256: 79034abf1e37d31daffc4ec4bb86c48bf0b8ac974dba275081401daa761ce439 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: 2434 Depends: m4, libc6 (>= 2.17) Suggests: bison-doc Filename: ./amd64/bison_3.5.1+dfsg-1_amd64.deb Size: 952568 MD5sum: ff8b0306bbdfe57a0b3bf7f7c2448df9 SHA1: a34730838a69e5d8bc9552bd44ef82fd632a5ba5 SHA256: 2276539337ea9217137fc0272d838225c964d9fdac825e3b33eb5440634350cf 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: 596 Filename: ./amd64/criterion_2.3.3-2-ubuntu1~trusty1_amd64.deb Size: 177312 MD5sum: c4ed9d853d5ea768d8e34b60c119d64b SHA1: 2ac38bae96847951d47e7e296f3a967ed1d7ab3f SHA256: ba1007b292f4123f6cb816ce673905b5e24061cdc2fe8f427347e118726176ee 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: 85508 MD5sum: 597df5cb3ac3f4d512c00f154aa0d2c2 SHA1: 9d18900013a97837758b82c7a3605adaf1a6d2f2 SHA256: fc059a28c41a89442806b880c00bbfe2e39a3eeb7331d08d6a950f7317eaaec9 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: 309 Depends: libc6 (>= 2.14), libstdc++6 (>= 9) Filename: ./amd64/libastyle3_3.1-2_amd64.deb Size: 107180 MD5sum: 74a392c2226e8a2973968a02a8517c6b SHA1: edc6ed3eedd26519c0786167a8368408f6fd92e3 SHA256: 810260829b23620a7e44abb8ed95ffda9bcca79c01aa037cc2eeca850f2cdd1a 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: 101864 MD5sum: eb401d2819410c71372240ac0c0793b5 SHA1: e41434ecc80e82b56bd1e23ae46dcf2746089331 SHA256: 9499e73d256c11bcb8152977955257865063036a00111f62eb59373730b8c008 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: 310 Depends: libc6 (>= 2.14), libstdc++6 (>= 9) Filename: ./amd64/libastylej-jni_3.1-2_amd64.deb Size: 107568 MD5sum: b544bbc733f651306684622e1ef51b89 SHA1: 41051b3ebc3b924c3293788755b0d75b06472a27 SHA256: fde0f5fa7e5044db43baf8f764408c8d9f08a261931a5894c212642222ee79b5 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: 557592 MD5sum: 55dafc9a7dfcc2f771857a1fad1a1423 SHA1: 7a14fe941cefcbaf09a9f6fc94dd2f4a7dceb4a4 SHA256: 21c04a09a6e689d9a0c4dde223d6596d78ff59ee90503c3f9037e0b477d1b468 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: 153 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: 33776 MD5sum: bc26353626ce4d307151d1c5f1f87b6b SHA1: ef6591980bb938f1c3f15ccfcee29553b62ca66c SHA256: 6aa7e1c009b6a1354112b66bfccce0ed02b7886ccf00f4a547cff1168fe8faa0 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: 29384 MD5sum: 8c08c1473accb23c55aa7c17ac5b1d43 SHA1: f21072fe88abdca4ba4d4d28b7c602c4b929a85b SHA256: 5ca81089878889237daba1036632e38e0ecf58f37c9867556ee72da6b705b7c4 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: 67988 MD5sum: 4d16142d77a40ace3424efc06bab3d83 SHA1: 1e8507b7751d157607362cd9d846c2062183ce9d SHA256: 4edc93025cd6ea84fe4be9ed3a094f1e8949c317a7e1bf2b745cc8b03677efd6 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: 80a024d468e1d9616c6e30311abefc138f3fbca0 Package: libevtlog-dev Source: eventlog Version: 0.2.12-6 Architecture: amd64 Maintainer: SZALAY Attila Installed-Size: 56 Depends: libevtlog0 (= 0.2.12-6) Filename: ./amd64/libevtlog-dev_0.2.12-6_amd64.deb Size: 12296 MD5sum: a827a3c927f2762998fad5535684fde4 SHA1: 77d494eda92cc2e80c937160af703125f36d436f SHA256: 5e9b25b006f691f6d072334e8bd9415b3507331cf0a6a6a03114339b249da814 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: 9784 MD5sum: 326dc82ac5d1d62b845beb393979bd48 SHA1: a4c25d8f8df9540293712f9f218fd89061ae1455 SHA256: fd3a82ffebfe5c9869ed55772c491bcdb96153810f56382f7803e4c2aca14ef8 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: 67 Depends: libevtlog0 (= 0.2.12-6) Filename: ./amd64/libevtlog0-dbg_0.2.12-6_amd64.deb Size: 18932 MD5sum: 70e75fa01551662fc03458796c5f703d SHA1: f28cf58755d49afd676d0d76d6d917844703e4d5 SHA256: 0ded7802ce2a60f0d1dbc096c58d6035a6d00c38a0b65a2ed829597070f62030 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: 59968 MD5sum: a49cbbcb07916e335bf67f16db1c008a SHA1: fe76ac40bb9083fbf39b3ecfa35244dff41aa57c SHA256: c6acfba8a0f5ccf14edd35f1adaa2ad2ca757fa501d95957d8035dd3ab500e9a 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: 36442dd13cb756a9eb9338b42aa011a81c4581c3 Package: libhiredis-dev Source: hiredis Version: 0.11.0-3~talien2 Architecture: amd64 Maintainer: Tom Lee Installed-Size: 122 Depends: libhiredis0.10 (= 0.11.0-3~talien2) Filename: ./amd64/libhiredis-dev_0.11.0-3~talien2_amd64.deb Size: 34332 MD5sum: 6f3210b4f8e286feebb8b5075c34f828 SHA1: be2693efc37129799608e36d9a825e2eeaf9c67f SHA256: 09881b40eed5b46fd9aeeab4dcadf37d5e2d61f7eb8ef924234aa07286c9d86e 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: 21876 MD5sum: b36a6236ca6ddb1e25c02df47b564bbf SHA1: db8a835cf17c8a62be4f44150cd558d988cc5ebb SHA256: 3a01314ab2490404b6dd1c5ff8035bbb93bf83c2454cfc2068e69318077843ce 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: 254 Depends: libivykis0 (= 0.42.4-1) Filename: ./amd64/libivykis-dev_0.42.4-1_amd64.deb Size: 56268 MD5sum: fc801452dfeb94e83bee191f5bc8d53e SHA1: 9a7038ff6dfb613ab8b0081d97bb7b1b90883be8 SHA256: 4bd267984e4eae0ce94e57cc13a16a0cc3dc2b0f75ce1edcc6da0ee56417071a 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: 76 Depends: libc6 (>= 2.17) Filename: ./amd64/libivykis0_0.42.4-1_amd64.deb Size: 24512 MD5sum: 52ba36e0d7cda1ac58b68e3e95ca26e8 SHA1: 10422633f51e351e67f57e3576c33e7dd748c7cc SHA256: 6f8b6d470a143d1db44fb8cf1bd13c680d94a4c3fc92dd9cb9a3265ae39fa453 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: 133 Depends: libivykis0 (= 0.42.4-1) Filename: ./amd64/libivykis0-dbg_0.42.4-1_amd64.deb Size: 111352 MD5sum: ff80dfe307596eed39dcd6cebf4b0ab4 SHA1: 60bd02d7462de9b70c351bc59498843c39142789 SHA256: 912057d2435c511e5f9f1c7e0e8fb4b7752655d654625422702618ee744dd7d4 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: 418193d8cbd554631a034b96b68dc9c66b34af28 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: 49400 MD5sum: d51c027b9a606dd4d49e89a84f60501b SHA1: ec987d333730cfe942494aad739b35ecb1ae2a62 SHA256: cbb20ee22e2d8efa643d3589eb1f70032d72d92bedf20def9643f01c62ffa938 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: 29604 MD5sum: e2d891da4d6df01998c8b66d04338cc5 SHA1: d6278c62442258c3d546991f42eeac7daf96997b SHA256: d36f9b996d76ec0b66a3f0f75b3547495feb5e15f23442f1ac2037be00b82673 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: 315 Depends: librabbitmq4 (= 0.8.0-1) Filename: ./amd64/librabbitmq-dbg_0.8.0-1_amd64.deb Size: 239036 MD5sum: 89220e47981f33a7494259d18c8884c7 SHA1: 58ec5b25f5eea178c40a96e5ad1a5ddeddbee6e6 SHA256: 0a491a19d95cdfa9456ad8d7f9eab2c5a31eccee5a311a328772d089cd3cc7da 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: 10b89dac3b9a23967f5a69dc670d38e1aa0dab63 1ed39930a3283d7588dd16338caac4a087094d99 30a9c32f77969d8e982fad7366c23e1e3f753d83 4530d56e4c76478b48d0dd1ba9147821e356c698 7b0f008fbb32994fa42dd4f9f9fa1c379c21012a 95eeb77cd9f8522b1c58054b5136c932d95e8710 Package: librabbitmq-dev Source: librabbitmq Version: 0.8.0-1 Architecture: amd64 Maintainer: Michael Fladischer Installed-Size: 316 Depends: librabbitmq4 (= 0.8.0-1) Filename: ./amd64/librabbitmq-dev_0.8.0-1_amd64.deb Size: 59456 MD5sum: 6c6fbffedaeac029a099ebc88e680fdb SHA1: ae7ba56947fdcf673271920d89dac4875a5b57bc SHA256: c88d474635278e6f850ab7e52a60d85af6a94d8eac1e3b379d0ed4fefad821e6 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: 110 Depends: libc6 (>= 2.17), libssl1.1 (>= 1.1.0) Filename: ./amd64/librabbitmq4_0.8.0-1_amd64.deb Size: 33820 MD5sum: 0b717228cabd8b50ce62e74df203ae14 SHA1: 13492a646dd3c007d046c83e3e974bada49a01fc SHA256: 95fb2eceb76d4248ab3bb86bc6cdfa09b94cae0ff564c87cb922baa796f475ec 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: 156 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), librdkafka1, libstdc++6 (>= 5.2) Filename: ./amd64/librdkafka++1_1.0.1-1_amd64.deb Size: 39272 MD5sum: 083a60395ea68b0c71931bbb8230c569 SHA1: 4eb3e2eced95faafec4b623a977b071a4e47688d SHA256: a0549b54b19994c6acb5761cc92e9cb233145eacf8ea76b5960194ec82040d87 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: 2726 Depends: librdkafka1 (= 1.0.1-1), librdkafka++1 (= 1.0.1-1) Filename: ./amd64/librdkafka-dev_1.0.1-1_amd64.deb Size: 501040 MD5sum: 2737ac36be47234ddde02492c704ffc2 SHA1: b848a73504c222d6124e55828623155ec42c7366 SHA256: a3ec6d7bbcec55bb4217c59aac7fb7ebb837434087d772fe3e309c22c6b8ab91 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: 1109 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: 380876 MD5sum: 810321f1c70715225b2a8413a2617a38 SHA1: b48a99bd4f38a50c2582e7b4aacff0217f1eb889 SHA256: ce1df2dd2f7c86951a545eed8ce8c9dc96422c9954386250ed12783cf71809a5 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: libsqlite-tcl Source: sqlite Version: 2.8.17-12 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 45 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: 12640 MD5sum: 5e9905371f0cf13162c8d8124c00fb87 SHA1: 11a432d5686d8c1c10f7869571e6d713ae79f620 SHA256: 553255444d814992ff438c2d892fe7669669455b1f163d3d73da7c51cf00e32f 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: 498 Depends: libc6 (>= 2.28) Filename: ./amd64/libsqlite0_2.8.17-12_amd64.deb Size: 143328 MD5sum: 0b3b2b8e44c3eb9af3715d8f33190569 SHA1: d24e917f4b0e920c4ba6b297d0d3e0a72d49af0f SHA256: 611c2ed686c8ca1c1843d4d215b2d02b4863363e1809bbb862563ce127f125dc 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: 805 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: 164804 MD5sum: 363fbd397579b2574c71482cbf7d6d6b SHA1: 6d25e06aa20ba93e64a3bd89c5a9f4b91b4c48bf SHA256: 8f5adc5033cec8538bef8601a901a7045c7a3837663052cf013a46d57da0911a 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: 7ab6fcd54d13bd92e9585a0d28df233c SHA1: 27128b38cf31bcec412567dc421e701578dfa881 SHA256: 31e7e283597dc1ee61e557843394bcd103b13b3f96b67cca337480f8f1d75de5 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: 126 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: 16952 MD5sum: bb67e6bc6846de27010c45de0c01a0ce SHA1: 364ad88b4446b2a8f95247b0dbbd6549beba4eeb SHA256: 51c1aebdb00fd53b35f108376f449b7a3e07f8bd804b575673ba1e68cf774884 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: 137428 MD5sum: 6681f68cca8a9e3cda9c0bb69ab90746 SHA1: 8bfe32805c6f915ade0e10123564ddeec974752a SHA256: 957341a7cc9ae5a166fe2878186e0cdd6f732e09af0bf6b2848e7f591d0aba24 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: 131 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: 25096 MD5sum: d663e28c7a5e9c068a100433f08f3eac SHA1: 8a48b6c70b8ee327472792ff8df7a864a78e9358 SHA256: 5b089fe0c2d809c2efbcee568962a0612087b77f9260a911b16690ce0ccdbffd 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: 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: 19860 MD5sum: 8e889f2784bdc950c6ee99d400728a33 SHA1: 404af264bba0abb2a341902e1e09cd81cb84b56d SHA256: 5d1e64ade457d79a9d79652ed5626d9ef68a5b3f3361cf773840d53341a2552d 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.15.1-1 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-core (>= 3.15.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-amqp, syslog-ng-mod-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http, syslog-ng-mod-json Filename: ./all/syslog-ng_3.15.1-1_all.deb Size: 20388 MD5sum: 2fbf9573e5eba00305da81ab46c4986a SHA1: f2db285f6738849bc2e2b374683b2ad2ebd044e3 SHA256: 516ee498cc50c1a30ff64d2423dd44e1be1aa5905583c574bcad80948b214247 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.16.1-1 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-core (>= 3.16.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-amqp, syslog-ng-mod-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http, syslog-ng-mod-json Filename: ./all/syslog-ng_3.16.1-1_all.deb Size: 23984 MD5sum: c2078dcaeb37d7c1f390b66cd63c01e4 SHA1: 69984e62dde796aa44eb56fd20ff64e8d16af9a0 SHA256: 1c5ac7f8fb367d09c3b758353a07733d21ea6085b0b711e58e9b9fa913d75c84 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.17.2-1 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-core (>= 3.17.2), 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-amqp, syslog-ng-mod-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http, syslog-ng-mod-json Filename: ./all/syslog-ng_3.17.2-1_all.deb Size: 24468 MD5sum: 19d1dedc1c92bd8237278d89823055eb SHA1: 59f8748f45c845ffeb903bf9bec170084ce2fcde SHA256: 91aaf2ef4947862e7a53ecfc72f5dd8c9a5200a708d14d2377c22ef947cdc750 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.18.1-1 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-core (>= 3.18.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-amqp, syslog-ng-mod-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http, syslog-ng-mod-json, syslog-ng-mod-examples Filename: ./all/syslog-ng_3.18.1-1_all.deb Size: 24448 MD5sum: 7e517961c0853374034323f89bafd2e5 SHA1: a32f81e204eaee8112859bce738e4e31f5e290de SHA256: e1ec6b3ea4e1e1f40611212faeb4bb9adf324b4e3f3c365908c9a4edca5bf1cf 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.19.1-1 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-core (>= 3.19.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-amqp, syslog-ng-mod-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http, syslog-ng-mod-json, syslog-ng-mod-examples Filename: ./all/syslog-ng_3.19.1-1_all.deb Size: 24036 MD5sum: 9dd74d697107f8767b88ef105b0ecfe8 SHA1: 7fa5a297c0c18125484c5305aff76ae84a3a61d0 SHA256: 16b8fd99911239c85a0ea4ab502cf7f23e60a5c6af1a27b95d25b1597888f6e4 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.20.1-1 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-core (>= 3.20.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-amqp, syslog-ng-mod-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http, syslog-ng-mod-json, syslog-ng-mod-examples Filename: ./all/syslog-ng_3.20.1-1_all.deb Size: 24468 MD5sum: 7b0c0f317b287928fdc3ca36b59dca06 SHA1: 2feec2dcb2749545ead093f34a48e75ed05422ca SHA256: 2fc5c1b6bf2fb3146b7dacbb989c969ae607ff7b9dd88db98e9874f843bce3ec 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.21.1-1 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-core (>= 3.21.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-amqp, syslog-ng-mod-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http, syslog-ng-mod-json, syslog-ng-mod-examples, syslog-ng-mod-rdkafka Filename: ./all/syslog-ng_3.21.1-1_all.deb Size: 24852 MD5sum: f5fa43a24aae4deb1f765f0c7071ca28 SHA1: 1a7afbf411890717bd24a9b31e74e8c0ac702c86 SHA256: 41a3f3d3fc70919f65ab24c6ab9994b3f83151d6de3f1db56f14456380b49987 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.22.1-2 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-core (>= 3.22.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-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http, syslog-ng-mod-json, syslog-ng-mod-examples, syslog-ng-mod-rdkafka Filename: ./all/syslog-ng_3.22.1-2_all.deb Size: 24256 MD5sum: 524bc6ff08536ecdd44f98f7fede2513 SHA1: 3c102b83613dcd00a0fd554287d7f6a70832f9b6 SHA256: 0adb6e8846341b90efbc9738d0821f97d51f525ef3c1e9a424ae7dcdc8689c33 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.23.1-1 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-core (>= 3.23.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-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http, syslog-ng-mod-json, syslog-ng-mod-examples, syslog-ng-mod-rdkafka Filename: ./all/syslog-ng_3.23.1-1_all.deb Size: 23876 MD5sum: ef3e3d8ba8899d3209584bcfa18fcca2 SHA1: 7bf421867fa774ee4aca09c1b692520050b377a6 SHA256: 64f2514c1c12a8fabc37269357578c5ccfeefff1095b18505d628450fe7b2773 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.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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, 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: 24368 MD5sum: 767f4b73185ac4349d005c7aed7f9dad SHA1: 39349d01cd45213a2a0c79c5272ce527facb0257 SHA256: fe670a50372af46c51cbcc348e5d106e37e895a7ab6a3ee67296c2399dd3d44e 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, 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: 24496 MD5sum: 3556fd478fe96012e59eca10873e2727 SHA1: 7960da4e396350f0e77c3192d97aea0413686718 SHA256: 90d2cb2b6785e3d060f0ef18c36c91d4cc01d3b6bc8e2260a3ed0a51f65b639c 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, 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: 28424 MD5sum: 6475deccdb2cf379d335e4a48f93c583 SHA1: d5ccb32fb47b972fdee9a29f7f71cf23335b81d4 SHA256: bf7afeec716a27289827fb50e86b644beecd987c5a7f6af2b9d793cadf03f828 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, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http Filename: ./all/syslog-ng_3.27.1-2_all.deb Size: 29036 MD5sum: 23f828a48c6b8215df407d468adda4c4 SHA1: 2cea14e5acada0c43daaf244c286ccf1c060773c SHA256: aee40cf84536de752e224f64fd3519aa664e2667dca671b7ab3276b4854e9e91 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, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http Filename: ./all/syslog-ng_3.29.1-1_all.deb Size: 27484 MD5sum: 5e72d69e088d01e9a3ea75d3e6cc3d71 SHA1: 58dece37d3eca44b547720cf68ade2c68f3b9163 SHA256: 49f24bf4ea90e369563e5bfdbb621a9b3e16754d7444a01c0a774fe647b2c67a 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.30.1-2 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 44 Depends: syslog-ng-core (>= 3.30.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, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http Filename: ./all/syslog-ng_3.30.1-2_all.deb Size: 27664 MD5sum: 0b7539fdfbc605cc5e5172b145045509 SHA1: 789f79f093e5bfb7a54a5f87e10885c53f7f9221 SHA256: 021fd18a9c7e0cab1ac4b57878f0ee5ed5342114d585e073024cad50553c501e 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2475 Depends: libc6 (>= 2.28), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), 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-amqp, syslog-ng-mod-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http, syslog-ng-mod-json 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.15.1-1_amd64.deb Size: 538900 MD5sum: 7441fab15a61eb992f5f0b0f764aea51 SHA1: 0366d49b8d2f4aa9795fcff797b4f85332ccc7c3 SHA256: 4b83f9c9eb36577efdafc2abbce366b4ac4d3f3a034f1b711b3ecf8f142f46ce 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.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2642 Depends: libc6 (>= 2.28), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), 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-amqp, syslog-ng-mod-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http, syslog-ng-mod-json 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.16.1-1_amd64.deb Size: 561272 MD5sum: 2e33524e235e571a6b6577bdad745387 SHA1: a4c64990aef647d8631fdc188b8036b1bdca262a SHA256: 515dc196f3df3f9177a0f10a183f8f54bb5a44154691566f9e90b906a6c4ad89 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2678 Depends: libc6 (>= 2.28), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), 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-amqp, syslog-ng-mod-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http, syslog-ng-mod-json 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.17.2-1_amd64.deb Size: 569832 MD5sum: 552e0989f3650882696b5d0473111cd8 SHA1: c8c5f0a5b388e9fe03d3c9773a847c1bd9f334e7 SHA256: a4151d5cc012c2248db39dfb776787d6bdce162b77a9559a656aaa08099cf662 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.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2715 Depends: libc6 (>= 2.28), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), 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-amqp, syslog-ng-mod-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http, syslog-ng-mod-json, syslog-ng-mod-examples 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.18.1-1_amd64.deb Size: 578080 MD5sum: 6d0cef0c78d000b8adc24b5ca9c05981 SHA1: beff6403fd7b555bba119c63f54a4ac185699ef6 SHA256: 41bc4b40e13d9ba04edbe0e6554d022ea204eb1ad81dd817d8446da48bdf0398 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.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2720 Depends: libc6 (>= 2.28), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), 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-amqp, syslog-ng-mod-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http, syslog-ng-mod-json, syslog-ng-mod-examples 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.19.1-1_amd64.deb Size: 578800 MD5sum: 2c2af5eba373b23ebfeb7b2f0b9e5ccd SHA1: 9c116b6dced840e620fe8063b71851d63b1cecf4 SHA256: 09d7958221b23439e1a86e069199f0fc9b8c0d498a6abe4941dadaca09283ec2 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.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2766 Depends: libc6 (>= 2.28), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), 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-amqp, syslog-ng-mod-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, syslog-ng-mod-http, syslog-ng-mod-json, syslog-ng-mod-examples 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.20.1-1_amd64.deb Size: 588776 MD5sum: 60ac5596e20239dc597ec7d0f915839b SHA1: eaceeaf0d08d0e8b6429a5ab703cca3060344034 SHA256: 7687b682cc7672caf02ed34583710093f2f8cf0d72d469d55fc99e7cbca58d43 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.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2796 Depends: libc6 (>= 2.28), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), 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-amqp, syslog-ng-mod-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, 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.21.1-1_amd64.deb Size: 595624 MD5sum: 5102b5849474e651a5d298916a1d33e9 SHA1: 79e32bde0124d664d2df21b9aae40dd5c45af658 SHA256: bbd9c20ca068d47f107bc4272e3e4f2e6fbaeed23c9e4a1396ad46d0ef166ce5 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.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2829 Depends: libc6 (>= 2.29), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.53.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-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, 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.22.1-2_amd64.deb Size: 605516 MD5sum: 769eb9c56fdc0e8f6d39ba6b28bebc26 SHA1: 39b35d7c6fd5e9273055095acf1bbfc73d12883f SHA256: 65286485a6b6b3db7e788877d51b5586238587cc558b10d706c985300f876414 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.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2836 Depends: libc6 (>= 2.29), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.53.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-geoip, 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, 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.23.1-1_amd64.deb Size: 607248 MD5sum: d49c35858e83c1ab6d4041a06419c555 SHA1: d6ee3d1cc6ff2f9fa701c5a4746c3911562ca8d8 SHA256: e23ba6e6db459fbaf18d6d9bfa12b40a26045183d2d65201032efb67bcb116b6 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.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2857 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, 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: 614992 MD5sum: 2e4a3fd3e089ec3a05591e08b6acdeaa SHA1: ade55027a0b59b466e531a188f2081143e3e6cf5 SHA256: 24d6bb8aef4ae2f5325d7181f1af2fd615d7c5e843bccd27a8eed211bd30e755 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: 2870 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, 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: 619336 MD5sum: 177178286bbbf7942e0ae629259ddc56 SHA1: 887706855d814c775f5792feebb2df8e3474d60e SHA256: 9ddef2a408d11efd6b3c585f2f038e10b534df038694458b895e4f33f76c0467 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: 2930 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-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http, 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: 633056 MD5sum: ed57a9a2a2e9733ff407e1531ff24c10 SHA1: 6ba1939b305128a55f6cbd50dd510f8ec9c04aca SHA256: 555dfd12e46537a0b2ac2562d4bd57686888bc3017a24bba71aed291a9ddb590 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: 2927 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, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http 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: 637972 MD5sum: c5f6fc7f84f2136d834bcb5483465379 SHA1: 0c8de405b26c3665210f11f73cde4eb0049d355f SHA256: 33f947acebc833d30f3c5753882135c02e7d2214510692c81050b264aa0b47c6 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: 2929 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: 638760 MD5sum: b7a9992446b73acbe30c6a17cbae8296 SHA1: 8445fff1d726a4775c48bb530f7b8408bcb4ab05 SHA256: ed53e601c5207a23c5e63fe85df8412235099fcaa5146a8c8ba03af8696fd88f 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: 2952 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, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http 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: 643664 MD5sum: 6df3d496e9ccb596963aece76a18838d SHA1: 19d0e0efcd920037560f314e8b2163becc701613 SHA256: b691b27b7ba6b21a8b0deaa9cff6c5357a48e86462c5e77c8b5f1415c08fba70 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2972 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, syslog-ng-mod-java, syslog-ng-mod-java-common-lib, syslog-ng-mod-elastic, syslog-ng-mod-hdfs, syslog-ng-mod-kafka, syslog-ng-mod-java-http 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.30.1-2_amd64.deb Size: 648028 MD5sum: e0a96f34c5f63b67bcad231586fdb52e SHA1: 953fd246a06bed92102b4e7b6d7e730013f5424d SHA256: 382e53316604be55d756b8344d233ccf5f72547d19b697de6ff651a5e007e0d5 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5093 Depends: syslog-ng-core (= 3.15.1-1) Filename: ./amd64/syslog-ng-dbg_3.15.1-1_amd64.deb Size: 4468916 MD5sum: b2c4d2876973840a1e8c5311a7d92533 SHA1: 5e8e74008d08ab50da2c9b45ce402ba445581ff0 SHA256: 9efb5fb8bc1027d0169b48d5fdca8e4f70618faa2af5b052806585dfa6c788d3 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: 0b5dacb001887d4b4ac9e9b0454b3a22edb9276a 0c0708cac99163d253979c309c3da2a515f6b5d4 1209c6d6cb3479cfb17408f3af1987367a2cfd08 18d0760fb2a1f244035391b7f4cfa19295cc1e30 21812a41ca1a2b7de43630487a4f6b49babc5375 2414599cab2fca4b58e64892ac68bf4856b8339b 268c4839cbbd08712263269d00f721262e24798b 28f747f27bebf7b998f4e4f3963a6169db6fc944 2b443cc03c1cb004378e1262f6b095f514569304 2e7c195f520fcba748ad5f909e80eeb63a746bc6 3cd13221ac65ee561bf797575a61d1feb358c681 3ed820570234606f482b176d49533db2f6d6e3ea 41578cfcbda9a92025b484a3fd8e53628a049932 4564934f204607cab9605e719b223f142e8b9cf6 473112195122213bf7cbc11d7d1f6e93e8bac6dd 4829e1524008d4580c2bb2efcdbd6394cdf1fd46 4df8a1490ef57909a3a14930239b050ea708f856 51663ca55b43c2dc53242cbda9a8b6760bf89b69 56542ea238011c876084c33f85f77eef7c471952 62fcd946620f2d532dfa12f7da4e2440bc19c122 7541172acd06b357b08d3c3b8f56c2010699db11 7f8261d50f6f26e92955fb45808ac299db200ace 80e811152d73f3d63e35e1c1dfdcedf1e5e2ea64 83de5cc057e8a55f3b099fa90caaa05743f84e7b 9831999ac9539d956a139c3e0074872944690e25 a2c885850a5b5acc0c2d38d1b68d9a9fb8e59888 a7f07f42504639f06d11d044ae160da158bd4d98 a88abe4c49de10410f6d62b182ede15c6018ade4 a8a9a9884df66145478c2fb542256e4595bd85a1 aa19a04d18ad5d5161ca0cce8e0fbbfad723fd55 ace9c56c23151fa4e19c57e50374255890455210 b0a30921757600cc995280614fd0401c4b46f6f2 b40a7cc11685d61c140ff377a098349592bcd454 beda6473bb45ae7ade575d244e12d3679d290723 c2bf49fa8a52c64005927e42167c3dee3d6cd064 c2d7c52a81349f7a0b0a738bfcbb73114d6909a0 c40b4e308352ddceea65c5697abaab7c6db6ef7b caf225f23f27140338fdaba79396e979b4f0318c cced316060c469994004d8f23bb057ec3cee1fe8 cf6fa7007cf6a1cc6f77bfca573bef558770cd66 d33b73d78da0dbc44860f276607a568cc49838f0 ddc18bf724f4b87cfb6583cd5680cf2b9907b947 df0e903ae2cf0535dc5ef0de3c8c5f160ca43c59 e0fc8f7ab2c086f1e04c128795e1726af8597605 e676f6975f388e01940c7d4608a4e6282a640609 edf8fe6678cad31fe5f704bed4170d009e2f151c f26e2855b84a8479df3e3f5a1b884fb98ff25993 f566ccc85ffd34396d09a697d8df6d951b3a0359 f61f9b82e55b5266e57c382a021ca03712409b04 Package: syslog-ng-dbg Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5340 Depends: syslog-ng-core (= 3.16.1-1) Filename: ./amd64/syslog-ng-dbg_3.16.1-1_amd64.deb Size: 4662964 MD5sum: 457839001761c10b2e2d3fc06be7a719 SHA1: 0d69f9e364764569af39f201ffc0c05ea8fd1397 SHA256: 6ad00617527d0cabdd9a7347c711beb8ae8548703989046d42fe5714d0c0826c 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: 04fed6da7d574cf1972044ab27b3b473ce554ecc 071cba3bc9a0ba2715678c3c3c03f17e6ea3b027 099659685d206a6dec8f68ad17c45fe4bee3c61a 0cbf8a99d29ba7cc67316b6b72a2888ae16d36bc 0e86b95ed39618d5dad6fdd2ad4e56040fd1e448 10cf29234c17a50a35777bb870c3d080965a7b27 1736e6bad57602e1d795f059648e0ae181175c6f 194a77accfb4ec59f970f2bb8124375eb868163a 1957e4a508836af90f3364a4123aae6a6458df6d 19d34ec62c911d673cc13fbc9260c56efc423edf 1c299e2c66f3c4025a0334c92802d3a1514cf74f 25e61ff085b2059b8c012e63119fcaec02fdba13 2eecb29805d6c28298125f3504a65aa8f49c4b6d 3da9586b54fc6b8fb7d1865916809831feff6983 430869b22a5154088817b61d10a0f3269ea644c0 526449175744cf62dca2eaea50c841614101fcc9 53f024a9674d0516142b00f643c37a0544002850 555986d8f4c8f33ff5e4c78c5738ab78134a75a5 6296019b36ad4437a67cd9d0ab7cce485e2f31e2 6c7c408f823f5f08b557ed6c393762821aba7d93 6e4ba377e5b13c07a7859524e16d4bec54f38c4b 6f7ec12e9a5d9741d211881b18bbe4b21cd2f676 7610ff3b76bd226e0afbfea5f050fc4d48a278e2 7adf5bea17c9a97b8157c6924c5f2f4a15679204 7b0d22563c17e99ffbadb9f6b4cd6cbe3d4f5793 808fa2defcf7ab5846d2b2d7be6dc0bfe4e3b0c3 87325944db8a6a5e9be1abe04a7dc1ba1bc626d4 89f67b72e465db60adf91559677d6bd6df04d119 8be56b199886fbc3319d7056eb7e5f556acf3ad5 91698a3ed568fc06871acfb346c36f9a1862af94 988783daef80f15a5f31b04da7fd1553ba17c0af 98e236d8a1c019636ba59d32b23c937a237955d0 a452d95ac168b32c6c0b8611c7cb58c87de9b622 ad3eb390b8d690b0e09ef5f33d7abe112688e2ce afd8db4870ea23ebb4521d6ce4999ca5aa0fd8ac b1d21191bebd210d6a59f36534b1dfc851d48edb b36c26fc1ece420ac7c6206f0c5df289782a2a1c b590c7ea747b3e530c7624e0e5f2311ec3c739e6 b9cdc1d5b141fa1b2bed7f438b06fcbdf49f7f47 c2427daa63afd9918d5a28ceacad7a66efe74bce c2ed0d93590d273e7e62142fcd3a7a6d9ccddac9 cb3a013162281432cfd27d205cd535e05fd4d9c1 cbc075fd857d41bf803a1933d6295ec806f34964 cf9f8cfa8cadd18f3d7215fb170ae6732f771984 d6659e2087510f68683c2700a4e02cffa86d6f18 ea06d03f1353d141b53bab4e3a80231e026b13e1 ec22ba426a88662b637709259addc0958f776258 ed9786e9d08301ad17783a201ec05afa8b327054 f3e584e36dd38258691bd397b0af9f4f38354371 f464f959417c5e9f42a4488ee3ba04f8cf10de3a f4b76e4316e9b170b217c047f178356e52a8f184 f57a543aa02997d255e9375e6c26f390247ea855 f73fcdfb1a5825ac1d216b53df974642895f5055 fb5006d5325e850bdcd61ab792af27d6eeca610b Package: syslog-ng-dbg Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5395 Depends: syslog-ng-core (= 3.17.2-1) Filename: ./amd64/syslog-ng-dbg_3.17.2-1_amd64.deb Size: 4713648 MD5sum: a30f1d388e537dd258a3c600f0e518f5 SHA1: 0f150eb25adb11dc5e395db01afd79a459e0b422 SHA256: 9597f537c5ceb157789c6ceb1bd27aa1c7193c85bd4d625c61b71ef41b7ead30 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: 0021399d2676883ba9e76cb31c2b2a1510b82084 086e7ae2da44406a7373994fc3153be81299b186 0b2b600361944be99892bedf6572aeee00335076 10ec4baa73dafd356084bfa3b536cb27eae331a6 137e737be2ee684eee66995659b4f409f8164cd9 14d68efbdfd7c09497f7f65344b6daf791890481 1658e2e0bfd6c045f38e6e5a9826a5de3cfbd056 1e0f0da50f8855e7acfbfa940e56fc1abc8ce386 210b285faff33a6cc98b125c78a8d69e664887e1 2160504f51b567ed1bfb35480909bfd0001162f1 235752e51233a607a8c69904e8e830c5d2c2107a 2aa0b13dbdcf8020a68832e3523b62d7995a3241 3067c4e40c3cc3dc0e874fd356793b946d9115ab 31591e7c0e8cb3ec4e4c4f4489d5df124fd7a4a6 3290877d5a9b87232b11bbdfd47b0b37c0b6c4b0 3766b3dfe395d4c7f7f9ccebea27a977eb26d378 423dc5f7b02c1890357bffe1d16dddf7df6ddfbb 450bd644cba22aaa62b2d37abc2cad6d72cce7e3 4ab13b6ae61036e6d9045366c7a6d9faf6fc0178 4ac80af8f3ecbbc2fb66fee4bddd52bd02905fc9 4fdddc69c70c5a48f07e28f59b45a67286b64a09 52a3e4eebab761d9a3412821ac9f5bea1a65e262 55ffdab1552953a98474de1cdc97350b8eec3bbd 569b8e976187aed11e80bec4d6db71f470c6bd10 5e428fe2b159fa50daa3c610aabe18864fa36c71 60a29bbce18e2c4cd8f36b507f2d497581829552 70c8aad2c1caaad81cd6b15b0c4dc3ad61a68e40 7e57a913d05aba55b6c23f5acafc2a190e829ceb 7e6d090c625d36866ce578658c44a578df7f2eaa 8bfbdb51973219ee7cb8a6c9f8ca99afdbb58949 8d413635a0b5cfcf572a1f96e74840f07baabcd4 910a23abab12d1f216467f95974be32da715045d 95211cb03b13328679ac957d1c1a2702402294b0 9606cfe92388fa2b089561da11bee952960c9bc8 a053fcc9988cfb9977e50cb714aaecc6ffc4fcfa a21ddc590cd02e492371ee2a7619405f667fefe7 a5baf2e8beaecaf8aa3a86cb990470dda82935af aaf6b047c9d1b4f02d810aad2955782f7f2438b1 acf160ce3fef36d4130cac626cee1635572f5e2f b6c924b9c60be37a83d67fa55ca24db2748d4aa8 bcf5fcc74b88d847cb9a33db840bc99654df7cc2 ca5867a221a4be536f917aeab8f520fc7742fccc cb7d590517f804e7eb3b1dc832fd34489653699f cce9b8fabc584fa75a4f0f210d72cfdb1361b856 d6659e2087510f68683c2700a4e02cffa86d6f18 d683a30d191f41eeb8b3c986368c2e1b42db0401 d9aafb92b0ec35529020c7699e3740aa4adf346b dbdad11cae5bc320251cf103f2eca3e8ab6df612 ea8b823e64daef76fb98085f9dc2385b61faecc0 f2c2a04baece9cbbeb6d7d329befe4fecd20e9da f52e3318aecf0eb5e07f7ad1fdcb894139f09cf7 f7d0d82b828153e6c96caee26afca07dc9c0947f fa9954b8a0e1e0c44cc1e1114ee84d5ae352e71b fd4e0d873640e7d370d48386a0a089866e6dd042 Package: syslog-ng-dbg Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5741 Depends: syslog-ng-core (= 3.18.1-1) Filename: ./amd64/syslog-ng-dbg_3.18.1-1_amd64.deb Size: 5026456 MD5sum: 2314b74c3be6429867fe5063080b402b SHA1: 5de29367d4d43c67dad9234c151348a67b823985 SHA256: 11cf7785201a06086aa1f3b097120ffc11cddc7d17a4134cdc2e7bdbe2cba6a6 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: 018b04c982ea9b3bfa37ca98e31b5bc91a32ac36 03306b7ade50d0fafe4419ffd7af6d3317244dd2 04cd6739e39d2c4a3557b8253acc94a6de22c611 050544429628eed93c8db0df78ce50d7a50ea279 0a8fe5fa3a9000a525b054b976eabf2cda5ff867 11e3a5a739a03c35f505114819f6a90bc62e27fc 140f355ed3c71069922104943c9e3baef33403e7 14df93e7ab30fbb05914fe04df42fae9d98e5e6d 17d49de5e9fc595e9087cda9cbcfcd26965cd61d 1cd2c7315c263c21f682ad3d746bf599dbc2469b 1fb4265475e7507f26abd2be09bd935dcc26fdb3 243a22ec161413751636866657f9fe45e8388af0 309aeaed688ba4d2006a34b95bb19f4b9763f278 32a84c88129ec5fbcbae4f8eb7644625d11ff390 422fc8c376d8fce5642cceb506d8e4534a7323c7 435c6ad9f98efa53e988604efaaf502667b09b8c 45b38b13fbb9d0a32ffddb8176e6c80766360255 46a4a61d35c2b4a1b34824db249368cd5439d417 518eeb7ffb87589957bf61ed3f1e431450fe22cd 5c2012d9001732f08a138806450da279e0af0976 747b89e22de89f029389332f41bedeb887622291 77d0c929a998dfe2b3e9ddb97fdfbd156eb05ff2 7f1340cedfc61a004915f2814a813525c8e16471 7f4026b824184133a3591afb1496cdde1c5197fa 86c2523ffb12fe98a3027f23e73acdd13df769d8 8d28b2cd7857dde7f9e14c43887cce5720fdc616 94977431ceac66935aeda969c626b4344c65ce9e 94c95136681b0e91195671ae561b05c5ffd1cbf5 951e452df644f588792390d3da389b3bad6fd7f2 96535d7240c00077f403b38fd0c72c0bd20308e9 9bcd0657553a379a5f9021bd85a828b5d25de385 a59469c8130adbc9f480bf0cbca667f5a53755cd b123739d566e398992d8e84f11d1d83eeab221c5 b20d1f4c5e9f13ba8aa569a97a63ff145c4acce0 b34b0ab4f3fa4f82459ac179cf4f23b1b3296730 b8593fb5c7187575c050301985933f8016f290ba bc1a1decc0151c4ee20e4d05fd80d324428d1f7f bd09cd24db1ebe46a0b8f29afc5880d88beec897 bd3b0e75751891a14a65ea6ca68a853d154dc9a0 be17e073dc5b16477613d34ad13529b32aa76da3 be1ad5dfa68a29372581fc3ceaeb78c014b38a57 c075c0a942ac109e019ba355e72a281d2f98964a c215089d1a233ab88e37dc6a298be899a283c7c7 ceda1fdca7c3ae6d964a82857a16db21d552ec75 cfc8605956e0e25bfd2f411ff8795f00843757fd e0d42ca631726a1e6b7034dad4d1d1347f493b19 e6311253de50bef3b93eb2dceb07fe282e032382 e733280cdf74d38c48b6f1dd7bf67be1629e9538 ee2e649694c5e96bf60f6fb411d5ce447cdfcf50 f24f11ed975ec181d2a262fad18b676685946a57 f3e53cd9cec7b81c3f27ff7eb79df9a859819b2b f5b0e51e5453cf6bc760a31d8b5e819cf70750fb f6a3659af08d1d2ed430fb29186905ef53c271b5 f896e9353ebcfcca4d45a9233d2f507eb55e45a9 fb9eb02324fed65508e23566443fdb9d87f9c373 Package: syslog-ng-dbg Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5781 Depends: syslog-ng-core (= 3.19.1-1) Filename: ./amd64/syslog-ng-dbg_3.19.1-1_amd64.deb Size: 5061932 MD5sum: 6dcaeb24362412830e873c4b56670a24 SHA1: 1301951ebd429e5a14ca0dabeb94680253801a11 SHA256: 75be72bfeaf946ae704d4458877e9254e11290b793e2167f65a5479002925a32 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: 068dd5848bb0fbbcd7fdf78f5760c8f5c210def9 16ba13d202e95035fb1dad9875058ac42131d8c9 193835630af7792d822889e6e4c3b2b674c1a6a4 1e02775db4285cc542ab2432538b20e830377029 20a41611edfb4ff35d2a443c0f8266a7af71cad4 2ba0873eb6d70b2f13d633ade6571880201c6d87 2c6ddb55653197a72992279645ab0146a8acc7cb 2ddb2eaea989bed5e921c59b25a3a690d6654d4a 3157f29b033de13c81c549e128cdd48635e820a0 32a84c88129ec5fbcbae4f8eb7644625d11ff390 3fd1383630009aeae4c8926f79f211fe9a90787b 4c87bb791da902a5ad6e4a2e91811b2ba2d349d9 554e90802bb1d53489cdf5ed9614916a8adbf6d9 558edc0a407aeae48f1aeb6d819fb767be11ef14 56c57ba770eb77922871d83fa62ea2658230e2c5 595bcb2db9b033e28b1518484e2bb4025ad5a546 60c60a463e26b85f9753eefb509a254afc6a7c1d 620709a7cb27ad5ea3cc79f2bd3351539bfc9b41 6a2bb2ea005f8e5a33a015a1cd0a76df55493501 6ae089e0d74c7d0b48824f36c62da4e40eaef10a 71dce3735e34dd23ea56fcf6791fe6a3ae3da678 7a6096dcd490f12e307c0b7f53b08f83db161382 7c5e9ea227209a3b17f34efca79c752bff874fcd 7e6da547e80706c168c727b40cf5fca07fba3c00 829f957e3f64c5066a6d29da350bcb3b28f5d9a6 84ccf64c3dbc07c80959834f7b3088b133d29cf3 8dc193c34d129b36ef3cb7be33cf5426c973d5af 90e909a5403c5507b0eb8fb43737d2873ed7d4a7 925bb3bf76da9ddf5731ed4761c94e6e9b96b4d4 98c199081fca4e45940dfe6b3a4253db69a312dd 9d0a742afb374da39f0ce075070e13c91af57eaf a30670373f22371daf3725d882ae53c6c57d5249 a418069239c70a0d1f793ac345025d104dec6f24 a723846a7c1593b9047d2a122ec86052c1459c9f b087fd2f694adae2f8c85c03a704209e5b5403f7 b3871caa68399fb07f9756435ee7a22f45735551 ba938b1a770a8c2368fc08f8492f4d9dc6782fb3 bf70eef1910f4e642d3a2ed5e8ca35de27dc1693 c0c0023798fd23d34367a9199af50e358f91194d c170ef95963d21665ed496756548d861e0ae421c cde8c13271b9a8960281724acc16f2457bce0a93 cefae34579478455ad792dce100c4e7daf5d9d19 d3ab402d2f86c52da7b1bcea44fe22b9146f9324 da661673b9e06e213900642f96353658767318ca dde29e9c9642a5fa1aa5b414f1f15523e2fa481d de1dee877282e63bbe59140df1595b3f55c8eff3 df71b53b7f4c2adafd8bfa15ddf5a309758ca218 eae3e4f80aff5a3642d88d840bf0fdad510dd045 eb86e7331f2759f8ffe88fc7b745286653d66470 edef1d30d2c2a48aeab5eb44f6a547c00895a8e0 eea46a33ea4b53f9dc1b5372bdc1f2c397e491ad f188f7b1ebdf2f4a4d7801956da838313dd8be77 f27c7c0f94b4a68c7b21d08c78267cfae5695614 f3f0a227a851efee26b6be631c9ff0a4d87c3ce5 f8270f1f590466cc6c27f867390c5e9100e12c34 Package: syslog-ng-dbg Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5958 Depends: syslog-ng-core (= 3.20.1-1) Filename: ./amd64/syslog-ng-dbg_3.20.1-1_amd64.deb Size: 5232664 MD5sum: 1fcf14566a500b894ecd3f830cda542f SHA1: 16abcd5a3437cb30a61ee34da6fac46bf1b22d41 SHA256: 2f71022d40dc3ad3e0a0df6e023ad0631c39c08db3f7e4780dea4657d91cbe1d 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: 01a83a5bb318d12d5ab21bd1a053b19f605a3cdc 05c624556b9092da58ba09f58455857ce4b79098 06eb4d1962f9978b082dff712b0af1d3557c69ca 07bcdd4536e96819d9c5c296b00f776860564c4e 111ce3c0b1f3f3c1db88d88beca7a8a70d9dbd94 14f2aa1eca0649d6acb667326d4a73ca07140062 18edaa86e133e583e24194820de69b95deec1ce6 1d600384e4eec8834f33543308381a5c462433eb 1e789e1a523d38ae54c8402caa6a8fba99e6dcff 214e753da2367f5ed94f32120c63fdb42b45588a 2306bd8d5c904ad976b12f04b106d7bf19b42fb9 2a1196879d8ce95222bb67eb3e0f5229e38920e5 2bcacc90a267e28991ee76258172acc0a142c057 32a84c88129ec5fbcbae4f8eb7644625d11ff390 35d69a199097c198bcaf6b2d50cc93dd27ddf97e 3b059ce31f91a62e569402275f44b7c171d84e16 3d06d5041832e792d3e0be2b073b7d96f38b552c 44b475e78ccf634f63148440e5c6b8389c8143a4 477d2b2ad4f3e39e78e16a807e6cc452d2f23a1b 4802906d4df4f46d9e1d3637c0d1145745826222 481f635627b810d44d68ea96b57911ca7e95f304 4c152d116a0c73b34a06954e4b75e69a06314457 4f2f4110cb60bfc5db05b70ca276101c6803431e 55389c848ff464131a8358e10868e3b89c814111 56a2bac72087473416047f2d8c3ac46dcff8363c 587bd4abd49f49c9cbfba3ae61746936f357db82 5f85bf508d87a6a265fa7551c39e3de0d64b7938 671b7678758a53386b7b00288220e14e47685740 7d3ceb418acc50031a959e69ea46705728d4e77e 9881ea3876eed0584ef8766ae0253a09e56a8ee8 a9e5b6c1d4bb4e3beabd466e795de6ea03b1c73e af721e17a58fc4e4b0c935f7f6fddd9ccaab21cd b079376ec557d9f9cce88a3ff991ae54ec966e33 b8ce63fd89016a06fa8fde0d735a0a501747c276 bbbb7dffbd3d964b861aac898532fdf8b0ae4da4 c1ccc07bbb604be055bb5b82f833114d1e783826 c6aa2abf66f952318326943170a669994b86c4f9 c6b8e8f92345046e870d7bd74967ad54db1886f5 caf00fa6c0a3c31cb4dbddd5f6513e9d4754cc8a cc1f677ecf30f379c4f6da3742df200bfc25f2c9 cecdea4e33879c456765d4d2cedfcbd37c9e7774 d495a79cad434cc791dfcec00b59f4025e278f95 d4bd7407b1864055eafa1a2014ed0a6abee7250d d506b5083dacd3a7bd22939dca6ee3c0a71fc690 d67e11b1f40666437511fac6cca74348d48c952f d9b1d52d11af784110b3414c05abc13726f319e6 dd8763e97eaca2064d51e2feb849c1705735f661 e71de656972be9f2597be5d65543d91a689ba457 e74dacf04d7e3bd8fbbffbf3f41bb56d1c1d7e79 eb59b99b1a4047c2426ad83e24d80f2eb9507f52 ef9e06d33468ec01ad0fa26ed6b718e5528cf135 f4152e722a9f2cedea1c23cc1d88721e16ee4e7a f7b1e66ba96f2fd677c4d871ddc4ac49bed2b151 f859ba50f6943317adefa6406f1605753ee90294 f8606f5ebafc2b2156d733c174bb930b38ce2e72 fffbc7ccc31e0597f3732070e65874677b50d743 Package: syslog-ng-dbg Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 6072 Depends: syslog-ng-core (= 3.21.1-1) Filename: ./amd64/syslog-ng-dbg_3.21.1-1_amd64.deb Size: 5324224 MD5sum: 0d684442f830ae314e95baec3e90b89b SHA1: 0b1e06d623f688f4b2fb4f3e40de7c4d79a97d2e SHA256: 5f817e869f5554cbbf4cc0d005daa0e79237a23e04aef7fdd88227e021b53a0a 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: 00e9ab3d81148663e59df106647ef3304400526a 0111799ba4e51a541ff202206a978f2094477053 01dd864c21b5d9ab2e3f75ec5cd12cf516059a3b 02d9dbd05340fed8fa36b8edf8890234779a48b5 0a2f81128c8264e814123569f9310d1d09529533 15f5d8627434e0a730e09c4faca7881ac6318439 2259f81c327e0e97a4c0784f8a9d7f1e3168a2f3 2675ac46e88d6c3178b745a5e119a8667320e59c 288e29469522591706dec8445616734dda294692 2d51ca98bab35132030c86c92865c427d4fc80bf 377b315a11ebf237dd5f4301575bf4e37f1849eb 39d02b3543bf49578dc78162de36b0c8d0e77d31 3be537faea4fd0fb2e73e907e4d1d1fbd4128ccb 469f421e2d12d298307d780375bfd5557c1de2f1 49bdacb9cdc4f5d70936c7b739c1b7856fde96a0 4cbdd1a5b9a3f9d429a71826d97110c2db89270b 561526ed3d4a2f96765af1051acf9b1f746503b3 5fb69bb91641d3ac944c988be43a734b67006499 6537245b739a61b38106b9bc0be95259106a8713 663c1277149e151b4269410aa73d99599c79123f 6ad7ea51fc3a6a16e719133048dc02ee4a2f54a9 71345c07f0d96ac9467ca9ccb5717ed462e8ba9c 7275db5213cc78a484c969e7b2e51f23d4cc18ab 73f20aeedc1de340ce9235b515895066abdf9197 7519a66476eeced8c23c3284cb8d0a08f6d1acd6 83e9856e4ec5115965721732b9443a9e76c65b45 870cd19f31e89b1af903105471da79a2d91f8709 8da95fa87d7ac5e4ecb5b764157ee2ac809a7a36 8f602c01db2465147ee1f4634c4e82e68364a118 9169ad9e3862c0e96fdce9fe378b49eb06500915 96079a19ef9d337e83dee3a62232030f7a5b1fef 982806d364299b43a891d51948cb591a8238592c 9cb080106771310417a88ec7fe3d58ad69e601de a44138d6d37bb2e4da5368bf93fa3af65536fa1d ac5f0055ce97b6cc1017356b297c34459b22e00b ae7f40503dbf14a8d7122bc7ca74e4bab6f5efb3 bb10db8b17f0d6482795f683c7edb94ce1019f76 bc2cd0c3f88854a40fff8151dd665ca5a953f64f bdb9cc31d6a143498551ac72e4b442467c1d22eb c2b690251db491b9ed7fb57d9ba016d393bbc8ec c5bbf205671ad40238df701f9b6060c21cd4ef2c ca6f93fe4298de012b7f207a97d3fc38b0d6bc93 cdf97431d1b0a633e14f7e0576bc8edb25eb9066 ce8c0d4cb73b87b9ec299835e60623bf64d84705 d07d3f339cbf20d5b8fe86dc45cfc49219503115 d7fcb26548c4af81852e1efd36c3d0986a40ecb8 d9fdf0f5a585aaf00f5e2a7f6c84505221983868 da805f38f896b04bf2e12ecc566dc16bc2478a5a dbe8e5282d9b3426980bfb231eda46bc56cf0932 dcac685a3171aa854bb3a01b5a9b17b0775c1270 e4e8d366158be17a6ed8684872a181957f60cf05 e4fa9c5169808ad052496c4e840e4e07e08dc139 e69578e2eeadda409aa58639d348e65e3be489cc f1894928a3e519ab63c1515332fda326823bb6cd f39386206e3826fd7071361f3bc8e3b398d29955 f40ed7a2bce1f7fcac9e5d700baef2867617e2d8 fdc0fe149052363270019c6d68ce2d25e90a4b59 Package: syslog-ng-dbg Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 6208 Depends: syslog-ng-core (= 3.22.1-2) Filename: ./amd64/syslog-ng-dbg_3.22.1-2_amd64.deb Size: 5449168 MD5sum: 70f3b0eac4fb8c0f572998d900d87955 SHA1: 2abec5b7c621c8b4810cf036e6ab6f27f0ee8df0 SHA256: ea3541b02329c385a2abe62ddbc5a2b7d292872cea40c0b4e5f18c666ed3c09c 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: 034c060aec7bee3a179fafda6a1817f481484de9 0a547b7e97a6e59deae160c09c0801bde13d3044 137bd31b43d90bc26185592f39d4db737fc49e59 19ab3a9f62a36e95d144d6290deae0ce993a9b08 1bb7e85c7657a12a22d313c84fdb4777a6a904a0 1cc699ad25dae73f6c67dd8829b1b304ae80caf8 1cee833b90f2bbfe64f7d541979c317d0a0cead6 226145812a8f4bbaa50b6b109505b69aa6c43891 25517f7df3588531812bad3b36b3a83cf14ff181 3027f8060325a69ab7e5ecc1dcf10562bb9b630b 35637db8bf4add50d6c92f35dec188c150148266 36221d90940804fc7aecab65a9e1b01191c7de6f 392e27ce6a6e3f9efd01f2a14a5e9506716fddcc 3bfc8704d2bb15cb39a35d55a6fe2540154badcc 3c738fa85f5dea0b76a8304838c3fc1250ff8489 3c88d1ef275591397479f6f55b6766b42c25b1e2 47741e25b527f830cbd49dd71ce0b75dc0cf672b 5aaf12a5940294dc8e6d2360939631f6be906566 5b1da312daba1b5b7e140181ae28ff42b3618429 610a234c8e3761b883ad8bd3e2f8aac6e4f3f239 720d355b98a51ab69c13e39b7bad660caafbad48 74152cea7ac2add9c5e62bd632eeefcd6e74931d 7683396eb42e3f7e8733da659ae5ebc6c1a2315a 784df8bb078d9bcbae2cdea29ab16184532499cc 7ba8e5be08872b02c69d5a7754fcb198700c0c9f 7da88f89d2aeed888d6418fbb5d2f4d094282268 82c714050ba522381215d6fec36cc4b4fcdc1710 837412f2dd82a6c447f33d21f1d9e600b4deead5 901ee6f376a8df5833e59bdfbafffdf09bfc91db 94b4dbd62ad81b8e4200cb3bade6b3d8e57a574f 96135787b9afe89bf8a434d8bcbd91fc0558e948 997cf2f7deb87418ca0d37fee15cdb9c9114f07c 9c2178e818f40c598c6f8aede1f0fc4a8cb2eb61 a187dda5ce57480af34c8763945aefdaeb658d90 a23a3d232983b8e6882412946e146735b475f313 a32924e1922008e53d0b9264a7b3435896d89313 a646d34e5845da8b3eeb9455785f082c11015d9d a7943abac6c1e401c48b717775c54fdd0867e4e7 a7e8ed790d7fad34b11bc40be1fb206e2a2b56fe ac5f0055ce97b6cc1017356b297c34459b22e00b add85d3b3ecd19c7cdf678ed4f910aa69668fd95 ae8aa2f5825f0c4486adc6d7dfed2e0103cd0aa9 b0bcd4e09ff92d0c8d61e3f59ff5323bf1add2ec b4004d4981d53a6409325cd13d4d780195051eb7 b58c33aa5a0a44ada4eed0ed79c556c0e46141f6 b701ca39b3900a96f4df1ac9022fa877f91b90e9 c785b6ef56ab09a16d1a873601df74f84cdcfa5c c7c7dbaffb31d4011908a814e6e3270fe160d779 ca57503a9c23ea1f95d0b5fde2282f35f92651e5 cd651425071190511e184f4abdaa83a93c30cd2e cfe44202b9850148f3f288c73a6ccb496dbe1883 d0665a6a0d03b1bfcd68c16fc839c82e252d5add d7012cc95a1cc87560bcfe8dc6fa8daa3472ecfb e589a358d1b15ae834041ea1f0a260d7cc2e5b7e f639484d369368f12a5f57fe478886157ccf984b f687556552f2c03bf15236b43a2ee2c70d9c9af6 f8f9b0a292b2725e8cb52df79918a2691be523f3 fde9ecaccda1bf15db0b8b691b8f4229e19ab6a6 Package: syslog-ng-dbg Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 6154 Depends: syslog-ng-core (= 3.23.1-1) Filename: ./amd64/syslog-ng-dbg_3.23.1-1_amd64.deb Size: 5407064 MD5sum: 7ee6c1d7ec4ce8e8c155dc52e7a56076 SHA1: 31205c22afc6f34a5a7701ed7dcc04ab4f9b903a SHA256: 93cffdd164ac896b8401a3fa93f2d14de3efa0003a6a162643d357eeffceb815 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: 01c7e714c35560132226a92135bd00a6a2889854 04aa6d31a879b3c23c2c913b123fb44db4ed735c 0a9c833ebd15845e0da9aa2ed5080a153edd4796 0ba71f5a139eee5b9d03bcb5190368b122b3fbe7 0e7dc23b422e3a19f6c200d5e08db3888cfacf74 0f3242d4fd537956510049b93286e662408ee113 12a57f542f0fc07044b0d991d03e9ac70478a4f8 1610902fde5d4969ca1afa694cfd4c8da4863e0b 1f89ce6430a2a88152b175353f98b488abbd0a57 27d541492a475c15de6d3e180bea20af9ec85ae1 2ad047bf9fec928617d2ffe0a3828ecb9a7b7507 3637046243b308dab65af2328123325f351aabb5 376d589bf27b19b162d40790b3c01b1e9d1078bd 384e193effa75e810d0ca9717177d61b44114bf1 3880db8ab9bca0b8b463172349794d895b54b06d 38b9e7a4805fe223fae64cb331c278a2bcb3d430 39900e4d7db291035c99b4a8d4f9df3e5a0b9648 3a7cabc18f582f83d5e72469c629a93f920304ba 3bb8108a633e456b4bbca31b38d76c73cc03a877 3dea56045070dde53f3cd72c0746a342654ee465 42508846c535a49e832d7ae73d1f3d16ef8338ed 4616ff50bc10d3d765032e2a04d4316b5bc86436 49a328c4fe7b02b672f2030e1d49b8409f3a2e50 4c32052c7394e327f2ba90ff2264070952ce20c5 4c8a6e901f5d29ec72e75eb910815d0b3a44d238 4f70feb0aa7060b6a6085c7980c280d8ff1a2ec5 5eff1b4c219853117e5684c166795071d15730c9 6e64a4e2d1a7dc3ad6f65941b7b62b4d75cc697d 6e9f16e3a7386067467785334575f2f11035039d 775d0ebae853414aa0520f891a029fcf6909ea52 89da5123e6f5712e5815eb7517f6af143d1b2cc2 8ce88a50d4925daf34c86a84bc2d4e928e470a7f 8eb6ae6317435568855600e67bb1a70240e363b1 aaeaa4fadb1a40e2bfc10ea638b9af146c2981fd ac5f0055ce97b6cc1017356b297c34459b22e00b af443054769a68bb66759f67166da431f15cf2bc b09e128ad2034b9427b0cace7c31cb389941df7f b7e99dfeb4ec546974efcf7a4da747a1a19e5e37 bbd99327c433f774e1921feaf56136957a6ea952 beddabc311da5d52b0db4fbc6c937640cf257108 bede75e779c20cbfd4de542c05bb43c8a3927002 bf9fbab2e2b43dbea13d80cc3bef966322eaa6ec c1c003cea00f14cb22520de3c64dd660b4ba07aa c1d2889bd18ee0d45e1a9866a42254a71baa6bfe c849f7b78b78173bdd96ac42a2a124b50a76ad0f c93770fece46e3a534dba2fb5d300cab20699428 cbb4b623149f59469815d64829fce6e471c9b402 d550f48010a8c0f5ad9da191d27c3c37b75b67b1 d8e98ed8af77bf628e023c92733a01f280d47817 df71fcb88e2d6aaa598bb6d87ea81af156ff5d50 e497172877ab47c37bed3e778c8dab0808177e50 e555c78d4d1c4ecb7c5069ef76f0269ba75eaea0 e70a1e4a54bf643f79b9c804c9a41b7522411235 e7e965bacc0f173d1ad3b050364ad1ce2b478666 ebfe79d617cf6ce4c8894d25334b80aeea3600ed f3c8b961b1d1a1d53d5b98f94675040912ad6ce6 fa42bfe819a69420916e10033423d1f8d2c3bae7 Package: syslog-ng-dbg Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 6131 Depends: syslog-ng-core (= 3.24.1-2) Filename: ./amd64/syslog-ng-dbg_3.24.1-2_amd64.deb Size: 5386284 MD5sum: 492e18b61b84ec42d15878a9135b2bbb SHA1: 69ce1e54e068157ef21e48f0396c9a399b08f86c SHA256: 13efa3e4c59eb541940a72e807d106fe3afa33b33212596ee8a90613066ef57b 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: 01b1a7df67b5296d102eead4d27ff6cf07be1e03 07cb6c69be6c0c6b78511d1ee398933da37a0dce 12f05a6dd4ad9f0c7e3295100bfeee4a07b7899d 166ed1b5e141879e2adbc0878e45063a4eb5d273 20206c967128ee4861f993f5e62b38c045d5154b 27348c106219d36fea5adecbb778ec30283b1965 28e975e74dc89709ef32fac0acd741709d5c020d 29b9605c32ae45fc808941ed6edd37fd5a310215 2f87e0f68970f79773749ead3bf1e4fdd80e6d97 3399e716767f56ebd5b213617bb5f0d7e0eace97 3f420eb7321a33d4e8a8a9e65f1b9f0f48cfcee2 420e710733521236e96e6946b2daddf557a79233 46526589491f01690535b6e76488aef41a6bc1c5 47d127edfbb33d0d853feb0633124874e92c0c6d 4dd3ec9ec5413ea0e4833f97278bf865d0cd68ef 4de345e177dcc1ecd49a219088c885876ae36e28 525f383e3de556d9be4f7640173bab80152777b2 585c70ca9364dab6a037f4c288b7ec0e4501999e 59f2a02ad3e5ae7e92b2bece169a6c9c87ede2c4 61d73f7e4e4957c87021435f528f629c6394f0ba 6bff1930fe53f0471219bd2be7e7fc60d4f7b2be 751c213e9068661086538b91b1afeecb0e147288 7564f3aa04d7d59b29a4813646392f30996a4e17 77f2c393a6547f470cdcdcdb91dd1f913fc66ada 7e1bc5eb8b8b86545755cfb58e47f66fd6c80f38 81beccf9c3dbb8067e679d0b208c64e05db7902e 861ccc95790526b851a995363975d3e1e68312e5 88d542ee4efc35e0521ab6860d148d54925e003a 89e346e3169bd701c8f3efc7d8fb4c1f132da8cd 9130a0ddb3b88891ad9745128aad128aff0368eb 93eba98cb7b4da000b98ab3dd9e33938d66fbf2a 985f1b4eaed92368db8b24f63fff5068d0b35d48 99b04046419ac02f0cf188deb9c8d07463f4d281 a052511fd5a377ba09083a24be98493881311a2d a4c56115f9b1bfd6b0d74dc7eee283e3f2cf93cb a5f20e199f698d07a7a2d852a7a0e880887fd25e a658f63ef436558be07f11e4e35fb6d8c47c729e a959fbc3a3dfc3a86c7d5cd159be3dabd96b4165 ac5f0055ce97b6cc1017356b297c34459b22e00b b4c58b1fdb02d50bddaff90a93e68c0d1b3f0a3c b652444d55df3aa82fafa21c5d25101d22945eb9 c9f1c39d2bdb6bfd328434db3449319b6c013473 cade654f81129814933b843cb52df275665cffc6 cc235d31e7516345de9f42a1f42312fae6483429 cc2e6adf445d11dc6d8a4c0078855288c398d089 ce3b4a2ab5a4744691df0495808124c78ddbc5a6 cee870ff3ca7a320cf63cb14a5b69e4ad25bb049 cff52ea8d0a53dec9dcfb1cfe11984064bc5409d d4a67fafd6856dc958babe3f9fd7a5b94503c5ca d4f0b3d44c4501a7c4ffe6fb876f85cd8812ce75 d697a7f3edf449941a1872a5b756265632e64053 dbd82691588590952b9d54fbecc3603c16fe2f69 dddd55ae74e70e7f33321fcb7a99eff004a85a55 f7201d23eb6e058623b99d8349a3136a85a270c7 fa2be08151702f70885f586211f509ebb01f1a99 fa3ea81fa929cfb9c4ae6a4e15d41fef6190d732 Package: syslog-ng-dbg Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 6193 Depends: syslog-ng-core (= 3.25.1-1) Filename: ./amd64/syslog-ng-dbg_3.25.1-1_amd64.deb Size: 5443776 MD5sum: ff95e21f4e881585bfaf149e70b3c86b SHA1: 00283c524352556b83412627036afc6809a973de SHA256: 95f828ece29330b4a73d3db06e885453626a98772be2cf45d405eeeff3305cbd 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: 00e525a050810377346b02dc287a961191a14123 070abd6a92f9217a8d8b21ea7809e70465021404 0728d58504ead1b5f88de4cbbc98b207ca676c38 0d5a37247ae0de108d89a180be14e8defeff1a81 148c0f2a48da14d852a517890a67e0da8968e5ed 1928732b2f8830349c028400d1d9086091b823b9 22fe91c19c05cab7903e82335b42269115759edd 2594042955f69af14d31e73c276c03a733a2ca74 307e6ff47d7a586ace1c3ea803427a377724783d 35c581fcc767a07cbe7aefab1a247845b5e4d6b5 3b6043ce3e352f34dabe219deaa9a9b52ee74de3 3d974536453b8063a2da79ba2c0eb027b53fa646 405d06ec560a0c458f04cfeae628db8217eb3496 44452bb3b25b2a13ec86736e331b0d4cb5db7073 4461166fb4356f09f2aa542ade2f67add19cc4a1 44bcbfd3becdda70137ea41638286761436ef79a 4a0a940b4d9ffd4b515331204fe821a2ad702ff7 4ae5440ff306c95b9441dbb0244c42e9a54ad55d 4b7f6f69159cc3019e8669b0c30d86ec0cdb6aa7 58966336ed6fbfe659c66cc2e6fac31a4dc7f483 622dea44b6b7ddb97892c623d421fcb9c0cc352e 6a2febfd509c277b7b8f6bf2128b5bfafe0c241e 6bf902f1d1062d59257c72cb21118fec531521c7 704914146cd0caea7cd4c1ae3c33e48e84f5753d 746fca404fae6ad2d02528598dc1a204cd0070dc 76f62f12dfcc4d6709759cb4d302a2e663b78a58 81d7aae62fdc6b474cc345123c0f1f49c1c3081e 829a0742bfbc31d7b3b9e2e62f100255cefd5698 854ea558726da0d7c5691636285422dc320f064a 86168b4d91c33ef0115d6591959024f32b15b5f4 8aede4a941e85d3413435e648bb0cd7badf4d719 8cae2966444e35a4f7d2ef291f7257e5a93d1c96 8fa82193773de7d9ce365fb2abe24dbf40414bc4 92ad66b06220180105c322b27f6392223c463635 990b9aa66f97e0ee1655c3bc1e8aebffac372a20 a2355d46ddeae8ed2e04663c696070e8facbc703 a290c2e60150768286a79ac55d93b99343b00d69 a6494899f54da7b355eb9d5ee43f52ded0beb907 a6abc7c32b59d5b5c32aa5be499f2df48cd96719 a6e0a26e853af22cd8fd37eb5ef6f0f068e10e03 ac04c2cdb88b5f5ce371034209239ab7cb13dc44 ac5f0055ce97b6cc1017356b297c34459b22e00b af20728215e5e95967e0112d6604c3e3e0200d23 b7d41d41aa8138f4f4094fe2e833ca9ca2abb699 c68a13cdd5d2e36ab4fa055047441ced1c024597 c9e7e0ab682522f795b7a20dc08902f3163e29c0 cb75cd41ba102b4e34871f968615e6aba2d101d8 de8cd2816300ab8618256fe5498d4fc4fdb2c06e e4304f976fdb3e4510da4ceacf1d9750fc9a78fa e795b41acc102d7de5b1fb084ca41855542c4e87 ec5245234fe54f35003ed60a682718674484817a ecd5144c26151bca76b5a02975b43c1d0c829aad ed960344f060a620b8889e112b9b53eee5116817 fabf6bd3be9768f10c29bb6bc1211366cd041306 fbacc8a433d9ea880030dead7ef475c7b826aa4a fdfa52401efcefdced49a71661c63f73ff6e29ba Package: syslog-ng-dbg Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 6441 Depends: syslog-ng-core (= 3.26.1-1) Filename: ./amd64/syslog-ng-dbg_3.26.1-1_amd64.deb Size: 5662920 MD5sum: 3f2062a1adf43bb121efca022a0b6d41 SHA1: 8c1fad31cca40c3f8fc5b8465a3d1ed1217ca880 SHA256: 7a320ec190d5825586c45b498526c1af94ff67a09f389b474033f6647e335787 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: 0be8ba8b82e2fa389cd41af9e23cc9ee92e795cc 0c856a21579dcba9fd7e44d8108f8ee33100b667 0d600e1c2b798aaa67407ad84b6ca21be14d1def 12133b71aefa762e06faaed215c2fa393dc24b96 172b344c5968db2afaf7648f7ecb4b1fc5fa6323 18dd4bfbed64374b7fd0098a6cd6fe7a35f6b360 18fefe6aa1ef8cc3f3788f1eff7b27187280710f 19a803959417d6f4d042d7c258ce54a73da198ea 1af01e07c46d937753fe9fc87f1b3044dcf8780f 1b888030b6d2985b3310457f9e2690cdc7ffb2a1 20aedef858860a07a364a256bb31bddf877549b1 21c31d0e563ed0d463bb9cf3ef5a7c07753c5bbc 22150f0332e7d2166a2d6568d90eb6af769a7fa4 23d33539e84939b6fa97c1dadc0c20dc1ee4ed9e 29b395be19a8e4a647da3d7265e97aa0d068badd 342e7b2d1dd70d9cbd10daae7358e517b3586c90 36b431a18f3008cebecdfc09c37bda69dcd01fd9 3e6a5088ee0e9273dd949c4cd95db656f15a2f7c 403ebf60a24bdd30ae10c32490fc5a66789f81ba 43d1564b87a21c15a40ef6746f1fa37578521252 4d50600c03a85de4df0b544892cad708248e2537 508e123badd3af889d6a6cd19b4fdf755724ce14 5692366ae1a27c5fb89d6fe9fffb29257d689dbb 58f9e69112f6dd762f7b58a267b447164d6d995e 60c67c2adb699415dcc0e9f9f39863df863d4d5a 7138fa11a46386938c3883d679acd0ac7472aea0 75f97f995c90863dcff493e101bb324dd5f2e33c 82c8e81bc62ae23b8c36dcaae0f416de6bdece18 830855843712131a95588b4e5dfd1b4dc7a1dec5 8b30aba86b9704a5b965b628d0f4ba7154b0546a 915026c664cb602a15a18c30f77d846716d4f087 94ad8a77e3eec1c499c6219d513a68814fb715bd 97294fbfd9acb78487409d230fbd03028cbd0a9c 9aeace8d528006d915970887e3aba8e7ec627efa 9d7ac4253095a77014b7743f28b581c1e436e6d7 9f894ef46f79097ad68ea38e69056c07bf1b7dd1 a0dc9de4681d68d47699edfab14fa5c634c632db a6c568d28e86e1b2a89a06921c98687a49e14df2 a838af984c43e7798647e80e702284aded2ffef4 bc66745bb5ddb40cdbc801e706c4909da64c383e bedf47c517bf8f6dc0d66fd9b7517fb540fb893f c5c37106a0af89826f1e4d850242db9a6cffa3e5 c5e1b87635f00360a082db492e45169faeb56f56 c67aac3b88e3c2830de3f6ca4d174cb994273139 c8bbbcf544745a48837e1ec7d2ec8ad2b2212e18 ce23c98f725c7ac7bbefd586218edd98bda8a99a ce36e8c19f23bf460abbf6bb07ff687b704864cc cfe5fb6e167b110d90d52100d19d1f61f93fe564 d08b7b5aaa8ac72a421f37a283b879021cc59900 dd89e0ab843ee43a4c99764b2dfb6763b605d6b6 dfb212a8c9f07655898faa6d9a52739575bdab7c dfcb8fb44b5916f014c154e6e518bc718b6b26fc e68bb95c98ca34280b1b45c64c8d7129e3b0c603 efe4d8e70072f512ab6658cc25dc14e2d2717d75 f06d59a21c62671b0a3a18ccea617651d0d56cbb fa763183fe7b560ce9cc89d776ea0a15ca8a14c5 faae4f90361b238cfea9ef3721d26fbf29a6fd65 fd690c7d0742a5d5017a69252f6779e51b2b7014 Package: syslog-ng-dbg Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 6585 Depends: syslog-ng-core (= 3.27.1-2) Filename: ./amd64/syslog-ng-dbg_3.27.1-2_amd64.deb Size: 5781996 MD5sum: bb0a0736806a1e904d0fed2165139adc SHA1: 5d1be17d7f091b1eac26000f5f7007bc148f9448 SHA256: e73f9ff2797bc16979eb5939d878e640008b1e2ab4d3f65e249b88a4bbe48367 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: 018667efa83de710ca02a96b6c7043ab443ade5a 0296be2f89423254370bf8d3360da5135c8fdd1d 0409770c67114c012db381ca1b5daa1d8f8fce4f 083638a6f1f3884278bcb1b45dfc899a880c6a9e 0e429063b1fd58cbdeafc239f6697c851efd5768 14ad4aeab81ac5f28316a49979636bfe1e9bdf07 154f80a12b9e730e482c5ebd2afc0e0be9c393c7 18dd4bfbed64374b7fd0098a6cd6fe7a35f6b360 2941c92b2207ee59bd36c847c36ef1d94e067fbf 2c430f8187ce6385e2770c36c03d610759c4c9f9 2c55c67f635b226680ce45f485a34710c91005f3 31a06666a5052575adda6b719769314e71cb4908 32415c7d45cb596f15b6ff824b18829dad00a866 49f8ee3f354a3bb62907ea0ac3c53cb9337b3a18 507e13e9a458816273cfd41b0b9227a5ec0369b7 5134a5736d17df3ad05c34a0c16c7b45d7222338 53f4a01fa8a2268b512ac1498049b64fab6c01b0 55db047dcf9f2d68247b6287b0cc342da02797df 56f1db9f67477ede0f9528bf707109985287a54a 5a30c1e0883bcc5f124f50de5db130b85f691187 5e37ec264e6d94b1d6d20c144bda4e3cf4989321 5f6330d0a6fd4025bcf09193319c8df8d87c7203 646ace72aefb56a11004b8ec9d2040ebbffa319e 677be07dae60eb3732195f6618040120cead6b81 686c17b904e59bca0b9190ed36967a0c9a807076 6dd0bb9812893fdb16da1712b399e9f87b72c203 701d48e4226d0be43c0c4293879dcc1b743ab7be 7528b53066e7fba1d855601fe202be4d4aa28cd3 81b67edc9de920436e1fdefabaf537da548498c2 83516ad13fbb212d31c2e85a9edc70c3da84d86c 88b23dd4c032f0cb0369938efd530ad5ea18084c 8b88c79412964e7852564b34bc5f5c9e54f70be2 9198479e9a5d76c7f85034c3b2ca6b7be1d369cf 949904b93519545a7ed44c3251b22c8535ca7c97 95da52a1043e51f5b081dc9d2c9c1b87d51a354d 98e5f6bedf025e629713913cfda6394cfa0509aa 9a878dbf6690d0ac6c14af706579c9c351fa0ef9 9bfa5c9181011eeb6794be59b9289951ad22ee88 a0574ed81246d6cbbf50a68d78c68057e1eff9a1 a0ae9c6f7bca419cde621fa0fbe11ec270733312 a44f80620ca1bf30795be7a99ce18bf27946612e a6531b9bef9d8f93670596a8fbe759a50e637b71 aa89bf2bdbd2dac7fd1c3193ca46dc6288561441 ad73ba0e199af439ddcd493305d895b449cc7320 aee75277bf42df36ae2dcd2b8b921423a88d218d b068ece9241036a5af565317b504a2017a40943b b59d622e21719ad526e1f41f8ff9acf85f7b2aab bc01e64832245c1a2e98ceb0afd6adaa90b7b671 c184863f16204f18ad51e552d039ac34a0782807 c6a4ef39047ea278b3af382b4a2614446a0eccec ca4bedfcaa5683ecfc77c4015d44775ff43da89f d13abf3c1c78fd19b1a2e056312c46df01626c26 d9f489f46fde09d3bec63efe2d353e016875bcfe dbe29add4f4f6fdd2db496e826ce9f827dd054d5 e31d0a64fe3b1668195b820287617eca04c77edb e83c9dabb3fa4dade646ab2e10dade73a4e1c08d eef71a075cc60d966f576a0b4c21e3090103c9af f64ceb2d6649af21405566cf452d446c04e258cd f818cf7db9c552b17dedc48950f81ac60bfb7bf1 f93b57eb6827e57d6a1ee253bbc4f40a657b6b36 f96f350f7133f9bd7087f2678ffd0353b8ff97a3 Package: syslog-ng-dbg Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 6533 Depends: syslog-ng-core (= 3.28.1-1) Filename: ./amd64/syslog-ng-dbg_3.28.1-1_amd64.deb Size: 5741616 MD5sum: a0783a2085abe2494e0b9a4d306882e7 SHA1: 91fa32d7b0b27b8393855e98412590bb36038c61 SHA256: 2ca2a726d9d515f41cbb3bf1a3d30a1e9e2e082ac82b8262726ec231fec8e740 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: 055a18d273c75a95b5b51e715b6705094ecfb3a4 0712300a177050bb363707c40a315d3e5b7628e2 078bc4cde9df9b284ca1e87cd188fbd453bf7ad9 0d496b9823146754845217d1a5d7ec212bf9b00b 1154554f93f4c444166e31c56e8a4c3717380ca4 14942b9f00afc6344f3a3ab21344b2e75d34bf11 15bce18086f9a0840118a7ee4a9b0b7c0c4eed3d 18dd4bfbed64374b7fd0098a6cd6fe7a35f6b360 197e2ae90cd3a85a26dbe55b502403232321d822 24f74c444f436e41ce0f91bda10a7daf752ac962 299f6702621c2c6c6d2c274e27bd41b06e32384f 2bca28108db74e542ddb9ddfbc24159424416015 3271adf8d59a799fba8fa01726c34ce90b9fe53d 362ef0968030dc514572f404285464e7c34d428b 3db71d834d6d007762a0373b19fba7ba305a2419 4154a01d2e1dc9d9b0fbe98f2b682cca44c43de8 455969f44979ec255033376e81a8e7856e85ffec 478a0d6224426d067d2ce685f9d277d909f6e3f1 4818f9ddfae084ef3ab77cc1438875146b2ada83 4ba5821d7214c56f7753df3cd9257c284e98552b 4e858ee77b3e8ec3172ef708a71efcee65797c78 51e21124fb72048dbfb9968cf6850818c96b0177 55f981121e179317af50f58124c1560b8550c5db 5851260ced7190954818605b3bba6fa13fee167d 5dac9093aaa7b5b5e12deafc558f32d1984fd9dc 6766403921805a5ab938f285737aec2efef8a505 6b7bc3f401b93a51e85a978799efa3c0f6087b1d 6da1dfefeca6365ca8ed333f0f1113a84523915e 6e3f24a6197f74f46913c77b5eb6638ef8ac5edf 6eb430f94187435ba0899481a5b4f8b3e66310df 723feba15718500ab6752b31f3d48451b66bde67 72c3f0d7e0ff981790306331fd9eb63630dc974a 7878f1f4fa5a9b938c17be3d026d02baf98b1280 7a93b7dd96b3c29e6dff81b89378e3bb4a549ba9 7c681afa5c48bf47cdbff3038cc93acea6a07d9b 8120cda630527ee4731be78aeb807c428f336968 8323260dd32b2e8098831aaeab0e4fc0c6a9dfe1 87654e52da712850fe2bb0499ba101a83ff96117 8afc5a6d84c25777b6586d0bf6a2e87fb520c045 8f8d4ba9170d0ac2aa9bf0c24e3bfddd47099b9a 8fa3a32de1de6af2187f13e36978451d9be01c99 96d9764be9381a8bc2dc4cfd205fd47610805ad9 9a4c75da810ca7f42045f73ce0abfb46f2954daf a1fd2fd76cbb5ab97545abbe2c247e37e41abdf0 a203e22ddf1164281e6f11bc5f9687c22b2932d0 a2af08024f46ee071ffa0c14b7f978e904f9f895 a2e44be6078fae84737a05f11a737466403df875 ab7bd15c983789c83a8c667fd8f9e96d6b43f5f7 ace8870a2add115b688e994c45e39df6a1829952 ae7463911c2db756b4ccc3f2789a3020a7d9cfd1 b0c2c27e3d7728e41d7c324ae304b19cbfafb437 b9c9683339270c7d56d0eedcef992e72c37f7abc c604cffeae2e30bb5d20e426b7bc422809ba1a2c cc5edf737fc5b582f3fe3b2d2a6787556f018d34 d13436ea8f4d08b5f2a8da9440a93b04ef3928b3 dabfd5c88ed8eaa5eae75f7646103017ff5f1260 eada17ab9b96c1240b7baee63ec3257b628d0b44 f12c4bfdf7dbd48dc3a87cb770ccd2952180d16c f3c2a687e0c1bcf7c1f04208666ac39f7b6ca890 f5f4aca12804da306fd79441f628616efc2f05d2 Package: syslog-ng-dbg Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 6809 Depends: syslog-ng-core (= 3.29.1-1) Filename: ./amd64/syslog-ng-dbg_3.29.1-1_amd64.deb Size: 5994736 MD5sum: a7999836de908afabab394c04d19d9fa SHA1: d599ea7bcf9b05582f67634460717d6eb8208d89 SHA256: 3ae01dd5c42502a7e603a655a00da84482e571c6c0c2a1daf58ee3e4b8ad640d 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: 00b2d6bbb9c96918cd88b05b3438d9a248eec2a3 0144341aed01561b2bf0206650fe056ab771aeaa 02e6133a0959b248664b6ab5817d692f307fbbbe 0aef6b205cdb886798f6aa8a854caaa2255d860c 147fd6af2514a779e95ac376e4e19e158cfef879 16da6da7dbdf7124c91331005cc07785ede53ad5 1851728a0032d164fcd1bb3535d5fcf718ce6707 18dd4bfbed64374b7fd0098a6cd6fe7a35f6b360 1e60863fc74d78abf5b8c63a63599bd5c96ccf33 1f607516aa0862776fef999541190c87c2efa8fd 1f8a0ae124d7094ee8aaedb04d027fe4b339cb56 28782e96503c8cec82d522a0f022b3be00490bc0 2d9efb42a81479c5b5d0875a44d62d74abe047e7 318382b489a53b75ef73d8c0946c50b7fe2a0def 3383a2a0f83c55bc1c3d8a180b3393712f84862d 362353712d59c4e55cbe87a21f7f736502a4dd59 3ab2422abde8bef311e46dbcb2cb8a4e44cd1d6c 3cb86cfb1baef7b5219d49aebba37d50ddbaf66a 3d7e889603756c60e165dddeb58bb8920b3e739f 3e2aa8d571d7e982a0cff987f0d44817bd6bed78 3fde1d368ee0cf718620cbd0f106202dd96aa037 472a0537230f18170c35ebcb218eeceb0b06785a 478a604e8a5aa2cc4304fd8880c87a3345210911 4824d87360c53a8814ad942bd43436a9f2e3cc6c 499790807bd38a57ef92d692e54cbf5b5d765fc4 4c6af23bee6f52d5b80757dd8902ec2c5f813bec 4c83f1386c47b53109ebb7d85501e6fb005dc190 4dfb1976b45fbb0c0bdc474f48d1e59a635fd8dd 4e55c7c0d1c7603557003e2a05d843dcc4d168f7 537245391e372f64441d47c9a5609bd6d0ceaaa1 56078642d7414156b60a1869151b9250739414eb 6a43f7c733aa4149407e2a7100607e3c84636f80 6ac86486619e1959f1a37637756461d8518be69c 6b7fd1c8156cf1abd3fe025ac82e858fa814a380 6ffe285b908685790aa838e8b2ab2371fece780b 700d3ed8d8dd07a659226049fc92e3a0b3f88a96 7d51192f2ae9f861740ebef78f56b29f4f6c913f 7f1535f66705645d90906c84608c5223674e9b47 7f6c954f6da5723b3f0ff119eb19524b5ae7b868 7f79fbb22a67f394e89ef743257add677cbc4be9 83570a357be0c0daa1306833dc96af4a2ccdf4b7 86c4bc8124a268e8c0db417cb0b143572dcdad3e 90cc88216a70e3f5ffa7c81b0b452357fdb69667 9725b2823928c27c0919d32a52d3dc01a9f3d4ee 990110a49b3d78e7d09a0c3a8e4162cf45ddd920 9bf55f287cde7bdef253336f530268f1d26c8d6a 9fbb1229754d035edcba0e467b990c3c67b04084 a5a6b15a3ec1b77f78d0555bfb997e0bdda0230b a7801aaac031246c7745b99861df68af668bb312 b42c617ea5cdfa36610d9332ea01e80a0a671e14 bc92b3ea6811a1c55ef9441b34ef0808906213e7 bdbecc14c91bcdef04a8b0486209efacc955bc0b c1b83a060dcdfe7e31cd2a013e07f34e362712a9 c40ab029cab1de7740474f2b3df1e4a287553781 d4737af7b7aede75f525b5dc6abf16924f8f22db dc466958bc11a536ed9fca2ff0f0a7e789ae44b2 e060a6d8eb42ad1853afdf05345591eb439f5cc2 f35217d89c0fff573bd39dc37b42a76645ab4902 f4918bde26b6ef050ad8b800bce9be1f310b82de f7215b6ccc3fe3d1e721de5dde5ad108e85c1de1 f77072f9b734ef5b60be92fef0a4f8aef1c4f06f Package: syslog-ng-dbg Source: syslog-ng Version: 3.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 7132 Depends: syslog-ng-core (= 3.30.1-2) Filename: ./amd64/syslog-ng-dbg_3.30.1-2_amd64.deb Size: 6323288 MD5sum: 26036b182a9fcf800f8c3053c442eede SHA1: 735d7a14455f547c8d56493e0056d493eb90be6f SHA256: 788120c6486e8a6325c18abd0ec9c98335853851eafb2afca0dd3b2ef08c95d9 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: 000de989802d038f9420c151e4a4aac72b7fdbe1 000f9738da5bc504cab72e9cce935a7e3125a34e 01010bfc739f7d20783decd115771b1936c15327 03fdce7b3a6a37bbb0182fa00c9fc680e497e51e 060505c7507037b602292a7c2675051343551996 0e51b34733689fe9d2d3ec79a10447645e5682c4 1526b6ecca22d761f51ef436af3d793ca4f2979f 15c74238e60cd3b57ff54dff72a89c05a9185469 18dd4bfbed64374b7fd0098a6cd6fe7a35f6b360 19e3f65e628d8b419e4d60ba3e0a71f7a32fd65f 1a0c8c56eeaf8a887a25f361561499cc595b211c 1b2b6b1933a9a978460aa7a3f0a77eefea751355 1c30c6bbf5ae1cef5606e9c08ffd289020c9c07c 2213d46c8a8d9691944540acf454929ecce4028d 28a74ea04e4f54869811e71f2248ca9f8914108d 293b101e15af73025c87be325c9fa3cccfa27b94 2cd60787c17e9321c0a9ef8126f1ce951a200f4b 2d7daf4d5a686d6dc2163ccf7547872e2063a523 332f25e559ebba72a115bcdfbcfd7b48da833def 355de808a2d9fb2b330aa695fa7f2496343c14a8 3e7b04accfe634e4d2a25c00a1641977dbc2536b 448aa0f684be08e9e04c23b5b68b1cdf0edd639c 45480e130f55c78028aaface3e6ec01b9b1733fb 45bde76c4e15244cd8f090a38c4eed02a8af6a89 4ea1fc3d7911ff23b758cb2438489de5275d71ea 521114f0c3f16f3ace68be0dadde046f33b0ad5e 5698c5c7438bedcdf1ee6b0efabaef76b3b5d1fb 56b22929f701b3281b1e000eb9035f155d7678b7 599d45f7cf54f0b5a282b9b2ee77ca701b802830 5c15f5c69991e9c2a5ad305f5b4d07e2e11fede8 601bb6d479094c96d1d4507d2ed5a323fc194a22 62fa5711490842f8e0e2a1b41c471bdfd5cc4a41 6bb791d6bb46d66b0903c7f6674d92898f652fc5 75a5d0d6545f5458f0d2bacbc8e448a97327bb9c 75b7a5a794f52b3ec742df6846a496944cef5984 7a0a3528035e260afdaf50f7db746437afc80435 7a7e4680f0e84e3e662db7fd44f57867bc6db10c 7f8f05d809fa4ae36bcbdca00a49d259ee90cd57 861643b2594d1f15e06cc371b26037d331ad1382 8b18b218a60374b995b7cb163f4425aa544ac1e4 917473f2dce188da84e03829c8a28e17c37200d7 938523e885f424d87ea7f1a4865d9994b362e5c5 96d518a0985d4949dce3c6c0722e6e6c14510d86 9a43969b19dd03ae951910d01bb522c1e23753b8 9a782fd1f397b9c31d6a781f2107ebec7426e30b a2cfc7fc1df3a33b2831cbd52b0383acde4139c5 b1baaac133f7bbda034c64a6cde2097ff4bee9ee b2019bacfd8e4034d0ea77e8f3317d4da9a5319c bc958e7d97de04a0a039b06be7513e6aaeafb1ba ccb5b5173a8d4cca8dffa68e850d650f20c218ae cdaac5961b13f6077dda5c84b42d89ed27cd38aa d08968ed9c8a7ec8fbcc197a20bdd26acc3540cf d117d56cf1624ae3eeefcee4b42f743497b9ec4f d4836a51e28aeefc4657d1f78ee76d157efe3693 def6adb7f8a402802661e119eec3f435cbd5bcf4 e069a0dd41ea34e215920198d5389de74fab467a e5f0a8e4ffbb54e309a2c74b4c52620712aeb238 e6650c9b8dd8182c765b8795c72a04d4abd9b903 ea60c853c5233ce2602ad12507da9b92d5e6534d ec327facafaadf1d45e66315488afab939e004e1 fc659e32fad6ef6054c48b9c4a0b694915094988 Package: syslog-ng-dev Source: syslog-ng Version: 3.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 739 Depends: syslog-ng-core (= 3.15.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.15.1-1_amd64.deb Size: 107672 MD5sum: d67db9b6b585bc3052667e0fa56a83f2 SHA1: 880b7e5e16c0acb8b2abac9ec744605ed5557e0a SHA256: 34967eb1f867bb9d8cb0f35fcf026a43a783362e22df9ef7e7412feb85449271 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.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 783 Depends: syslog-ng-core (= 3.16.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.16.1-1_amd64.deb Size: 112880 MD5sum: a9ee42d31c8a9f7809326ab551d205ab SHA1: cfbfb8fc8684f9cb43a9954eecca047a10aa2645 SHA256: 7ff6ece11034d6718848e1354ae3c946b7e5b8f4234f74b61a82d5d1212935d2 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 792 Depends: syslog-ng-core (= 3.17.2-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.17.2-1_amd64.deb Size: 113944 MD5sum: 2bbaa05a6cd73960835aa160896b5141 SHA1: 1e4536f8bc54288a4d396de3a262bb384e7ecdf3 SHA256: f0a6cb3114bddd3ae513313962b12d2d3dc731bd977c2143c0c61f91324fb66c 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.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 810 Depends: syslog-ng-core (= 3.18.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.18.1-1_amd64.deb Size: 115880 MD5sum: 558a147d5aa66b70d134efe238b014a4 SHA1: 5ae4566684fb788df292a172f11ac458860ada78 SHA256: 5f222ed8a1d6fe8d5809b7edcc9a7f9ceb850cf07dc2184f217628e2bc6c093a 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.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 810 Depends: syslog-ng-core (= 3.19.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.19.1-1_amd64.deb Size: 115540 MD5sum: 6f7e878163f883628d616e0f332bac7d SHA1: 4d125f03de695dff54a67c1c1a5a55082605ba71 SHA256: 013496bbd6f632a7120c098b9c4ab5c7608094cce867978ef56c9ef237865319 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.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 833 Depends: syslog-ng-core (= 3.20.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.20.1-1_amd64.deb Size: 118124 MD5sum: ef270c8df5c29f31af03846125b96fd6 SHA1: 37925d964bafb2a38332aa537f110e4eb9bb161e SHA256: 8eb1fa1196d467eb8fb100afd4b91b93ea6f622d01db4909fd9a2d47f64cfa3c 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.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 848 Depends: syslog-ng-core (= 3.21.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.21.1-1_amd64.deb Size: 120464 MD5sum: 4c2c5bde9a82baf32106de59da27d5fb SHA1: 5432ad416e36503385ef5a335565f7c335dd597d SHA256: 10ac625168a75e09265e107edba5b5193caee278c10f0567aec91b99640fb9f3 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.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 855 Depends: syslog-ng-core (= 3.22.1-2), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.22.1-2_amd64.deb Size: 120964 MD5sum: ae838c595a23b3e9700d0c819d66710a SHA1: a87562c789a69b3cc11bd89378f3a51c8264f515 SHA256: a5d74dedde631a2ed72d26d6da4d52c006b9ac7bfe10fc307c734850ad324025 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.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 858 Depends: syslog-ng-core (= 3.23.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.23.1-1_amd64.deb Size: 121012 MD5sum: ffe78f2494e640e69f763bbb5d40f72c SHA1: 77ed5ea4aedd7ce1cebc2c11a86783004787d193 SHA256: 379683cbf4e4058e95f4d0e942e4f2052ce08409623f1d17fd2f7e622273efe6 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.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 847 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: 120988 MD5sum: b5892c81bf52c270a971e806bc72c2ed SHA1: f815c71f1508d61d22dc7001170bbb471a506202 SHA256: 14370513b941819435b8b1e940567fdc1344c700c2ff247a9457a08824a99607 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: 855 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: 121636 MD5sum: 87a5ed8fa212446f620062e1db1eb65f SHA1: 5ffc8896c99609010ae5f338e27bde9c0efc5cc5 SHA256: 633401791c6d2ab78122ebca7cdf4437443f93788cff54faa217ae80715a6c98 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: 873 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: 127184 MD5sum: 777d514404f465f70c468bfa6f1f1c9b SHA1: 2f9d8aceddbda77d9cbabae292ff993012071fb2 SHA256: 6ffd99d72ef4af1db9d3d0abd67b9a4e0fd228e80f2dfabae032bebd073970ef 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: 884 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: 128740 MD5sum: a260d7e1298fbdc25fb202f9850d2dac SHA1: 612b3c1b902ada80e9df6c23b42c95f2afe4d09b SHA256: 35868b7fcca70298b3286deef3b8b1d63f03a8b1c7bc98ce1d6a220d6ba80b7b 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: 882 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: 126392 MD5sum: d45e68cb4fc900d4c551e8622c74ab07 SHA1: 4d1c485e765b2aee9b80105a5a09a523ddf2f4cb SHA256: 35e006f9efbe3e5ab6ae2fc7efbbc2b7807d6165fb10802dfd80e491e7a9c673 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: 128108 MD5sum: 8f90536e61951ebd3aa35959a5cd2080 SHA1: b0bb2c7284cfebdd43c3b4274cd75f86d92cb9cc SHA256: ca6e4b397a6147364dedabf8970b59bc4b5222978c94826327c58162f7df73a9 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 902 Depends: syslog-ng-core (= 3.30.1-2), pkg-config, perl, flex, bison, python3, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.30.1-2_amd64.deb Size: 130316 MD5sum: 7fd465951e30c7f960db71fa777f78ba SHA1: aa8a961351fa1d62181a925ff8af899d778329cc SHA256: 7d56469eb1ec247ff872334091e9cda8df90ed56802150f0e65b4a584aa36ad5 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.15.1-1_amd64.deb Size: 33708 MD5sum: 1a376e198f52581b14f7a995cc5165b4 SHA1: 3dd6407a3e71e68ad60ab1041b1b757235f967e5 SHA256: 11ea87d5af4381b0032bd03ecdd2ae864edb625304ef15cb4fadc2405e8fa014 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.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 100 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.16.1-1_amd64.deb Size: 37352 MD5sum: 6a800b91ad478583a5b8ef1ae5607392 SHA1: db6a05f77877c3b8d5035344e6cb8d10130ffb59 SHA256: 447675a29f1224f6a076a8e1286d093aa7c345c51c136b82e929cdfbf1e587ed 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 101 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.17.2-1_amd64.deb Size: 37896 MD5sum: 8f2bbd81b5a1077f818b6e5edf28e639 SHA1: d1247ea6aae6a9c7289b7fe6059b3b42c5e112b4 SHA256: 0ff57bb6fdd7a350fb625969113d0e08fa335026eabacf1d58103f8343bfea61 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.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 101 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.18.1-1_amd64.deb Size: 37900 MD5sum: 047ec05b9b1d9e877cfe26ee219af587 SHA1: 3891f979fc900bcd5a0f7d8d62b35b2f55afe81a SHA256: 3b98fad890735d92f811c5d1939849fa44a18a1147631d2e107f7529604dc34a 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.19.1-1 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.19.1-1_amd64.deb Size: 38072 MD5sum: d603e9039222a5d620e4caa2ab9dad4a SHA1: 5ace83602b29c759ba0d403985614630f71bb436 SHA256: bdf136ed95ffb80cea4e92465583dcafe8b626eb3ad643754bc5825233a122af 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.20.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.20.1-1_amd64.deb Size: 38544 MD5sum: 0a0bba8a1d74e1588eaa9c82d9ae86c9 SHA1: 61fadea3109fa648ec0161a26ae0cd5c88f52131 SHA256: 67f13dc00921d84550cb53e3097286ed069f0db5104b33f829a92bb4aa4556c9 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.21.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.21.1-1_amd64.deb Size: 38908 MD5sum: 9785a16d60d8f7c483a8886587c50e3f SHA1: d339122066f518d9adb1c3ab24f529d3e8429211 SHA256: 4c3e6454a9368e1b783bd4800774515da3c13cfe2233cf50bc4b3570368d4639 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.22.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.22.1-2_amd64.deb Size: 38504 MD5sum: dff4ed375a20107c5dbf1dead49eb48a SHA1: 0278af6d0ba15c7400081519859329a03f9648ef SHA256: abe69fdd0e9fe512ea32cd8ce896f04f8a8afbe71a29c140ec430d4c20622bad 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.23.1-1 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.23.1-1_amd64.deb Size: 38172 MD5sum: 73e109308627ea85126d182af6354b4f SHA1: b99f80685f15e1799c749c8b8efb5ee0fc432372 SHA256: ea8704c44d8cb65279b25d53d0c043dcdccdc28cc7dd0f989543480f75f5548c 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.24.1-2 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.24.1-2_amd64.deb Size: 39744 MD5sum: 0e835d97f59c07792fb1bb51147def5c SHA1: 3029a793cb52f0b0365f115d2b2f5851db47bba5 SHA256: 157208288373e657d77223c5a7be0c6b4f5c2f3b2439a61ca3763bd3af14a5f2 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: 109 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.25.1-1_amd64.deb Size: 39896 MD5sum: e441eb9c08f9935597a846ce1ae9afe4 SHA1: ca4804ba0373fdd96c558f501c6cf65f1b69919d SHA256: 0f8168f13011672eadc5d861eb8ba96713b98afcbd9356399df856ba519ff0b3 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: 112 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.26.1-1_amd64.deb Size: 43772 MD5sum: 3699f2a3f046a2eeebc8d82a2e6c603c SHA1: b03d58961cb1db0d7a0597478e8e750bb5fbf9ca SHA256: 5f7bfccf7eb80f080936ebc8fd71a3705a9bc6a008247986a4d141616f006a75 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: 113 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: 44388 MD5sum: 3f09eadfc51b8875ce70b8369f2086db SHA1: 376ec912fd6eaa511f605dff46623cfe08195640 SHA256: 4762fe4062a6d858e86c4f6a58a367f24127e14b468b8ef1bb6be8eb9269deee 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: 111 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: 42148 MD5sum: 6b3d04835bae0e7ae606a18f4e7478d7 SHA1: 68d3ccd3cc5f3865aec004f0a1ce754d2ecf2abf SHA256: fcd152288b8972537de75a14a0357eca765714f9285de29ed3707ea4b5f719d0 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: 111 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: 42904 MD5sum: b29d7ac80b8f45eb289fa4d5ded93d35 SHA1: 58dbb116eef714d8a3a7dca20c99031a3022c358 SHA256: b55f592273910407e2767a465f5d13dee695273fdc5eb05bb2a38524177dd961 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 111 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.30.1-2_amd64.deb Size: 43152 MD5sum: 76616746002d892f34578546a72574f1 SHA1: c38755d03bdb1385202c126d6437f9904ead9039 SHA256: 33b39c8121381da4f1c0525d7eaa2d4244516c7f1ea2fd78cc36cdb1ab4f1bb2 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.15.1-1_amd64.deb Size: 34080 MD5sum: a4268cece78274cc6bb481e5fbba0258 SHA1: e2d80fb03f4f66d8b12490fb49866ca5a93c125a SHA256: ce1a907e34c2c5175012814dd27ca0c14a7408765161581489dbb5e90087882c 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.16.1-1 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.16.1-1_amd64.deb Size: 46112 MD5sum: cae9c9bbd57f7c694a1cebab02ec78f0 SHA1: ae850dbd73e9a64e4501fb6ebc44edcf4602444f SHA256: 9c77f4c1960067b9fd741da92a4b25708898ebf9e587571007bffcd5d4947ddb 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.17.2-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.17.2-1_amd64.deb Size: 46652 MD5sum: 23431776d52475ebe5167176dbfaf29a SHA1: 33b1a339c4fdf315c7e622d010517af64c9b9a7a SHA256: d5a150a86928088fcdbf3d6195b93906ca45717d2b8dfae91bf5a5e53c8fc423 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.18.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.18.1-1_amd64.deb Size: 46788 MD5sum: 08b555649584b228cab43619c2e8b483 SHA1: ec31c8382e75afb5e0e159f7e2ef991bce0a40e5 SHA256: 741b9d582c92e3847aa4681c8b48951f176358e048cb384f358b7fd61d28850d 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.19.1-1 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.19.1-1_amd64.deb Size: 46452 MD5sum: ef00a6befb0ddd3c9e2d02d0e756808f SHA1: c49ac637f16bdf28cd7ff255612654668dec04bd SHA256: 0c52f948f0206358e48decd72d9b2dca213d0b29c9aae6dec50fd35205d64b3e 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.20.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.20.1-1_amd64.deb Size: 46964 MD5sum: e9977b104274a120165fa28847298edf SHA1: a7d226424359786fc28281e2ba14b359db65e133 SHA256: a2e780e41686dfd9935e6bfdc4bf147278a2ca052e61eb2f6a9802749453bef8 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.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 118 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.21.1-1_amd64.deb Size: 48260 MD5sum: 98fa3ee4c0b1af4536a62f6bfefb4575 SHA1: a75dff7c8f38ba6b67cb81a3d16dfe11f2734eb7 SHA256: a64c5288a7a217b2a18949b0581cb1193d4a2b003d58fb1811d58ee77aaa95c1 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.22.1-2 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.22.1-2_amd64.deb Size: 47656 MD5sum: 715fe3218eddff4115f47ebdc9d13978 SHA1: fe626ecc9b80197814d707393d8be6336f256e82 SHA256: aed884e7da5b50548baa2bfe577453b34becfe9b3f339eb8d3782585c7840aba 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.23.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.23.1-1_amd64.deb Size: 47556 MD5sum: 74576423d2b3117fe64bb1a9eca336d1 SHA1: 05c17942bce005d8721cb44b7dc1f26a44c6d453 SHA256: 803a61d8adbb03fc574cf62f5ff9ed8977cb0f2e84b1c12d7279f474a2d31ee4 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.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 121 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: 48148 MD5sum: 433dee049053cdabb8dcff496359012e SHA1: 91122bc797d701a0c7fa14a054374ecb7ae459a9 SHA256: abccd0a6b513d7b33626dbfc3f2e53675f58ca821ccfff3cfb631fc5b67771a0 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: 122 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: 48332 MD5sum: 32c6facabc83a4bdf81a3f589a640832 SHA1: 836efe40ec92db5a6d5d1de4f67f08006f9d63c8 SHA256: 69f3243f076fa88fa9c5ed13293c7accfb14f5754270672e150ca70dadd73527 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: 125 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: 52220 MD5sum: fdfbf6f8de02a3a12dbf934dede715b1 SHA1: 04c45109d4f2ee80583f85225adcf497a4bf3a49 SHA256: 384905b9ec1f97946ce201542623c5809055cd6ccd2b2e5f18ab10fbc1e4ac65 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: 126 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: 52940 MD5sum: b155126dd6cf6aec215cc7d6cba07230 SHA1: 27197e220e6e34bc95c7233a055a81c0c2e975d4 SHA256: dbe9653efd57bcff343bc2e79e9056ab7ad29076442546bde1cdeb9af1c3033e 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: 124 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: 50632 MD5sum: 3891f03dd89f11143b5ff0796def27b7 SHA1: 87b758bedc70aa92c99a77838aabcffad25258bd SHA256: 6d9f0fe30042e0fe735d6538f8b4318e334828bc7ba9de5dfeabc16dfa185c50 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: 124 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: 51372 MD5sum: a19822b6cbf6c07a9488e849d09d3b7b SHA1: 13ba9bead27fdfff9d4a452c16a0dda6108bc0dd SHA256: 7fddbf431043efb115e19a1e52d3859cdaaf4524e3945d71800708871c4a9f0b 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 124 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.30.1-2_amd64.deb Size: 51596 MD5sum: af18572c682c91453ef9779290d1744b SHA1: e06ccda4ccb0d84075e5528a8be3a43daa8af8b4 SHA256: 57a50a61369a2a02f4dec795e0505d28d8821bd8ce68f9c102846cdc2becf703 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-elastic Source: syslog-ng Version: 3.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5158 Depends: syslog-ng-core (= 3.15.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.15.1-1_amd64.deb Size: 4610128 MD5sum: 4fce9aeb52bad1691fe5aba333ad7b83 SHA1: a30a022512bdab4ee0e745d250e7509fa0d6bd42 SHA256: 7ab00c92f4a941878b8255739c0356aff31c255ea23670a32b57ca3e98c826a5 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch 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 Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5174 Depends: syslog-ng-core (= 3.16.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.16.1-1_amd64.deb Size: 4613472 MD5sum: 844f5a6595b052435967d1dff1b2d2e5 SHA1: c91935cca2bb864590ec46c423cfa6a6ee963318 SHA256: 208679f64a301f54e20d38a548295914633a994275670c1025775c30f3c550f6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch 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 Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5175 Depends: syslog-ng-core (= 3.17.2-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.17.2-1_amd64.deb Size: 4614088 MD5sum: eb04da9c9785f98931ea690e926fd773 SHA1: 5bc1ab757da6abb17971eefc65476eda65a071cf SHA256: 01c35a9cc898d3398632bab5c582044feac03b8a93d2e85447c866577ff60bc6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch 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 Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5175 Depends: syslog-ng-core (= 3.18.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.18.1-1_amd64.deb Size: 4614128 MD5sum: e4af9398f2e6b60c0af0425814afa88a SHA1: 2e334b3b2ac6152884909028e457dc3bb28dca4c SHA256: 999b21d46050860f41c6634fc5c0b510ef7775bd4c7534a45ea1b56367e2571b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch 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 Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5174 Depends: syslog-ng-core (= 3.19.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.19.1-1_amd64.deb Size: 4613572 MD5sum: 1dce622b09d94bcbfd42635faa194e50 SHA1: 54333b38aec007988b7c7a92b4fcee253b404e29 SHA256: 846550bee7921753fd7a19b76b50a701da8ea761e8fb1bb4ff357ec2713ad84b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch 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 Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5156 Depends: syslog-ng-core (= 3.20.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.20.1-1_amd64.deb Size: 4598772 MD5sum: 5b0e2e9a5baae6f110cd0bc195e2ab3c SHA1: 1ec4802e2848c644b622c2b4b207948c9c54b9b3 SHA256: af71bd0cfc779b95dfb3e01f1fa1cf42a1d339ca1ff1d51ff4ecb1a983c0e6e3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch 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 Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5158 Depends: syslog-ng-core (= 3.21.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.21.1-1_amd64.deb Size: 4599340 MD5sum: 374924713c334d89f015b01fd595a1c3 SHA1: 245f504f1a86d02ef688ffcb0b3c4174ade2c518 SHA256: 2630c57ac36f80f4d8b031b4d335a8d25dba3f6b5c8538d08eeb84a4911ccfa4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch 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 Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5157 Depends: syslog-ng-core (= 3.22.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.22.1-2_amd64.deb Size: 4598952 MD5sum: 32718353e03c8a6f1b7d8735436c3246 SHA1: f566d68f80a7cfd1ac685409446d3ae16c3f1c74 SHA256: c5f894624205af14ff1ffa530162991864e0509dd94d5ae72e27ba6aa6b7c685 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch 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 Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5157 Depends: syslog-ng-core (= 3.23.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.23.1-1_amd64.deb Size: 4598236 MD5sum: ac4e03bb95d44f5fb1db8814c8dc167d SHA1: a0d1eb1b3bf1c51cbf7d23ea6411c09dfb19b4dc SHA256: d2641e39546677c75e713d9099703d786d7d94c992504de9276e86724f7124df Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch 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 Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5155 Depends: syslog-ng-core (= 3.24.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.24.1-2_amd64.deb Size: 4598584 MD5sum: 4a7bc6cb4accb504ec392792dfd39937 SHA1: 73bbb4640d0aaeb7219b5a6063bd50300a7a429b SHA256: 1a2b23e30513f0bddfd019ec14c9721f7731f0924524a24290eea665b24f1d28 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch 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 Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5156 Depends: syslog-ng-core (= 3.25.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.25.1-1_amd64.deb Size: 4598568 MD5sum: 9b2432194bcdad05979842ff5ef591ac SHA1: d33044e76c6dd750800974e811f79af1684d3854 SHA256: c297de19575bb8d6be84cf378b585e45b5c652e3f7189b665c90207002a58cc7 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch 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 Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5152 Depends: syslog-ng-core (= 3.26.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.26.1-1_amd64.deb Size: 4602084 MD5sum: c37e22309b1e21e6f9bb9a66923a2620 SHA1: 3f247ed9c6220d4b180f3a18e00c79150ac5e560 SHA256: 9e8d0e3e45077603bc67c06fe2bfbfcfea691be17e92c76a3018de93618322d9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch 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 Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5153 Depends: syslog-ng-core (= 3.27.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.27.1-2_amd64.deb Size: 4602608 MD5sum: 0c9c95219051d4076db62f31288e29f0 SHA1: 3a7a09a440a9d8194ee596f2c8790c7545c096b5 SHA256: 624a04243cf0fdb74da2eb3a9757f898251e6f13602129a78d47df3d5e3b5dad Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Elasticsearch 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 Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5151 Depends: syslog-ng-core (= 3.29.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.29.1-1_amd64.deb Size: 4601120 MD5sum: 85ba2fe07d397b81e987871b9840d73d SHA1: 9a4a73be25f1e584510bf327e31444e4e2ef885c SHA256: 5add874ad901ea059b748c51543afeddc02b10264dc0cbafaf4ee70b17ee051f Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Elasticsearch 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 Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5151 Depends: syslog-ng-core (= 3.30.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.30.1-2_amd64.deb Size: 4601324 MD5sum: 9570a254d1efe4613ee3c8bd2c5cad5d SHA1: 952b8176c5bf3245f4869632de13c22d0dedc818 SHA256: ca90dfef6fd8b720b4963163dcb61cc5c7761be3e54c97f58d8f8b82d1d4ccaa Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Elasticsearch 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 Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 181 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.18.1-1_amd64.deb Size: 53216 MD5sum: 2d159281c833545e4cea7a7969a06111 SHA1: cf573885aa759f86bc7516b55b925d5903c13cca SHA256: e58e3fbc63ac9af50af5095848aea8218fdbe8089b4aa65fa1583aab0d0ba551 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). . This package provides a collection of example plugins. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 180 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.19.1-1_amd64.deb Size: 52876 MD5sum: 34e3063f3422719cbf683db5e6688b80 SHA1: 3bb256a64544e74f24cceb1d9b3c210350465f2d SHA256: ae73d06194e3abfa7e88db13717205b9b1f0e64cd835c782e88c3b41d733953b 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). . This package provides a collection of example plugins. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 181 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.20.1-1_amd64.deb Size: 53516 MD5sum: f8a80ac06636c2b6632ef126001b832d SHA1: 416a48f5220988ec1c87c8ff0cf00a8ef1e3b41f SHA256: 601d4371b50b50df868c2b19e1295277e57bcdee072b968b9761bae03d9805b5 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.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 181 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.21.1-1_amd64.deb Size: 53948 MD5sum: ad2fa0a0849726c86744969cb85674ac SHA1: c63213be5aa433f5ab93f2f1a78bd753c339bd3c SHA256: 82def9a9047f896d18b1b429f31b6fd1c3d41d4d229aa223eb006a7d17345444 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.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 180 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.22.1-2_amd64.deb Size: 53212 MD5sum: ae37720de77f43351442dfd128b77c69 SHA1: 23c16d4e6bb82c5dbbecb8990286b1e656464018 SHA256: 5027126bdb1dcb24ebd7d958e8c95e426156c240cca258893dfc9a4103f35bd4 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.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 180 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.23.1-1_amd64.deb Size: 52924 MD5sum: 7182e078ea250bb16f4acd655164c5d2 SHA1: 1eaf7ea2363abc4cfc19841ee2ac3f6ab7a23888 SHA256: 0f9786c37e9354b75acbf92b3a7d5879a33ad0e409498021451d8b54576d8b8f 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.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 180 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: 53588 MD5sum: ede90fff2d806bb9943a627214217c97 SHA1: 4143e534184c9d9bd2c6c94c5c270a40f80b8a37 SHA256: 727999f138ad14ab9a7bc1a11d5b5f0b0d2b9af386b17a8684316453e89cdee5 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: 181 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: 53700 MD5sum: 2c297864870b0e2a883f7e91157e5f18 SHA1: 2e3e4c95c1f2af6720c56d6a623d10472baf77fd SHA256: bc6fdf0aa56c3e2dd1b88a25d6c4882a6b6dafe5edc479f73aa83292dce73c7f 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: 205 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: 60244 MD5sum: 4ada8ec729d23d530125e720bf23e0ba SHA1: 356b777854ca48a98d82d9f0d85b82400834c99a SHA256: e03173b0718d12f4f78094ea47e5f69f6e0229b51901f707d5870ead191a2aba 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: 206 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: 61148 MD5sum: 80584cab3a7c94f9ab8708e0b0d48381 SHA1: 921328265a6dc2da304ec765fe20dc5b2fb397a3 SHA256: cd95aad1d2146e3ceb5ac66280442a51bdcde3ae50d4feda0675e503a75612f2 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: 59684 MD5sum: 363295a60e30761130d2007481eb9da3 SHA1: 666a66e2ee32d6d2f6c7961cfb4d7a9a714b5d20 SHA256: 274be9aee1d6c2532128ab28954a5222bed940bcada374f1762b94c50cf67217 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: 236 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: 64220 MD5sum: 93a2bb398b2518a6393284a71cbff219 SHA1: f6ed59c5a7eb29eaa3306dcac1e487068f4d9cf6 SHA256: 4012b050d3b723a5242d8a25b5526e905e571d6d760b838f1300337b5f656a61 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 236 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./amd64/syslog-ng-mod-examples_3.30.1-2_amd64.deb Size: 64224 MD5sum: a5d18db9ba3d830be7a2393e94d4909d SHA1: a97b13241959aef1de3a6fdc6b5721c125c74432 SHA256: 944a4c7f1c178970bd66fe6718b90856893f83e69ecefe9f755080e2d22d4599 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.15.1-1_amd64.deb Size: 20200 MD5sum: 1a41e311b7497fa72ff708faa9e66360 SHA1: 651737636d72ba4a390cd933ba3bfde4158fe9a1 SHA256: 4e8bbf47a3a584ba9a748b20de7984be66b88391d4fd6b322e587a61ef454aa5 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.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.16.1-1_amd64.deb Size: 23796 MD5sum: 24263102c065c6768f64dd1746b78c6a SHA1: 53c6fef47a8b265d9e3793a1c68f158bf7268e5f SHA256: 7c6a21cff445d20a2852cbb8f8efb0a14231bb8743eb661d3a570dc9b6a2502c 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.17.2-1_amd64.deb Size: 24284 MD5sum: ba870fe8882015fff1df12ede733cff8 SHA1: 08d68dbc23b21c029a8c4fd42621d30215e6255a SHA256: 515fe72e90639550bd00a54be9f6e31d816a6e51a4d9ae9450c2ce98805693f6 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.18.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.18.1-1_amd64.deb Size: 24260 MD5sum: 55095976f747dd18e9235618c48d5943 SHA1: 7a67a18b3bb1fc377993e400da98cebaac3628e7 SHA256: c1eb03a06a3e7ec6b58e430e79a7d249f849d535b34746bba2b71b0503145d69 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.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.19.1-1_amd64.deb Size: 23844 MD5sum: fe4d13e77d29906b7c9098c612737731 SHA1: d2100f33a7605d19daa32c114d3fbd3db221576b SHA256: 7f329b6eb04b0f2183a162d580c00109119307d866246040054f67736577f6d1 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.20.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.20.1-1_amd64.deb Size: 24268 MD5sum: e71f98c7d8362c3f8bc1fa7345bfd564 SHA1: 60e31093b43141edb2f78ab609c5fd26ec5c27a2 SHA256: d980cd6d3face28030ee71cc9bd37516d5a2c2ec74f6eba93a8c414a47834621 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.21.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.21.1-1_amd64.deb Size: 24656 MD5sum: 37286ef430caf17715e9195bd4f2faf9 SHA1: c25ceb34e5aa2457bcca663e265f9649cf66551b SHA256: 35a22f3a50499325db1e14dcc0781c3d8b8e04b8a1bcf1f612dabf6d56fcbeba 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.22.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.22.1-2_amd64.deb Size: 24052 MD5sum: e374ac861acd4a28ff0b78ee2ffa06b4 SHA1: b008b47cf293e65747926cbe26df781548641797 SHA256: 97c1780785a9d3a5c76014385b0e478472b72ef62ba263cf96590ba494fc8776 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.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.23.1-1_amd64.deb Size: 23668 MD5sum: 96d1efee5c8a67d5c8232203701f29a7 SHA1: 8eb8b98cc11555956660d9d8c4ca71ab25113252 SHA256: d186f5d20e7780d23d67da5c825755e106e89006f79345572dbf5362bc0865c3 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.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: 24168 MD5sum: 43af1ea5f5f269597e7c31e57140d1df SHA1: f2181171eced1ba993d35f79ce4eaca5106f36aa SHA256: a1c81d1d38b27ba9c900e3b48c7c6d6a12d172a02f8018e0e8ca0e2d555504c3 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: 24284 MD5sum: c8df852cbb901ee500dee560ad485164 SHA1: d45e31dfd7bd88bdc48a2155cf659fa9ce3bb2b7 SHA256: be1d0b7cdf199e9c9c0dc072afbc5c80c8c3ed0283dc9590ce275efdd1668345 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-geoip Source: syslog-ng Version: 3.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.14), libgeoip1 (>= 1.6.12), syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.15.1-1_amd64.deb Size: 29568 MD5sum: cdb4522a9e975f9a231df2636c520b31 SHA1: d872270e3173d6160e71044104493e223a98ec0c SHA256: ba21f4a3cb26fe60bf8c9e2aeb7d9c5651f94d2b18449726189d504b5fabb19d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP 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 GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.14), libgeoip1 (>= 1.6.12), syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.16.1-1_amd64.deb Size: 33316 MD5sum: 6a85998defbd241d8527c71e83b8e7c3 SHA1: 7427a04c253c448b1f566853ef896a24a87ce490 SHA256: 8f11c4657eacef7ee30a3a01a7c4805e9fab685e12a1de4071e207578816ee17 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP 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 GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.14), libgeoip1 (>= 1.6.12), syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.17.2-1_amd64.deb Size: 33796 MD5sum: 69d5a517334c1b82acfa39ec3bc089c3 SHA1: 52455ef746b48eb74c4212ec1749c4a519d3004b SHA256: f083f0a1be5013de667634c25f6db8209de06328ebc12cfba417ab2949ac1ad8 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP 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 GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.14), libgeoip1 (>= 1.6.12), syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.18.1-1_amd64.deb Size: 33776 MD5sum: 76a9ff749b198d6425a1a75921fb8ad8 SHA1: 092b517f184f5a4c46e8ec50906a86ca088b6a29 SHA256: f53970c2b813d4f14ed8f41ccd5ab335e18372d00af8576fbba4ee75b36e7802 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP 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 GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.14), libgeoip1 (>= 1.6.12), syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.19.1-1_amd64.deb Size: 33344 MD5sum: bb8e5e66ddbea9eebbee2597983b6809 SHA1: 62493d26b7b28361003715738bd64db92522eceb SHA256: f679b44ae778cd56b4b9f103da59aaeabdcc38eae5dd097167562892f6692e8d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP 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 GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.14), libgeoip1 (>= 1.6.12), syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.20.1-1_amd64.deb Size: 33828 MD5sum: 49ceaa02a7a3c284fb83a039b273a8ac SHA1: e499f5ca29ebc877f98d9d0d0f889e0c1b28a4dc SHA256: 3df7a9cce7c33ec7aa6e9f374f4d257acf44c74b29fc140ee7c40a4609a8a4ae Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP 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 GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.14), libgeoip1 (>= 1.6.12), syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.21.1-1_amd64.deb Size: 34212 MD5sum: cdebc6b3e6617cea68c5b5b62160ea5a SHA1: 44553a779397b8b545ef6fbc72771687144986bb SHA256: 57989f3ccc5c37db4c71d163c37ef18830df5f664e9fdaeb040c57c7ee5e898e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP 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 GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.14), libgeoip1 (>= 1.6.12), syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.22.1-2_amd64.deb Size: 33624 MD5sum: 87c62fd991cbf5a4eee5512076a958cf SHA1: 22512cbe4b29a665dbe09244b9a4ed2606c19146 SHA256: de36e838341f46b4fee33cda48feba81195e49569e4f75356256769e7504f990 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP 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 GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.14), libgeoip1 (>= 1.6.12), syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.23.1-1_amd64.deb Size: 33468 MD5sum: 86fd0ede82de8af24912ef1328877cd3 SHA1: 1804d30a215eb0c000904e40c7bd6eb35b5ff69a SHA256: 064b3d9b53186ce786d30110e04ab8a4f2ce926f5346ad86bd7c06bbb3c4400e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP 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 GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.15.1-1_amd64.deb Size: 31320 MD5sum: a378e5dd0d5ce58f26c71b6d1cf0c3f4 SHA1: 5b76ac9a1f7c54669e4ee3c14c16d456ecea14f6 SHA256: 9e18d37b994796e93a50a980877bd0b65aaf352b4768ffd501490ff2c5ca1f5d 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.16.1-1 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.16.1-1_amd64.deb Size: 34924 MD5sum: 50abb888382a188d0d9166d14deef2d5 SHA1: 880821fde193a8839419f4917541b66cf4b0a73b SHA256: cfc218e31d2808801da6dcac5c60e068f35871ee09541691a798b1be3027ebb7 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.17.2-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.17.2-1_amd64.deb Size: 35436 MD5sum: a65c4aad122cbe7698e794c33cd72d7b SHA1: 8ba2bdf57df16b04c2001b671b77ed430e510818 SHA256: 9c96e8db192db493a4d760a6660b461cb65707a0ae92187efa38da51c8c481f2 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.18.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.18.1-1_amd64.deb Size: 35440 MD5sum: 35e57572f0b63500331914bd73472bd2 SHA1: 354b69d18aca9b1e238b22c7a56ce27edd73db38 SHA256: 06fd740240ff93953ea60b71349f17bcb831967748c78fb83405154a111ce72f 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.19.1-1 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.19.1-1_amd64.deb Size: 35008 MD5sum: 6a7475c1699aae429ee70b551b4e80ea SHA1: 9100b635c15309656a0d8e0207df18147cc0acc4 SHA256: a567afa4366471970a0a965a9fb28978db32d5858e2b432b9a8c803fdf740f6d 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.20.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.20.1-1_amd64.deb Size: 35468 MD5sum: e21e1075ef18c3a8a34c26c83313f90d SHA1: 6e165b631324ecec7584dc7faefb860b9583b241 SHA256: bb8b030ac36aa4352c44d6f74d409161a79fccd720c6273b80c77613bbd7ed83 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.21.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.21.1-1_amd64.deb Size: 35836 MD5sum: 4b3a0a8a374f767754ae2858d39428ed SHA1: 4873aa230a4662c63c3357817faea3a667a5d2ef SHA256: 58783ad7888e22d9e69d92f2fd60fda09e7fdea14d9b4282bb821a0b7fd56837 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.22.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.22.1-2_amd64.deb Size: 35332 MD5sum: 6c65c01eebf02e24a227ced4f72f8a62 SHA1: 502349d1e47a248b682a58c28a4a96ee4159a544 SHA256: 5d5d5e06c26ea547d525abd564f225950d8da3311d023a41ed7380c1aeb14810 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.23.1-1 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.23.1-1_amd64.deb Size: 35080 MD5sum: d620a42e6e644c5560d5d7c415c1cb35 SHA1: 595a7e037b4b162d6e22202fdbf1016e4a91819c SHA256: 9c57e7ff6c9138b2c22dd8e44ffba73c7a8840349e9d9263dfac23d81cf03d5d 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.24.1-2 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.24.1-2_amd64.deb Size: 35768 MD5sum: 5008da3702fee43cc1f9ef9ae773f437 SHA1: 6bfe44ea9cb380b7e1e07c830326d32dbb8800cc SHA256: dcb18d6b5dd21544385b469951fe190adacc0cbc15567377a2d7a3a7798bf017 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: 93 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.25.1-1_amd64.deb Size: 35900 MD5sum: c34aa48f3eb1777faccfd8c02eb78e1b SHA1: b2b05753b05e7b8ab3d9d2fd33c21693bd30733b SHA256: 90bd04f964761d3da1d5b2ef37c0494afc645e862d1b854598a99f315867374a 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: 96 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.26.1-1_amd64.deb Size: 39928 MD5sum: 3935d71f46cc0b5ff3bd6ce1328eed4e SHA1: 187741de9f1a26343453d71c1c71c305057fcd18 SHA256: 40eff437627192b2bbb730b85aa19f38c27f7a5d44c2d4774b91215be9fa031c 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: 97 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: 40612 MD5sum: c444f8caa619a42cacd17a5e47c276df SHA1: b835620a524da0a33f4249482cefa48241fa99ec SHA256: ee39ecdf04e8306437659a82c3b8108b39b3efb1e1c4becad1a9dade79d9afea 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: 95 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: 38312 MD5sum: 2f8e6223ff76cea560c84897b3be15c4 SHA1: 05fd1ad9b0de5b3152c4a1b088f85bbef5d2abd0 SHA256: 2e75a84e20ecd4f7727487be3f3d619125e55103c8fc12a446239c0ed0057616 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: 95 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: 39052 MD5sum: a5d07192ead19d67a960ce3db465a1b9 SHA1: 6b93aa6e0ad7149e7d03137d6417d4216a2df5f5 SHA256: 7b2865ca52049b8fa8eaf9839781f7abca22a652b2db52aba79959226c2dc98f 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 95 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.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.30.1-2_amd64.deb Size: 39264 MD5sum: 7a59e6e18a635919e099d73dd63fa453 SHA1: 311592154837b6417a3754d26e1ed4b4c83d0a5f SHA256: bd76e23b34102d904ae2d740d3448cb317b6f753477d8dde808e1e9dddeb7ab2 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 47 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.15.1-1_amd64.deb Size: 24088 MD5sum: c792d1581d72f2f0e58b87a28345b2e9 SHA1: 6b2ec107c23bde58527b3eb6eb46dabb97505bce SHA256: 3b1cdc33c05a65520506a8264899ace0071c6d53614a7206af44a393a4094de3 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.16.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.16.1-1_amd64.deb Size: 27676 MD5sum: 720f861c017a0e6ed84d007a971f1331 SHA1: af9162b931891124b80852a7c02ed71080543e7b SHA256: d7d751888fac1f449371495600cd9af6cbcec4d731d807ca657680e103fd0cf8 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 64 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.17.2-1_amd64.deb Size: 28160 MD5sum: b967798cfba9b746f6ff4046c839f4dd SHA1: 74dbc3bf3010b495e40392da7fdc2f0b24436e4e SHA256: 1f116f72fef287a40f072c14a3201540de75b90aeef2a8433569161af367d947 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.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 64 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.18.1-1_amd64.deb Size: 28128 MD5sum: 676be2ae5a0cff9eb34fe372677c0c4b SHA1: 816ece09e5c4d2fa27e7a8ff970b46ae9d48523c SHA256: 7e4dfd66ed70aa82a39b4c1cd37b26faecc4b389ee1916f8efdc71f79c8bc618 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.19.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.19.1-1_amd64.deb Size: 27708 MD5sum: db8d4faab2915d2e3ff83178f97fa31b SHA1: 90f16d3b0a5cab6869152312d28e318633078854 SHA256: a2aa2c93b9724b1985801f085733717b746e829977d7280cc4720d5dd4065023 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.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 64 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.20.1-1_amd64.deb Size: 28156 MD5sum: 60f23165dfc13ba518b5b8cab78231c9 SHA1: 610266a010e26ca4f24308cb1146ab9e727c7ebb SHA256: 26a04e74f97cf051b14c0efb9545bbd30bb94cc2d0ee75e525c5c518ba30ec0d 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.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 64 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.21.1-1_amd64.deb Size: 28516 MD5sum: 9a5135b26ee8a8c2d24c36689c416372 SHA1: ae3a57fadb5642906d48ddefe633be3f369f718f SHA256: 5e82b87b9e500fb486d827b5685e936c6a6e993b0efe7f078e9bdc97937792ed 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.22.1-2 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.22.1-2_amd64.deb Size: 27932 MD5sum: 30f108dfd4b4ee368c58f24ecd5ba8c2 SHA1: c2be5d6e9016317518d2dbbdcad671610184c7bd SHA256: 53eebd2662680ad7b26d38425de54aad77888ad7bc35b1a3f87e018e2e771f6d 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.23.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.23.1-1_amd64.deb Size: 27528 MD5sum: cbc9ef721a53dfbccaf8ceada39bc58c SHA1: 25bf033b0726e9463e22843b6e432165740c9cb5 SHA256: 2636e0175d57d6a3b5719c771f04e8bda0bc97c890b0322ad2bed02a8f860867 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.24.1-2 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.24.1-2_amd64.deb Size: 28048 MD5sum: 707b98c40a3e1a0a2b7a2eb5d199247e SHA1: 12f0b57c35a03c102589f4dc51fe9ef50c2b8d10 SHA256: 8337cb90d5d73ecbde532e5c63f023509ae004c637882ddc3c331f696fab86b5 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: 64 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: 28168 MD5sum: 11c9be795ad5470174e1d4094a44eae1 SHA1: da50c53bfaf5bc54553d2e893f1490d9bb2b48bf SHA256: 66dc9ffdcb19ae02f80e9766977f3da7b85f809d4a990052497f88435ddb7f3e 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: 67 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: 32072 MD5sum: 302968ec6bbe3eab76870825d6d5d0a8 SHA1: e91b4a711b0e5f6ea5704c07b17efacedcea80de SHA256: bf8e918feb9788b9581b68ffae84c73e7a09495fc4c717f81cb5e18aef6fe4e1 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: 68 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: 32728 MD5sum: 8b1f32d94c59ccfb631445bada161a24 SHA1: 81c3d60606192953046c6a42375fdb7b73c9770c SHA256: af7d75db993f81680ddf6c20356f5789888814abe609660b2fcf53ee0974bb08 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: 66 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: 30444 MD5sum: 80dd3cf7b6d8869889bc1af798c752d7 SHA1: f46b711ff7f7fd6599658cb96899d4382cec9bb0 SHA256: d19129be2155f335e03a7d0a888596a2caaea4aad2125c581001d86c59c14717 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: 66 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: 31180 MD5sum: db62769bc99e0cee47cc2c7a1ae38b88 SHA1: 2622eec127f33340aff549eea7ad4aa097d902ff SHA256: 7274e7da0cff5fb4370524965a1977ab8e2e6d8d89f0adaa7d168924cae9b74d 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 66 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.30.1-2_amd64.deb Size: 31356 MD5sum: 5746038f28380699b13dd2e3d6e488b8 SHA1: 17af0045af4e2a4b702a0aee56f3bc255b0feb22 SHA256: 25710892bcf9adcce46e511e15d762a78567be7afc8403bcc035d14ef09e15c5 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 50 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.15.1-1_amd64.deb Size: 24384 MD5sum: 9caba025c06115668807fc3a49605474 SHA1: 405334c8655fbe909faa0fe5b5b7d40c2ab9b061 SHA256: 2945bcd8012fc7fe50e57e96cddf7c15cbf9dc17bae5632c81c27b466cc1acba 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.16.1-1 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.16.1-1_amd64.deb Size: 27512 MD5sum: a81c56509ecb67f61dc70e2761547aa5 SHA1: 846b1a9c003c2e2ddb54a4c393a0c1b2dc7489d2 SHA256: b868e538111f8264f40fd2892387ef3877f681a8a6068ddab18049eeb48d0fe9 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.17.2-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.17.2-1_amd64.deb Size: 28008 MD5sum: 30515e0e68051217bf8a93ede0e56d23 SHA1: ed4698bda36c251570883f1df250b56b3dfceba1 SHA256: bf5be0007ac6a8325c93a3baf41bda5266588dd4ee489b96d3e066e5d93ef60a 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.18.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.18.1-1_amd64.deb Size: 27968 MD5sum: b451b4ac6a106fd9411b88a472dc9e40 SHA1: 302f8fe9b0d59475266c3580516975a69287e69c SHA256: f6124477e9982feecc674ef81e1a552f9c4dd04d77473b63177ea81f5ae97bb1 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.19.1-1 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.19.1-1_amd64.deb Size: 27552 MD5sum: 0980b95a134c386b1ece11eab2b34314 SHA1: f87de00999c63544a2f37adb22fd64a06ac63c6b SHA256: 3e09eec9f070230d4aaf4b13303869718387c23e9e74948e60dab9e42d7c363e 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.20.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.20.1-1_amd64.deb Size: 28004 MD5sum: 645a03f92c995cb34f0f36147beb4321 SHA1: 889dbe43f1a0924e43dcac5b2ad78a52a4de9f43 SHA256: 2809692c2ad1306d845c670fa043790e7bcba21a10ac4d80f5110732996a5135 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.21.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.21.1-1_amd64.deb Size: 28360 MD5sum: 2594bc29114b8de13e4efecbd9b80ff8 SHA1: cc93ec5ac150057520ebfb7cd126d3502e6f8413 SHA256: f845b6c5ffe974a1e239e2eff22e30dd4bc6af124490b7d684fc75260b2b1dda 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.22.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.22.1-2_amd64.deb Size: 27772 MD5sum: e616cfd49b59ff42164e92fc36e45a53 SHA1: 933d2cae72be5b074ac5208618c3e35886b0c5f3 SHA256: 9faa1f6bd27d18410b5006d3477cd579025630bb021e5a9c766dbf7e00cc4ca2 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.23.1-1 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.23.1-1_amd64.deb Size: 27384 MD5sum: fd2dc82281a09664b078064e1fa15e83 SHA1: 3521d90303ba1261cfeb06315e7598149a01e80b SHA256: 6f08ce7921b3ce4a01ba47ce9f6b8937d74e773e3554e13676354ecb9e305262 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.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: 27892 MD5sum: adb41917d32540d271483eb8d655313e SHA1: b10bc1e0a72d0d95a41e3059c7094588857fad59 SHA256: db0f70d3c10e36ad38ca1d2cb41ab14fa7b166997df423549a87096fb6fd07e8 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: 28008 MD5sum: 0f838916c5813c7b65ca9c8de3e25803 SHA1: 5b80d683d2808d3a4795bb46e0ca693cf3df8680 SHA256: d7ad2b4abc6cf49a685593f3a2caa34fc18d0569a5a83991acb4b5d76c189860 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: 31344 MD5sum: 37be4d235db412408c04a77212679f51 SHA1: ccb1f7091247eb152e742416977cd0525de381f5 SHA256: a483773f65bb5b2de4b9c782c90566bc179ce00efbfde0d1eb0380311b303ed3 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: 32024 MD5sum: 4914eb4f206029d7a1e55b7f5c64faed SHA1: 2311389a7143733a1d0502f4db86f9c05d0ebdca SHA256: df63a6c474f2068cc5ce97a6aa3f8856a0550acb85f8cd77433d63c40af0a8ad 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: 29732 MD5sum: f17c90fe3f14202a435fecc763e9805e SHA1: da2f4ece44be88e9e1a7a98e497f363ff7c9ef37 SHA256: a808a1d00168f1919265736c4209990243fa8f478b87b2cfa833e539bdad45e8 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: 30476 MD5sum: 0487e5b8bf0a993ac1a45a660893a3d9 SHA1: 47d07207a5768d6c187e30fbabb0bb1c7162232f SHA256: 3d98505dc0cc5681dba58a95cb302dc1b3f242e7aa8bcdb74758a0b1a864cc45 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.30.1-2_amd64.deb Size: 30640 MD5sum: 32441b479f15d3e8e43613b10f9c6c98 SHA1: fb26c59523e17d64f3ccd674250f3e19a8103139 SHA256: 96fa6e14e50d8100d01c47770e3ae57d05000a2c67bcb2677318ced00c47ae4b 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-hdfs Source: syslog-ng Version: 3.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 44 Depends: syslog-ng-core (= 3.15.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.15.1-1_amd64.deb Size: 28984 MD5sum: aa4f7f16f138a4634f7df1238a272fb6 SHA1: d51d2ff3494c265e76c14d5639ad5c03501ce404 SHA256: 9fefcd549d47457a783efd4bb354024f6325ec860d585a8d389285f3658e51a5 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS 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 HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: syslog-ng-core (= 3.16.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.16.1-1_amd64.deb Size: 32124 MD5sum: a0357b2b812843830b82d38e1606c6a2 SHA1: 5a12c88559fc82acfaf68abe26a22f0c4bae2448 SHA256: fe1999f60551d33a0898310b5955b889c7a726ccbe6707d030a73042f9236e2a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS 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 HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: syslog-ng-core (= 3.17.2-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.17.2-1_amd64.deb Size: 32616 MD5sum: 2c317a3ae36e74b290cc4c1807721157 SHA1: 8c765a87eff9dc814dc78f545cc59c59e8e28bbb SHA256: e075ebf7cb4902a70414c3c9e6664151fe8ecf8567876b720c96703aba6c4b87 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS 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 HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 64 Depends: syslog-ng-core (= 3.18.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.18.1-1_amd64.deb Size: 36388 MD5sum: fb7922a26f4fea50a6fa762e8f056f19 SHA1: 7c5d9483e914f1c230fc5e645b84d116e71aedee SHA256: 1b2ce14be2b450efd968975e481fe38d6365aa80510311d68baa7f0253340df2 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS 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 HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: syslog-ng-core (= 3.19.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.19.1-1_amd64.deb Size: 35972 MD5sum: 51123e285c8590b6325453b5bbe10da9 SHA1: 6b47948211b37319f9eb732142a6010e611e0e5c SHA256: 4d53627e09bb01ad7f68edff35676c64b9374471b192d3dfda84c8c78ad537e0 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS 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 HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 64 Depends: syslog-ng-core (= 3.20.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.20.1-1_amd64.deb Size: 36456 MD5sum: 9270f96e249917f05cdd71992c7db96f SHA1: a2024468868d7938960b11fa46560f5d844114f8 SHA256: f0c9c41e58085e91daae417b6c3d246db602cc6d42af158179107ca2446a6f8c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS 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 HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 64 Depends: syslog-ng-core (= 3.21.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.21.1-1_amd64.deb Size: 36820 MD5sum: 8d2a9f98e11302cbff4c2017844a0297 SHA1: fd8871144147850e9c7aff8f8e2c7be083f20534 SHA256: b419a5f2eae000bac2a4b11023762c84e5011b6438aee7e546894c9faac7954c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS 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 HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: syslog-ng-core (= 3.22.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.22.1-2_amd64.deb Size: 36240 MD5sum: eff874c2ff87e4dc6681a3af302aeeca SHA1: 6927fe57f7f0a1628ba1ac5ec36b4656cd668b8d SHA256: cd5156d35fa300df53739cb6def4c6dc211b625def0c1f0b3506688681f97719 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS 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 HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: syslog-ng-core (= 3.23.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.23.1-1_amd64.deb Size: 35856 MD5sum: 043ec195afae634ae7afbe18076f3f3a SHA1: 394df95f2f587c4c60af24e07267d78cdbb7f3e4 SHA256: 74c9621156d11bece2140beb059211dbc099f5abcc324b40cb5e1148904fda1b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS 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 HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: syslog-ng-core (= 3.24.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.24.1-2_amd64.deb Size: 36352 MD5sum: 917f0ed3516f7c808bda521ac952e830 SHA1: f3ca316b918d323780991b50f03180ac0d11220b SHA256: 7018b757da77ea906adb4f1fb4357afcdc4519d1092043850363d32cdb85560e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS 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 HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 64 Depends: syslog-ng-core (= 3.25.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.25.1-1_amd64.deb Size: 36468 MD5sum: ebcb4954c644f1107d1c079d9c59a47b SHA1: 6a0ea23102c844d4ac7c1a29a745107d9d829eae SHA256: 578cd5b2c7e297756a2c0a1242af32eb00f4900e7b02dd80a5ca0c92529b06e1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS 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 HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: syslog-ng-core (= 3.26.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.26.1-1_amd64.deb Size: 39880 MD5sum: e68ee567bb17b7e6c99327a6fd68b52f SHA1: 8a1091735b47fa2ddac92c49fe4cd3fed45625fa SHA256: 8940de79e884554bc6a53783facdd35bfeb61c7443cc4a0e9cd45788bc7c29a4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS 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 HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: syslog-ng-core (= 3.27.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.27.1-2_amd64.deb Size: 40532 MD5sum: 2335dc7f48836cd4399ed2370c54a44d SHA1: c71e865786784b07a2db6044c5ef133a5a1be261 SHA256: 81b20fe3dbcc0ef1bb7b1cb2ef11ce4fe3e37c06a9f87af2eafc4a241d81b2ca Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (HDFS 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 HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: syslog-ng-core (= 3.29.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.29.1-1_amd64.deb Size: 38996 MD5sum: 40e8eb5483d544a634c4c1d970d2b170 SHA1: 288d9dcba6e51bfc0cae23d3f269709ced773a57 SHA256: 3499aaa3868ec36928704149ae7d0fb70d110e53bae3a705aad86c395fe2f90d Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (HDFS 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 HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: syslog-ng-core (= 3.30.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.30.1-2_amd64.deb Size: 39168 MD5sum: f0f3e799d13bd7050fe44bc76a2f2241 SHA1: e6440a9d2813b3250880e1f5710fcde3f4d58710 SHA256: 36b9c3cbde62f0f2532b8877052c3cf1c30552b9d3d5569c238c792817606de1 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (HDFS 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 HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.15.1-1_amd64.deb Size: 32964 MD5sum: 344add3e8196f697553950d2840740e4 SHA1: ffa1f72b87848cfb3c56d8b0c0e1e76de5aef7bb SHA256: e13e9f87699ab056e97612b42e9dd23c09c4b72859cf0e73135abf955738b582 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.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 106 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.16.1-1_amd64.deb Size: 37036 MD5sum: c62ee99a843abeab21dddab835fcac22 SHA1: 4a4736a31f4be67c338a2a1f88a1f0aa94099f75 SHA256: 0deab63ab854261c0ec254762f672f10c1aa28fba19528c5ac30d061a3f77b59 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 107 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.17.2-1_amd64.deb Size: 37532 MD5sum: b3a45484e2e91d21abd3352f5166482d SHA1: 0b00cb04e5e5fd2d24f2054586b8f16be3fc921f SHA256: 526d97d94c66fa7dae4380730c9e7bb9178eb51622dbda54f2d10b3e7565ea53 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.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 111 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.18.1-1_amd64.deb Size: 39372 MD5sum: 7d016e87957a0ea983e8e213369ef9f7 SHA1: ed3305530014dc29a5b9f4f736f98f52de6bae2a SHA256: f13865d970320f3cd03cf5ced844582468c2233d72db5df55088e7dd7091d9b1 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.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 122 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.19.1-1_amd64.deb Size: 42152 MD5sum: 211fd1523bd8616062c13621e875be0e SHA1: e2912ccfa7822bc53b521a13e3690078d4254542 SHA256: 5dbae77992bfdac486d00e46d09ac57deb84c0d490e17edf024b91531feae4a1 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.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 131 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.20.1-1_amd64.deb Size: 43808 MD5sum: e2818241cf0c517cc50ccd7ab162c71e SHA1: bc25f72c6c03596601dcc4a051b0b4bfcefa80dc SHA256: 2c88503f8f94c34b9664eea09549f533b26ce971c6bcc137017d69f151865c96 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.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 131 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.21.1-1_amd64.deb Size: 44196 MD5sum: e70b7aa3d7887b41063f915a5479887f SHA1: b69357f96acd26f9ee6ddf63b1c9685ccacfa1ce SHA256: cd0e27ae242119939f1226d521877c234ce4326d492ca4d0fcc7481461d0a5f9 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.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 130 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.22.1-2_amd64.deb Size: 43856 MD5sum: ada6039b0abd81969a227c286fb2e83e SHA1: 6599b627daa19ebd8e8ef19d9c17b734f8095164 SHA256: c16148b204bb1571e69cc4d0aa586ba5e5d165c90b8e1eeafce373f7227f8bb8 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.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 130 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.23.1-1_amd64.deb Size: 43544 MD5sum: b8ba95e8a02e96985b72023fccf8d765 SHA1: 81afb6f5da52872c2f36086b0a21ba20f7b8635f SHA256: 8522832654ab7969409d98ad5898d9cd12bb42c6f315f66cdc98b4b1d38e98d4 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.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 133 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.24.1-2_amd64.deb Size: 44380 MD5sum: e65dcb3a0f60e7d05fef3d7a877e4e35 SHA1: 9037845cdc67f26012b5253e94756e398d8e5133 SHA256: f009eb7f9e87f70b61835f7d82ded145fdb9e6351fdace9adb7d9b489c8f4ed4 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: 135 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.25.1-1_amd64.deb Size: 45844 MD5sum: bbf46672834b58d4fabe0bca201defdf SHA1: 1615363cf259fc04a1a2008dac5f8e56b6620be6 SHA256: 0016a23c50ce8342b5059334ab92fb13772aa299eb2f8bb55244436aa206167c 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: 172 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.26.1-1_amd64.deb Size: 55032 MD5sum: aae6ccdbd68a3966d2803ad7f0affd2c SHA1: b9160fd3d7e9aefd5dbfecea5dec5af77fffe451 SHA256: 11affb5d00abfbdd732931d27de0f8bd5b518474c029bfa4737e8e1fcf7e884c 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: 173 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: 55780 MD5sum: 43b9d9793d5534720b08390bce64084a SHA1: 257d209b6fe5b5cab659f8fa025050190e28e141 SHA256: e0f2e4c8c4eb92de18c99aed5e50bbb8672617702ddc3811da2d322632a5799c 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: 167 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: 52780 MD5sum: 56799571db0ff45620e411a2150374fa SHA1: f91ca0cca75424f757d7b2782270c1c936bdcf81 SHA256: d0e89fb2dabdfb397a325481d34785abe7f36eac0f6412d3bbca47ed45bf332d 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: 167 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: 53512 MD5sum: fe5b4d49b71030c5d50a5a6d43c33224 SHA1: 08f5c321a2b0b5baabe470cabe642795df8eadeb SHA256: 4a5b5de379b51ad60bf8a74559888483c2f32e66db4a6c811886a9a980c7bfe4 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 167 Depends: libc6 (>= 2.14), libcurl4 (>= 7.16.2), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Breaks: syslog-ng-core (<< 3.26.1~) Replaces: syslog-ng-core (<< 3.26.1~) Filename: ./amd64/syslog-ng-mod-http_3.30.1-2_amd64.deb Size: 53672 MD5sum: 83cff2f5216f1ce7db9aa6918e4b84a1 SHA1: c8b5c4cebe15ac9b5ae665a5f2635ed625b8cbf1 SHA256: 395e8da70110824c16274cbda7bdbba0de38b9dbed42426243edc0f92db2ecba 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-java Source: syslog-ng Version: 3.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: syslog-ng-core (= 3.15.1-1), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.15.1-1_amd64.deb Size: 44400 MD5sum: 7f7fbf3f62a497904c6f3377941e78c8 SHA1: 58fc0f07dd309ab08c33661675d54d34bd53e9db SHA256: fa725732c2ca8635beac2550a2fce59db6fe07a8b1353b1be9da91133e84e789 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java 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 Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 115 Depends: syslog-ng-core (= 3.16.1-1), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.16.1-1_amd64.deb Size: 47784 MD5sum: e236973f69a47632fe535748393a8570 SHA1: d7bbea2e78da267ff93c024886bbd67937c84e2c SHA256: fc2ba2fc3c2f04f62ebfb19d6601d2b83d6708fb81547e792e5a5202877b5d46 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java 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 Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 116 Depends: syslog-ng-core (= 3.17.2-1), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.17.2-1_amd64.deb Size: 48388 MD5sum: 25808ae281a8d0c086d4b061c1d4a4dd SHA1: ad6ec59e85124bb04dafc92180c585572cd76e65 SHA256: 0df870fd199b38df7ef8c689636131c4c7ae3a6dd5345a7844477ad6fa07848d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java 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 Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 116 Depends: syslog-ng-core (= 3.18.1-1), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.18.1-1_amd64.deb Size: 48380 MD5sum: e91bc09d2788c1529341649050332c6b SHA1: 4a18c579b8f0a99512d8d414946b9e161dfa0242 SHA256: d060d9ed4315983456770a10e8b60b41160058573b0ea3819625acffe54ef1ff Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java 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 Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 120 Depends: syslog-ng-core (= 3.19.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.19.1-1_amd64.deb Size: 48264 MD5sum: bedb12069602e7baeb799661c285745f SHA1: 73564e079b4c5e3f8608dc56ba8006f34e9b5c16 SHA256: 15cec19c4ad494ef92d421d17e34ec4d53f9ad0f3c45589d96cd9d4544790ea6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java 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 Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 121 Depends: syslog-ng-core (= 3.20.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.20.1-1_amd64.deb Size: 49296 MD5sum: beb3b19dd82e55b20a3faa2abefdf5dc SHA1: a6628b494e5e99b53429341d7ae6ad0f7c04a07f SHA256: 76ac6f169ae05ba94253e911d0eb5ee80a4272058ae96715676791f8580af948 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java 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 Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 121 Depends: syslog-ng-core (= 3.21.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.21.1-1_amd64.deb Size: 49640 MD5sum: ff04a40ad759df35de349c6f3daa6947 SHA1: 29e6e43c84510a15eed3ed3b72239eedffa89cce SHA256: 76c6f32915e45de84ca7da4016e3eceee67bdf12751bd658c282f9463cd5e64b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java 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 Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 120 Depends: syslog-ng-core (= 3.22.1-2), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.22.1-2_amd64.deb Size: 49100 MD5sum: 8e0999f3546863ef3db4ba58c948463b SHA1: 8846dc61ff4404670912f56b27d1a6e8f6e10c1d SHA256: a9981e9d24b8ad4d23d2cc826d2d6c1d958572f49ea513dd254eb02e393b25a5 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java 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 Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 120 Depends: syslog-ng-core (= 3.23.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.23.1-1_amd64.deb Size: 48708 MD5sum: 11839699802bd8203ac57ab803b95545 SHA1: 69ac6ca16b496204bbb8d790b970e7f194ea55cb SHA256: 283a209db016d80848af750614c187e716318e4e3160d4fa8aa3e97ce5502b26 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java 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 Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 120 Depends: syslog-ng-core (= 3.24.1-2), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.24.1-2_amd64.deb Size: 49284 MD5sum: 057630c78d6cb63143ae23d9d8f4a7b8 SHA1: 5787ee100c3b97fa51ec106ad3d7149e6c3b92b1 SHA256: 9bf2e7b887669c99d123e72e18e34249863a26432949eabe50bc0cd16813cfd3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java 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 Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 121 Depends: syslog-ng-core (= 3.25.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.25.1-1_amd64.deb Size: 49404 MD5sum: fd705fb0968e7a0dcad12f5f87df6265 SHA1: 6d3593ce8f4c5d74d2b7f9b49d8837e31090d6ed SHA256: 31999f0a5fc3324ec0357a143ed96f004848576fe4b077bfaeb3f268c2239914 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java 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 Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 124 Depends: syslog-ng-core (= 3.26.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.26.1-1_amd64.deb Size: 53368 MD5sum: 0971e17347e54d11084b8a48e7b25795 SHA1: c26e2ee3e9d07acc02f8fa21d455ee2cf4cd6a5b SHA256: c28a60a585fbf19f1f236d88a0930a548e568444500b67636a99e22cd384f315 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java 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 Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 125 Depends: syslog-ng-core (= 3.27.1-2), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.27.1-2_amd64.deb Size: 54088 MD5sum: 9fddac428032c8150a50132e29cc97d6 SHA1: 67434f8b3a847c39528d2a5e9b9954d74177f37c SHA256: 03130ae428aa53b78675a0c7470fc96c82113cf398811d6e4f37dd4d53e46100 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Java 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 Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 123 Depends: syslog-ng-core (= 3.29.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.29.1-1_amd64.deb Size: 52436 MD5sum: 7d10df90e81c2ccc4f3806be087afa1d SHA1: e1088178bf5c8fa259974f9a5cc6f2070da4347c SHA256: cfc6ddea36dfa3ab4409b239b41a996098f57a312bbc19521c4f6bef39103249 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Java 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 Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 123 Depends: syslog-ng-core (= 3.30.1-2), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.30.1-2_amd64.deb Size: 52680 MD5sum: 354f8d2c211e3a05daf0f1021e5bef55 SHA1: 62d3e157d6d219fb5685f8c3b16245f76494e650 SHA256: b97506b109345c665feaf6e74409ac2c348db51c330cfaebac51e64d4da1b72a Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Java 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 Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 511 Depends: syslog-ng-core (= 3.15.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.15.1-1_amd64.deb Size: 462324 MD5sum: d0522de4e9351840aba5365c92e2db2c SHA1: 1879c882c9bcde1486fe289726dd70ef4426bf49 SHA256: de8953a38cbc4cd2cbff92ef4d4bb7cf45a75fbb0bc5a86077c1e3045bb965df Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) 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 common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 527 Depends: syslog-ng-core (= 3.16.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.16.1-1_amd64.deb Size: 465884 MD5sum: d5a23aad5015997221811d29d3936c10 SHA1: 1e2d38ce8fa361f2b1aab08dec74918322877916 SHA256: c429b73ce5254bcff64a2efdd40acd272059c050732774cda32d44c4776b2f47 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) 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 common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 528 Depends: syslog-ng-core (= 3.17.2-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.17.2-1_amd64.deb Size: 466356 MD5sum: 9318ce6e618b4f9867c6c4fa5b908a92 SHA1: d89c9c5fb1f893866bfe76e585d723d5abb22e6c SHA256: c563ebcd9f10911e0ac2b8db8f9eb9ba7b635f146ba69db0d7e9cfac0183a418 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) 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 common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 528 Depends: syslog-ng-core (= 3.18.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.18.1-1_amd64.deb Size: 466356 MD5sum: f7f54a6ce69773fb6f2be3b434dff040 SHA1: 8cf70e0a22efebfe0fa8f34cd07eae8f18a8a88a SHA256: 09bb9de035ad296660aef02c511a91cee5a5d1f9f558c66c38c536ddb095c8d6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) 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 common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 527 Depends: syslog-ng-core (= 3.19.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.19.1-1_amd64.deb Size: 465924 MD5sum: f115d199a7e593ab5f063244b821b057 SHA1: a0d19fe72903de6cb2ef83abfbb763a92a8950d2 SHA256: c7adcc0e2cca63e5ea6f3b4af9d10fed0e5275c8f308cbc859dfeee6d26a97d0 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) 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 common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 529 Depends: syslog-ng-core (= 3.20.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.20.1-1_amd64.deb Size: 466452 MD5sum: cf0a9c5cda32c0e8c5caec4846e53949 SHA1: 9dbf09033520efc70c721037b139ed22a20f8067 SHA256: 33d0a0e9db1e3eba41c1f4294ffb5741a7c327873c55208307fda4152d30cbe5 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) 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 common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 529 Depends: syslog-ng-core (= 3.21.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.21.1-1_amd64.deb Size: 466788 MD5sum: fa54923505e0fb28ac8ac170a668459b SHA1: b3ea0fe59568fd0681cd959fabfc3b23f3893870 SHA256: 30c86c3e71ef0fc17126b838fa8e46d7df0017ef67c9002db392e30eba2f9457 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) 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 common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 528 Depends: syslog-ng-core (= 3.22.1-2), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.22.1-2_amd64.deb Size: 466232 MD5sum: 147386ab0a0ccbb60fea706861ffad3b SHA1: c3206f61340db9a54f9f6f3a08afe3e983b3f22b SHA256: 146de30a064bbeaf4d4e38a6c005c41b34ad2ee77319d0623c5c116ff99feef5 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) 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 common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 528 Depends: syslog-ng-core (= 3.23.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.23.1-1_amd64.deb Size: 465860 MD5sum: 9260c0020f3c200456235e11f524c352 SHA1: c75d3373e0734b3265d46efa1a70411372e5d9ca SHA256: 4d2f28c703e092167c47e0d8037c2701cee599cbbfa791274acf620556c573ac Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) 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 common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 528 Depends: syslog-ng-core (= 3.24.1-2), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.24.1-2_amd64.deb Size: 466336 MD5sum: a58856f266472ac80c8148fbbf97f079 SHA1: 3f54f346b601170a5f3825d671da1ba6b0125f56 SHA256: 2f9d1f6f482cc9971016d044db3b23ea9fc8a0458532a079160ec98c30412ff4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) 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 common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 529 Depends: syslog-ng-core (= 3.25.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.25.1-1_amd64.deb Size: 466432 MD5sum: c068c320a9eacd9bf7610c6e648a719e SHA1: e96ee054b62f07dd6fb0be785c1e6abcecbf5720 SHA256: 0825611acf8ef4a4ef5e1b0395d52890aa5a02c0175f2373b1760bf1dd8afb1e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) 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 common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 532 Depends: syslog-ng-core (= 3.26.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.26.1-1_amd64.deb Size: 470332 MD5sum: bb2e7a1023094761456ca6c6078c76fa SHA1: dc23ae06c792fc079b6ae1f5f169529ca434167a SHA256: 738b3423267c9b3b719b916a906d4361ce423214b95b6fac82640aab2d9e8c7f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) 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 common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 533 Depends: syslog-ng-core (= 3.27.1-2), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.27.1-2_amd64.deb Size: 471012 MD5sum: 7e4ddc21d673648ba5e749873c3e5461 SHA1: 6cd5645f2cbc11f7107e1cd1b93d8c36963d772d SHA256: ffa31899a1e723f45043f3d498760cfffae5869927f328887cabf864325c85f0 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Java module common library) 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 common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 531 Depends: syslog-ng-core (= 3.29.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.29.1-1_amd64.deb Size: 469484 MD5sum: bdc19ac69b6dfd91fa9178a05856aeac SHA1: 82866f623f1a066c8ff65faf4f0a1a5a21255ad0 SHA256: be43942cfbaaf83cf3570c90cbbad39d8870f5c1a741fb284507db5c14e74dbe Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Java module common library) 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 common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 531 Depends: syslog-ng-core (= 3.30.1-2), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.30.1-2_amd64.deb Size: 469640 MD5sum: eec3093cc5d8e3476a5f03a85e8f3e1b SHA1: eebd5aacf356199923f32e8cfcc8fe4a5398e0d1 SHA256: aeacb3d9d79f74224d6afeef5dec03a319fc6caaef89ec9fc841d460a5db1331 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Java module common library) 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 common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-http Source: syslog-ng Version: 3.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 34 Depends: syslog-ng-core (= 3.15.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.15.1-1_amd64.deb Size: 24260 MD5sum: 2008f1c77b310a46f70ccf04ee343664 SHA1: 2a566857dbd8a5b36710ed20b3566d35337c115e SHA256: ca576f26b8c77e5f0a532fbb4316d5dd465e0b473a265fe1b89beb6262be896b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) 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-java-http Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 50 Depends: syslog-ng-core (= 3.16.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.16.1-1_amd64.deb Size: 27864 MD5sum: 97df2871a2852bde4d69d9dc7ba96239 SHA1: 33b71582a5e123ebfd3ad8c01fb74e9aaa8bb126 SHA256: b95fc543f8fe87e5fafaaf02291dd023593c44293885e144a7195b145e66ba5b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) 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-java-http Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 51 Depends: syslog-ng-core (= 3.17.2-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.17.2-1_amd64.deb Size: 28348 MD5sum: e5e9c8cc3d12025f2ac5cb0ecb0d3332 SHA1: cf4bfce7e8cbed78e7578d99fdffd8e9ede1e481 SHA256: 4b74c99349f624a95a9aa23a5e688fc379bec8ed660abe21abcd85d03bf39776 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) 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-java-http Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 51 Depends: syslog-ng-core (= 3.18.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.18.1-1_amd64.deb Size: 28316 MD5sum: 405b219f08eee0e489892ba32364d114 SHA1: dfc59c8f53663455c6f816af08a29a7421454b16 SHA256: f08df2139629c177ae243bd07632e1fe4829d5874987d82a947f32e4e97d5118 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) 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-java-http Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 50 Depends: syslog-ng-core (= 3.19.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.19.1-1_amd64.deb Size: 27896 MD5sum: 3e0216859e4dc0946cceeaa444e77d2f SHA1: ea84fead666d42d449bd8624877c12db794c30b6 SHA256: be1dd973a476d815a341c6648d2738dbe5f4d25b2d867165380d7b25c8eb1928 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) 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-java-http Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 51 Depends: syslog-ng-core (= 3.20.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.20.1-1_amd64.deb Size: 28348 MD5sum: 15ffd53227c966ef43c532fb807e95b2 SHA1: 319550dbf582b0f590d3117a257158d2c816109b SHA256: 313336b9603c571b5dda734198770c1428081dd6be5d93296a12f080f4827e2e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) 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-java-http Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 51 Depends: syslog-ng-core (= 3.21.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.21.1-1_amd64.deb Size: 28716 MD5sum: d1760d1adf64f34737c4c8c0f6891d1b SHA1: 74978f85b5e3aa217c5b6afa5e7d2c07c8cb1c5b SHA256: 7a64bf5929586509e33e11803189cc3d99cec721edaa4dceebff659580051b4f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) 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-java-http Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 50 Depends: syslog-ng-core (= 3.22.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.22.1-2_amd64.deb Size: 28136 MD5sum: 875bc17689847756bbdb76ce99e3ce56 SHA1: 5d2ec63ca6645c59ad7ee2ad8d1c1ecfcd43a3c5 SHA256: 1c47546177123cb470b384ff05e1640dc55809947386f76e3d03b9d5b37a9ecd Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) 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-java-http Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 50 Depends: syslog-ng-core (= 3.23.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.23.1-1_amd64.deb Size: 27748 MD5sum: 2f4d997e06e1cdd3cca5cec8fdf6a044 SHA1: 49d15a38a3ee0c559cd2659bb741d6ac29796634 SHA256: bb99c892f71afbdbcc8dc11b2e26833d914a3b97eabc0a4eadfab963c62dd118 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) 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-java-http Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 50 Depends: syslog-ng-core (= 3.24.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.24.1-2_amd64.deb Size: 28232 MD5sum: 511f815cb964289d04f8f9d4823b348c SHA1: 22a44ed3d459236f9099a051ab8b5d907a4a13e6 SHA256: 21b7c32f2f59d9f9823d1a077c96ef60a81cc1a8c6158ee03da7f8b6d8d5fcce Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) 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-java-http Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 51 Depends: syslog-ng-core (= 3.25.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.25.1-1_amd64.deb Size: 28364 MD5sum: 7a48fb6d294e24e56af8fde3df1c5692 SHA1: 43ffbb410e24550f6ad741fc96987d2c769e46e4 SHA256: 473e5ca843eb2ed654f066c4d8116d2e76c1a75bdc2dcd53ef3a637a3005b249 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) 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-java-http Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 54 Depends: syslog-ng-core (= 3.26.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.26.1-1_amd64.deb Size: 32284 MD5sum: c502aa02d1d3a9c724187fc822801df6 SHA1: d60050252acdb729b9b9454cdad9ee1fe0effeab SHA256: 6516981cf093785faea9940207856ef95ee18f5936cc314fb521b9d6dbf1bd62 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) 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-java-http Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: syslog-ng-core (= 3.27.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.27.1-2_amd64.deb Size: 32928 MD5sum: 9b424060e53efcfea2bc9b5b470fc1a7 SHA1: 5e56e875a12caaa340e962c8e148ef90c7fc5af5 SHA256: 4a9af50baae5aeadc8ee41e8a8c1973cf4ec08a1096f9e083c3ff0871be32968 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) 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-java-http Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 53 Depends: syslog-ng-core (= 3.29.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.29.1-1_amd64.deb Size: 31356 MD5sum: cdad43c07e6733adc36629d49b34db73 SHA1: 362f63ac5f20a29405d0b982c4dbc4732ecb9017 SHA256: bbe58f9cbd84c1c41636de626ee2cfc19b3351700a8949afbfea373935ea61e9 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) 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-java-http Source: syslog-ng Version: 3.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 53 Depends: syslog-ng-core (= 3.30.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.30.1-2_amd64.deb Size: 31528 MD5sum: 8bd769011b90c86b5aee6043d045f149 SHA1: 36d219965011d8b500288f9dcf04dbd16f6b5c4c SHA256: 0e8f67d7367213679e6f5193f54231c58326ec20aa237d0f169344e5d2701934 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 25 Filename: ./amd64/syslog-ng-mod-json_3.15.1-1_amd64.deb Size: 20184 MD5sum: e058ead9fe6495dd31302100d2412295 SHA1: 9cb67cf32842871da6d6b36bc6b382324f82a017 SHA256: d4b85995e1f6a0b8c388ecc7942733a0c1af5d2ba9e1c307c6baa0bd0c6223ae 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.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-json_3.16.1-1_amd64.deb Size: 23776 MD5sum: 24aa74f92952a443a8b52f22cfd003d2 SHA1: 1e280e9eb7fb85ffb8945d4f047c4b44e018482d SHA256: 2a8aaa1e6ed53516e0d6451eab1414c9849640c129d68cc0bc5e791e3f79bd98 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./amd64/syslog-ng-mod-json_3.17.2-1_amd64.deb Size: 24260 MD5sum: 08c5a36a54dd82721ff7c154261f2dcf SHA1: 0d1c077f860344303bf214e280c3ff9470d3068b SHA256: 56ee4fd750d2cded011d1803b8cd00af8d5b4058916844658e06638cb962430f 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.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./amd64/syslog-ng-mod-json_3.18.1-1_amd64.deb Size: 24224 MD5sum: fb45ec23a5d1b702b18542d8b3a953d2 SHA1: e18cc2b48c7fb711f9f6eb35ef8e6463a76c6cc9 SHA256: 084df71524640a379e54feff26702845c193d381cafe48de96e07c617d8e12a1 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.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-json_3.19.1-1_amd64.deb Size: 23824 MD5sum: be5fa425e4165052e8838eec67c78442 SHA1: a3248fbda760f951ba50eb03193740ab896636b4 SHA256: 8c126692a739841708c918fa3b27081fbd3ac0294dcc9ee1a140100e3695355e 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.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./amd64/syslog-ng-mod-json_3.20.1-1_amd64.deb Size: 24252 MD5sum: bd543747adce49bef2257aa7fc94d986 SHA1: 04aca0cafe665cd5bcc70111f8ad4841388a3d6c SHA256: 8f6722bf638d9b7d6e243f7765ae645969cc663dd5b51e314c1cbf5470f1e17d 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.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./amd64/syslog-ng-mod-json_3.21.1-1_amd64.deb Size: 24624 MD5sum: f0c87bd2bc0a56c822db96eba1134bc5 SHA1: defbe1b1c09a0cdfce4ede23c060d722f3e2d931 SHA256: a35a9fe81b723dba30632bae5037e7cf511b08cfd877347b3681f371fbffdbef 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.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-json_3.22.1-2_amd64.deb Size: 24032 MD5sum: 26117e2fc2f3c7abf63fe9ca5caed828 SHA1: 6d7c9bba9bcad35a6c80a1e43c1e50d1b2ab4789 SHA256: 0e68261a17e4beb0296ec5a27e9a9ac9d569b80968d99e46245a838413b8fc96 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.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-json_3.23.1-1_amd64.deb Size: 23648 MD5sum: f3aa34b2ca1e9645bbc944b32f92da74 SHA1: 573ba1205b0c38c74fc4b3332f020d593197721a SHA256: 6b76ea68329a7be913a3095b6128ab36694388ca6b8808c924971472a36e2ed6 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.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: 24144 MD5sum: f4beb5702df79a955fbb81b90070c917 SHA1: 95441aa1a58c7ab276fcd9957409d114a2cf8cfb SHA256: a3332d41231386d6ca9d094064a024789d463d4fb7988e15acbd77b29cdc4945 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: ef04295c8551ee7a7794a7ca10496754 SHA1: ac1f0ac603e5940bbe8f4071a25d4dd2b8a76d86 SHA256: 308e3f9df7a4c436825baa65a8d3d7165a938d3017f5e5c94113648f75e21527 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-kafka Source: syslog-ng Version: 3.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 43 Depends: syslog-ng-core (= 3.15.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.15.1-1_amd64.deb Size: 27644 MD5sum: b7eea682c06d459ae321cc3b7f3c8feb SHA1: df98f4a0e4542dbd735e2ac523bc7aacff6f1fa1 SHA256: a2391b18be3c8f279b8a94bfeae14927ea8ba89ec59e4c954dd7decee3bfe5fe Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka 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 Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: syslog-ng-core (= 3.16.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.16.1-1_amd64.deb Size: 30800 MD5sum: 6169f964236ecb9eadd26676a3ab47f2 SHA1: 02902303a26d59ab08389366254d070e89141b17 SHA256: 7392fc0aaba54229929758f5a1873e61a16c1f9d16daa227df6f446c22adba7c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka 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 Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: syslog-ng-core (= 3.17.2-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.17.2-1_amd64.deb Size: 31276 MD5sum: 342fc23b329bcae6e41806fb5eb9504c SHA1: 8d0f398d6c921f70acc7c6ab6fd56557eddffd89 SHA256: bd8598f90ffcce1e4d71a458f1a228705f07e6418388c3313ad2e27ad6fd44dd Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka 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 Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: syslog-ng-core (= 3.18.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.18.1-1_amd64.deb Size: 31260 MD5sum: b932c7f1542790faad013d59aa989d9f SHA1: fa11216325b2a37ec5c1cff1119507dbedac1840 SHA256: 307a312e810a0a77eb1d9a657ec22e4556403f2253821dc4338245e00722975e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka 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 Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: syslog-ng-core (= 3.19.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.19.1-1_amd64.deb Size: 30840 MD5sum: 4ad3f5434ba5c938c7414914ec8cf5bd SHA1: 3c76195b1b28c40eb445b9838c04067016cd31d9 SHA256: e3979ccc0925c37f385e69ba3dfdad7436ac66e63ef8c4e2ad67c51cc6881b40 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka 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 Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: syslog-ng-core (= 3.20.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.20.1-1_amd64.deb Size: 31340 MD5sum: f20642a68cd2561ed6a01ad9bbf4d253 SHA1: a3f7529b288404a937b1cc750e3200305dd56578 SHA256: 9e236901c60bc40258d92d0c44b0c08301ef770060073dce356cec83c2d4fd8b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka 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 Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: syslog-ng-core (= 3.21.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.21.1-1_amd64.deb Size: 31732 MD5sum: 12297e4121a60841dc064dbcee208f50 SHA1: c4f4247b36051ed9da787091add0942d8ea601fe SHA256: ce0104f8bc12d703fdcbed6c6e777c9b4dd3224cd05ac796db6da6789f2cd3d8 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka 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 Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 123 Depends: syslog-ng-core (= 3.22.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.22.1-2_amd64.deb Size: 46988 MD5sum: 795dbdee16c51b3fd07bae274fca29e2 SHA1: 64aecdc862a80397ec4c148cc3a681e3e90a0d82 SHA256: d5735db9f0c1bb279a2fac48031c4a329ac89222fb90481f18a5a226bac15602 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka 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 Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: syslog-ng-core (= 3.23.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.23.1-1_amd64.deb Size: 30772 MD5sum: 9c820075d1f8cee491a716599b717f87 SHA1: e7c090d359535632da9b618ff9d66de2b64acd18 SHA256: ddcc4fd429608dc56f39eebe2e9cacfb186b3d0743a2a86a3eca7c8d72b5122f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka 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 Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: syslog-ng-core (= 3.24.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.24.1-2_amd64.deb Size: 31264 MD5sum: a8ff3223ebed1393d59789819f5c7cc3 SHA1: e3f6dfc0ee13be7bff767b13d0583b9ea835b367 SHA256: 32c85f9122a7a9a45e39e54f9911c929f8fd2b35a261d303d8aaeda3060a766d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka 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 Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: syslog-ng-core (= 3.25.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.25.1-1_amd64.deb Size: 31388 MD5sum: b94d24cc1d44fe39e9dee684ba7ac680 SHA1: daeda2fbbdb545eb6f1e28f06c7da0e2958a6ff0 SHA256: 4bf34df264a2ce39703b5d54e9dcd850cc5e8d8a98aa6fecad8078a0337d2728 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka 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 Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 57 Depends: syslog-ng-core (= 3.26.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.26.1-1_amd64.deb Size: 34816 MD5sum: 90763a3fdf6d6dbd89d03a78dcf0c1c9 SHA1: c1025c88b71fe5b9c465211fde6b7029f916080a SHA256: a7ed347a68f2f2c4bff77b00178a9364b3e4a4cf432b93c5f585fd6b37a61dca Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka 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 Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.27.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 58 Depends: syslog-ng-core (= 3.27.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.27.1-2_amd64.deb Size: 35476 MD5sum: 8d59f13dc034aa0af0749b29a95228e2 SHA1: b4aca04bdacc3216d27a9105347035ea87b273d8 SHA256: 3bc318e60aff929f9358a7d94153c9c2d003f03a97462268cc9c0f4debee1f1c Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Kafka 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 Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.29.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 56 Depends: syslog-ng-core (= 3.29.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.29.1-1_amd64.deb Size: 33932 MD5sum: cbc9db097af229988f9ecaa922404c9a SHA1: 12e76b62495bf8c36055ea8304e07bc64e06e046 SHA256: 528cff2133c8f13218235f831a2a233db39b33b25a5de4f3f474cc720a07989a Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Kafka 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 Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 56 Depends: syslog-ng-core (= 3.30.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.30.1-2_amd64.deb Size: 34100 MD5sum: c6c55f149f9759957e0f8a923625f404 SHA1: 25ce13a15a3dd9c7f2ac9e3badfc8182ce8c8665 SHA256: 23771f9966815fb9d6c59ecf0b5791963cd3bbd823320ad0c6ff0614f55c11d2 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Kafka 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 Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 71 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.15.1-1_amd64.deb Size: 28484 MD5sum: 406ca42c21e3f05d16328c80b4f4f1c3 SHA1: 14ba60881b122561e3c9b6cb912c19b19735b5da SHA256: b4be6307825ed91e52e724af53e6fa9b2a3c4811893e494e84ee62b8f2078cca 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.16.1-1 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.16.1-1_amd64.deb Size: 32300 MD5sum: 29c310e6b0ca00f4db9eb52efcb245be SHA1: fc7f0857f04f21df6cbedeea7c7c7856d82855d5 SHA256: 8c965eaea52ec4534b026e1342eb0404f4b40cc318b2aa1b778fa2d15ee3457f 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.17.2-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.17.2-1_amd64.deb Size: 32732 MD5sum: 5190dfb230b68f5e248fd58316c5be01 SHA1: 1c4cefbc2884354ac744286e6340edb575ab5d96 SHA256: d12751978fb980e95a6475826ca956586bc8828cf635413090f289b91013b84c 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.18.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.18.1-1_amd64.deb Size: 32864 MD5sum: 9753f153bdf391d07173e42610555a21 SHA1: b188ba7ea37edf542801f80e76a63fee5577a18f SHA256: d93c34dd609fe421d2d501a82ed4579ccb496f7c2d93b1c7eec429840801a87f 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.19.1-1 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.19.1-1_amd64.deb Size: 32464 MD5sum: 34f2ac9154410208216765277eef7a6a SHA1: 3050bc5b3aa322672ce6acaf1780ba6b76cfe601 SHA256: d44734eb166f75ccfa15a7c830ed26126535b0632108031d9ea0c8f0e318740a 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.20.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.20.1-1_amd64.deb Size: 32920 MD5sum: af66ff7928b700487e996ad2d3a3f7fd SHA1: daa0b3ee2fd8a525a4c4d4c336388621189c879f SHA256: af15ee55287bc597cae147790e91a7ec08522bb17b32d7eabf2d5403b399ea26 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.21.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.21.1-1_amd64.deb Size: 33284 MD5sum: ac47c32208b2d1eb74412315963516b3 SHA1: 5187f060dd0c26d8619c9500c8ba5dc73fa8429c SHA256: 98779a0a984c1d340ea53d104d80ee131968649b1f3345c1c4077c27655ecd26 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.22.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.22.1-2_amd64.deb Size: 32700 MD5sum: 57e2c0164d76afad8c238c82e3e33cbc SHA1: e7eadb5e3fe99de8722c9f707cbc582bf54ca3db SHA256: fbc02ba36ad8240350161c72daa84eb8c636541506fe68e5aaecbf37b556a045 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.23.1-1 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.23.1-1_amd64.deb Size: 32360 MD5sum: d2b7887333697dc68f15812ec661b9e8 SHA1: fca37aa3adba8042fd612ddac9df7035e589c6da SHA256: d852ed3ed8075a56d8df9aecd93c01b604d881b0f4fdc3d328ab225837964419 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.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: 32844 MD5sum: c6850604d5a17637f210f13d9b36a63c SHA1: 07ddd0f3e86652bc987ae470195b0af0a582b30d SHA256: 6775d9e3f035eca36fa889bfd7ba7912f5de83e2933de0965948a13a668f2138 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: 32972 MD5sum: 4eb5b5e0d17347569cf567d19cf7a3d2 SHA1: c4c9a09099e322646a18c05e91e4a0f2446d25bc SHA256: 1924bb1cfc6f53f18ab821532957ca06405e98f2f7466131cca941c322f85d1d 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: 36868 MD5sum: 55bf0a680a1fdda59dc5f0cc71cedb3c SHA1: 2ef4dc5c8cc09bc81d625266a14d9c8ca361e068 SHA256: c8eaee8ed15661fb0be9a67c33ba840ddb0c623b42a756f9c5b5f51183633d39 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: 37524 MD5sum: 2f3fbf54d915fc5bb22c9f8f262ff6ce SHA1: b4d11b1f4c4a37f3c61741ba323f0e60c1ba9f9a SHA256: 21314c1222062e05520b13dcd4b9e53ac9c4e9857e28a0d5dece74db1d23aec3 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: 35240 MD5sum: d767b7a8439b0d0856b50cf511abf300 SHA1: 099c18241ccaaf2c91c5414b9091f93a699f9bee SHA256: bb5fa6879e50f79b059dfad3385a638d9e1c883609dff6e6f1896499ab666d42 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: 36008 MD5sum: dd1004c56284b664caa99ced3809b5ce SHA1: 87a6f5b0fcd05fadb061791fbcec52631569483a SHA256: 0b42c05b94e7ed53fcf9651ffe20106b9a8547a507a92846d47ed32d5416c682 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 90 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.30.1-2_amd64.deb Size: 36216 MD5sum: b6f13f72f2b3250c9f06b5700b6c8149 SHA1: 3f3ea206636533ada1bf8b3034f6342f3a940406 SHA256: ed382c083a6dd274d980d8f224c027ebdb96e78309555ffb7ce67e21cee2ce5a 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libbson-1.0-0 (>= 1.15.0), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.15.0), syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.15.1-1_amd64.deb Size: 36556 MD5sum: b6cc92ff890e771f477765852773eb82 SHA1: a17fbb19e5417497223f7c35146065507fac42d9 SHA256: 65edda82229379c8011381582c7c9138b5715dc3948aebb016f3f9dad1827bd3 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.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 114 Depends: libbson-1.0-0 (>= 1.15.0), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.15.0), syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.16.1-1_amd64.deb Size: 40056 MD5sum: baf768b3ff2921d025fd9aef5345153f SHA1: b4a5bb3fa2fa201ab17adf68f4df4bcbd07c5f13 SHA256: ec5154806a723e89bb1071078b7e2bf9b8493910a1a9fa2f6c270ed14ea56609 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 115 Depends: libbson-1.0-0 (>= 1.15.0), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.15.0), syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.17.2-1_amd64.deb Size: 40480 MD5sum: df482676a29724568a3df67f562b4e73 SHA1: c295995434ee516aac1f19017c44ebba09d2b54d SHA256: a5523df9a779f501a39d570fa72ac56508a0bc9cdd25cc92b69cc1040b9f3815 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.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 115 Depends: libbson-1.0-0 (>= 1.15.0), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.15.0), syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.18.1-1_amd64.deb Size: 40348 MD5sum: 70353fd1ed7d66128c101d23ce0fcc1e SHA1: 70282d25ce007e36e1cbaedda5e1f493d2c8327c SHA256: 901a550f4041088574cef48f47ce1f95d4a260124ef75022c345c0461d7222a4 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.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 114 Depends: libbson-1.0-0 (>= 1.15.0), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.15.0), syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.19.1-1_amd64.deb Size: 40136 MD5sum: 6a8edd78729749e9f2d511ed1f4c25ce SHA1: 5235ed909500ebe8a3245e9c5f9e18ca08c39db7 SHA256: a770a84dc10a4c4d8d38893fd5694f3af5baf0b832911cebac4e6feefa94d361 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.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 115 Depends: libbson-1.0-0 (>= 1.15.0), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.15.0), syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.20.1-1_amd64.deb Size: 40564 MD5sum: d1ff3b0a44da2251c09fbc5fb5c62f3f SHA1: 566290877653599f98e7e18fda564ef88a4f0d8d SHA256: 01934ce7d550f7c7163223b26941775f1748934707657aa21f0dca0418451e15 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.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 115 Depends: libbson-1.0-0 (>= 1.15.0), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.15.0), syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.21.1-1_amd64.deb Size: 40916 MD5sum: 9c66f2051c1cf296dcf7e603454357ef SHA1: 36e83113828597bfe696847ad90df94f5f8cd88c SHA256: e59819c8c1de2be7da4ecfdf34f66f244b4677ec971446fe84f1def5ca9b8848 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.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 114 Depends: libbson-1.0-0 (>= 1.15.0), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.15.0), syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.22.1-2_amd64.deb Size: 40388 MD5sum: 74a558444691adc0233bc6e0ecdc101b SHA1: dc4f8c122036d56564a5a7a7370d4545c884ae19 SHA256: 21f77ca4be1421f5ecbd35bcec7ebe367a5ddfa21f238483a7ffe0aaf2627cfd 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.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 114 Depends: libbson-1.0-0 (>= 1.15.0), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.15.0), syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.23.1-1_amd64.deb Size: 40012 MD5sum: 9c75585597e8cbe31e0c3aa4d7da753c SHA1: b0b6d271bcd13e9ddba076bb10689ebcd2fde364 SHA256: dac16e990b3edcd09af9f436ef11ee6900d95735ef67a48471848315427429d5 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.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 114 Depends: libbson-1.0-0 (>= 1.15.0), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.15.0), syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.24.1-2_amd64.deb Size: 40556 MD5sum: a3fb7ad6cf5526695e111c98a8db2836 SHA1: 5332b65b2e2b9898e6735fbb50a08ce4a6dff2f0 SHA256: 067f42c8106644f3ed17f9902ffae00f5e088108054f52d68544517788a7ab70 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.15.0), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.15.0), syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.25.1-1_amd64.deb Size: 40644 MD5sum: 4bfde90c9709213fbb22d2b6433df020 SHA1: 08c518e21853f5e749861b1037e06bcbb9c50b99 SHA256: add108beac6da7ac4c2def8e69654bd93632ec200c6006cf5a45b8e259e8cfdc 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: 110 Depends: libbson-1.0-0 (>= 1.15.0), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.15.0), syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.26.1-1_amd64.deb Size: 41404 MD5sum: 89bf2b278775cea609b743bd6b01c8a4 SHA1: c429fc9b57225337729e3fb122091ab1aeb045aa SHA256: 304347837372b5e31db4edc95802f32902e81b5857dc02a0fa3893e33856d295 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: 108 Depends: libbson-1.0-0 (>= 1.15.0), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.15.0), 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: 42068 MD5sum: 330f86bc5dac763bbf1530bf59c0e1ca SHA1: 1ecc0e7b68f721371c08cbaddc9af16e8afb68e2 SHA256: 7edb59ff2129d9ce9d59d169e8d435433b1fab2260d7b27c5f47d20d6698fc18 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.15.0), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.15.0), 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: 39796 MD5sum: 03f73a244b19f447381694538fe1085d SHA1: d75d1e09c0984080a4d1d06faa4c0ee45dff9aa2 SHA256: 1a556a49371d1e53e6f084ce95a7aeaf21181c7d66404ef2765e2ee092468a46 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: 106 Depends: libbson-1.0-0 (>= 1.15.0), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.15.0), 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: 40488 MD5sum: 5e0556fe13e011eaf299d869f1cf05c4 SHA1: aa45b6a9c6a3db9acf0f11ab45b9e2f2c800dd0d SHA256: ee8a37519c866935d6996ad093e2d41fff07bb5ad9bc410a3a65181c64b11f31 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 106 Depends: libbson-1.0-0 (>= 1.15.0), libc6 (>= 2.14), libmongoc-1.0-0 (>= 1.15.0), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.30.1-2_amd64.deb Size: 40644 MD5sum: 33315ae583462f1b264d19b684136179 SHA1: 4367929bcfcfd2cd0187f3ca2f984a56a604d88e SHA256: d953ba75ef1be17bae11e248eed5c0b57fc8ff1f8976dc1e9c54b982fff42b71 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.15.1-1_amd64.deb Size: 20200 MD5sum: 8cb8b7109409d3338d6e7390098073b9 SHA1: a91a22ce035a2cfac95bfc6987caecb7e699987c SHA256: 34ac4bd6b378a6034285ace0b472cfc19ac870b91b84051c193996eedb996658 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.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.16.1-1_amd64.deb Size: 23788 MD5sum: c5b5e96936770bd7194603c44e0a69fa SHA1: 522c85f4d956c50e404382729bbe83d4d04fba6b SHA256: 05c813805583ebd0792c01598b39702a95f3f9d727061711382e7a397bec9456 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.17.2-1_amd64.deb Size: 24280 MD5sum: 5f774eb58ea46d2c5cd4d99f48a24776 SHA1: 46d73c3c0822ebda3a7a5d14dbcad26f2572b65c SHA256: 996bf041e2aa42f73d5c4d941ca6b5c0c18598e7eb0dcca03065244dd4876022 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.18.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.18.1-1_amd64.deb Size: 24240 MD5sum: c4d52b3ad1204fa9db7e2df21e4d4793 SHA1: a5c24697e47ee81e076ff6f235650a54f59ebb7e SHA256: 6529047e446c84fd1ade50f8c5a7746743fddf98698480eeebaee2bd3fcdd3bc 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.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.19.1-1_amd64.deb Size: 23828 MD5sum: fd5e55e6a74fc6ac4173967cc36eea20 SHA1: ff313b2164e8c15b250d27c847b1d330db9eebee SHA256: 22d99d3ba87bf72f4e601e404439b9a373736456ada8f4259882d5bc40c7b586 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.20.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.20.1-1_amd64.deb Size: 24272 MD5sum: 1fb44f09e5c18420c8d752a18ecd0582 SHA1: 4893f871efbd09ba90917f56b6dd4e61434967f9 SHA256: ced4a3745602650b94f09f26b77b94086b0abdc16ec0bcd755eb3d58650e8730 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.21.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.21.1-1_amd64.deb Size: 24648 MD5sum: 29a1490395d2be4d749534e346faa15c SHA1: 111898a27647d81ceeca92fbc198f4c16018bb96 SHA256: 9f36787245665af5bd19c81040a47918ba8e3ece18e0ceaad84185a0850f0a50 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.22.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.22.1-2_amd64.deb Size: 24048 MD5sum: ced7db7154b6ea7d38319a20275e05ee SHA1: 81604230ef3bc8afb4f4cb33e181f8821b7fe6fd SHA256: fe819a125b8a2cf692541893b14ba02f567a707dd33ae56dfa6b2598967c0037 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.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.23.1-1_amd64.deb Size: 23664 MD5sum: b5bed5e75372f4d9d856529e84f32835 SHA1: e60088d37d987a3bdd35782900b294a661555827 SHA256: 95bd42919bf5dadca0c70e72858af402600135471b6adf5e1f9f29363666bc35 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.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: 24164 MD5sum: 97b8f04507038e4d6d77c44bb514a1d2 SHA1: efa723cc360e51cb08d2680d0e5fa364b4a14022 SHA256: 67698d4884bf3033c181e797c00ee8c88f73508d220e53698976ff2335649dca 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: 21289f79976a96cf42711488644a47c8 SHA1: 863a90559f7708b95613610e03003778432de081 SHA256: b52174d71bf4ad9698098529003a72a753bd69437c68cceaf0f17cc0f2ad722a 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 49 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.15.1-1_amd64.deb Size: 23744 MD5sum: 4f8c8236bdc9ef74c6d002b0b184cc7d SHA1: 9a1656c20247a4209b7bc43f39982b55ac942b73 SHA256: d567acf23a3d34456c1f765a3f9a735f53f96056807059222b15e9cfe36af4de 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.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 65 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.16.1-1_amd64.deb Size: 26884 MD5sum: f9c19b3a4b236fe91cce171acfb9086d SHA1: f5159a4800fa81fec42290e97a8d11e8de91b21a SHA256: 89f8b9cefd702166e17eaf1bae364707f6cf2c37f71e6ee111ac15c6f27cd7b9 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 66 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.17.2-1_amd64.deb Size: 27408 MD5sum: 47103d8d015ede17c3c550ff012a891a SHA1: e5d3596e06878299893129e639dbfea5c35c773a SHA256: fe387183835c9dedc96c79f5b0ed55f332b9203c3aef05fce36439410dcc8db0 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.18.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.18.1-1_amd64.deb Size: 27372 MD5sum: fd742ef6169557a372178ca9cfe499c2 SHA1: 484859a44222cfa7b9f0cd9c2061de180813d8e5 SHA256: 60e468af1e8fc12e8c6f1d0dc04bc323801172751c62b5f4ec4285048b52d032 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.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 65 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.19.1-1_amd64.deb Size: 26924 MD5sum: b34014704151d924d2579d20958fb3ba SHA1: 4b628f8a70e7cbf818e16ebab103855c167a3555 SHA256: a71ae6c1c6d7359b45516afeb06a0c975055431ae6763c142b7e401819da15b2 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.20.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.20.1-1_amd64.deb Size: 27396 MD5sum: 62d7fd0d9b11ace7245e69f5ca70b37d SHA1: 85b86141ce197d158eacb5b389f1903cc8661131 SHA256: 06fd160e511c22f186da67fac622999d9465f00657207ec6a26073a976ff1c7a 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.21.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.21.1-1_amd64.deb Size: 27756 MD5sum: dcc33e716b65760e34a30d86848900c1 SHA1: 57c2e609e598b21c17f442bbcfd3e1a6eeff2433 SHA256: b2d81e6c523f3f32dc7e3d318e9f8d398d6613502f638abc9e5a3a587dd86302 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.22.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.22.1-2_amd64.deb Size: 27148 MD5sum: 492f61b0120b5c3bf08abac07d6cbd72 SHA1: 3297c4f00d6be631a6b87a40712ab98f0948ff8d SHA256: 8faf4f2c43fe3a9940b285fe1fbd248e67d9a681997d545a2f5691ec241dc530 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.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 65 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.23.1-1_amd64.deb Size: 26764 MD5sum: b20712af35219dafb2a9c5f47a9a8b57 SHA1: 8bbe95751e15880fd58ed29f6aedb27f9cf3f343 SHA256: 576c3fdac080eaea9974d44eab57ce9273a3f805614623da8b1ca9a3da2dccb0 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.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: 27264 MD5sum: 062adc339b35f2d0ba9394a46782347b SHA1: 0df886bb38714797a748163025b863f506d8adad SHA256: 759fcac1b36e1f00fbf93698174b3480120fb07283e9d0a318939da9c1bbbf21 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: 27400 MD5sum: 982d77841f314f372925de6c7d7ae3be SHA1: a2a3d30cdc4d6a8d1bd950d95ffbf21d804beec7 SHA256: 04a73e86d9a32ecd84664463e4680ec30c517537804581007d27069eae1fcbdf 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: 30968 MD5sum: 0c15862654f5b081e040ed69130c9a85 SHA1: c26df62340a1edc4634ac66f365d25a9f3e64ab0 SHA256: e39053d46fc3fa92b5817b21f1cf940a75ec4d50bf9588ffb117e06656b834ec 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.15.1-1_amd64.deb Size: 20192 MD5sum: 4c4a842a8cf52bc160b5ce0aaf6483f8 SHA1: 5a0317f2af4c3b9bd97a85473bbac27666e7fec7 SHA256: 48bbf229f78761d13cc9e1a1daf50ae8c74f0c3be32b7bb9cd3e7176f1402bf5 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.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.16.1-1_amd64.deb Size: 23788 MD5sum: 44846953efc85117b00decb262864e5f SHA1: 4a18b98a17cadd7325d858225e32a36c6ab61b19 SHA256: ec608726d7529223b641e89cfd491691305512824a275eb3172f54279a804cd8 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.17.2-1_amd64.deb Size: 24272 MD5sum: 7269019457ab9d22593be7f49844b4cb SHA1: 7ae0339301ae1ca5e526d471027248a5a6842f3d SHA256: 8b74e79709087017dcebf41d730df77d3fb6430c5566e74f79682475ea20bedf 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.18.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.18.1-1_amd64.deb Size: 24236 MD5sum: 440733c4fdb2de6920c4a37242e7b9fd SHA1: 0d6e0471ab3529da5b13a8dcea55a84e9859c347 SHA256: b749c870776f0a4780bf79bd525fa7b573352e664371236f9f40770d72fc41e2 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.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.19.1-1_amd64.deb Size: 23824 MD5sum: 566266c59dc8bddde9e6cde3b0a0a18e SHA1: cb25b292283f8e9dce7293622d016de1d31ac8f9 SHA256: 3e06b88a9cc19b82e82190bf6ca7bbc3beb2fc9a6389d507f852e0393bbdc1dd 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.20.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.20.1-1_amd64.deb Size: 24264 MD5sum: f88eeed09eafc8c4d4b3b1bfaa1abdfe SHA1: 827744fabf88f87e0a9046ee391a3c02db4818c6 SHA256: a119b73e42682c21cbc5f26ecc09112118cb74db5387f637aff924a597c6e7f9 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.21.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.21.1-1_amd64.deb Size: 24636 MD5sum: ecafa710d73a73fcd08bfbdf1210cb29 SHA1: b54473560edc9aa6e31d9ffd6bd3e1dd2c073476 SHA256: beb3b307dbf2fec4ee514f870d6f111f5e8a23e3f9101a306d631248375e8372 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.22.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.22.1-2_amd64.deb Size: 24044 MD5sum: 11409e042c0aba144a6eab36c9578277 SHA1: 4db5c5ac017362c1d21bf8e3789f16c63f74df1b SHA256: 05be7b77a41d0d4a0dafcd13ce13e4f2d846463c73f37dbada759ceb4a744381 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.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.23.1-1_amd64.deb Size: 23660 MD5sum: 182b7355009a1ebab23ebacdc78eca93 SHA1: 4599c6c05f604d422e574aea20c9707a216f08b6 SHA256: 29ddba49602853c3ee4501d59d77ff8854fcf6463dd19b7d2420f3b83576f582 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.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: 24164 MD5sum: 231baa36b26fca127b74e64c4c1aa2fc SHA1: f7974e7ae8ae160d7ce08b397ef22789a706a398 SHA256: e0fe147ba8d92d752618e84961a742043e6dd4e868c14c4e5c51d31b77c017ac 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: 24280 MD5sum: c61b58ffc43a97be5f03cda5bbf5496a SHA1: de606b468c843d15ebdb71d80d26f7d323aef556 SHA256: cee01272ece49423d32e3a228837fca86cdebace9b44f77a634f631855e60fe1 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 190 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7~) Filename: ./amd64/syslog-ng-mod-python_3.15.1-1_amd64.deb Size: 50964 MD5sum: 3b4eef6ba2d9e2a014ae47f488ec54ab SHA1: d5e501951a4504327fb24db772921d531007836a SHA256: 54bf7dc5a1c1724208ca98a91701251b7ea03e1122ef16dfc119c5d19c2f941a 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.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 206 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7~) Filename: ./amd64/syslog-ng-mod-python_3.16.1-1_amd64.deb Size: 53948 MD5sum: c510c13c19166e8c66100251ded42dbe SHA1: c89de91bcda40703853ca11be769a72513c794b6 SHA256: 47f5140bc99a1efa0fd9af8331bb7fcd592c3f2162c606a072ec7ab3a97b7d0f 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 207 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7~) Filename: ./amd64/syslog-ng-mod-python_3.17.2-1_amd64.deb Size: 54224 MD5sum: 622d979a127ef9847052332cd7c262f1 SHA1: 1acec09cc371be993817d4aca798a88f0f008935 SHA256: df36c446f085617071bac1e1bbc4cb6da76f868f2711680ab50a86087fb2db45 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.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 238 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7~) Filename: ./amd64/syslog-ng-mod-python_3.18.1-1_amd64.deb Size: 62360 MD5sum: 21b0c3c78d5ce21619ece333afd106e1 SHA1: c540b504f93b686b242029f19ed7c88c51f88844 SHA256: 625150da00b2717e49dd352094c3e06655b8d0a0f56d9724d730d7dcbb4a0a84 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.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 237 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7~) Filename: ./amd64/syslog-ng-mod-python_3.19.1-1_amd64.deb Size: 61976 MD5sum: 2819be4baa436103cc96e3872296e2b8 SHA1: 9764982d229b6d0b5b0ea0b1961f4b126acbf192 SHA256: 3441c7a48b434a152ba7e055dc23967d7ffcdc9943b87a83aa6a4bc137e1e2e2 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.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 239 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7~) Filename: ./amd64/syslog-ng-mod-python_3.20.1-1_amd64.deb Size: 63464 MD5sum: 700799be95e184c8ee7bafeff5ccf3e7 SHA1: c766a0f6c759cab28e4a0695e3594f24f9bb9d45 SHA256: fbd7fded06dacf15d2606726964d08075faacfac02de7d4ef72adb08419f9722 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.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 239 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7~) Filename: ./amd64/syslog-ng-mod-python_3.21.1-1_amd64.deb Size: 64052 MD5sum: 4bb13af655fe9777d064d21e10006923 SHA1: 722bc673e81aafd045f9fdedf7cf3180d7183e7b SHA256: c9ea009bc4afbbc26e68bf3847b79d9f15e3fd9101d5a5e08672094db4fa0685 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.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 310 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core Filename: ./amd64/syslog-ng-mod-python_3.22.1-2_amd64.deb Size: 75300 MD5sum: 9f56f4c438b5293ab787420697f4c69c SHA1: 8148a06a88da62970d585f74b568463dcee76767 SHA256: 0fbd5902a4eefdd879cde64842e0b653c21c6de4a6fa22796c19cd776a4b9c04 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.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 310 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core Filename: ./amd64/syslog-ng-mod-python_3.23.1-1_amd64.deb Size: 74808 MD5sum: 98f0a1548be8887f1a43f367bdf62847 SHA1: 508962ca7214553ec4dbaa542002eea1d0659eef SHA256: 81495a41156c7aa8e33c6901611d5b70d9c391a8ac0cff6ffcb4ed0541870ef6 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.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 310 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core Filename: ./amd64/syslog-ng-mod-python_3.24.1-2_amd64.deb Size: 75484 MD5sum: 0357da1137547e266550a073e62c49a0 SHA1: 6d0d777756b525c33c16a6f8958c5cf0fe4f902c SHA256: 8a6dcd07bcf027791bffb595721a203dd8e1025e0f6760f1bd25e0c6d4449181 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: 311 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core Filename: ./amd64/syslog-ng-mod-python_3.25.1-1_amd64.deb Size: 75924 MD5sum: 68e0fd1b3830348ca03cc7bd47158f8c SHA1: 022cf7ed6ed1faf7b1fd4f2dd0f2c90dd9d4a254 SHA256: 93eaa717ea65949c00bf7ca416131bf7dc54d08a9c7303e188cf5e54e451e9ec 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: 327 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core Filename: ./amd64/syslog-ng-mod-python_3.26.1-1_amd64.deb Size: 83108 MD5sum: 7a5d9f5dce9dbb0bf06e0c7349f2548f SHA1: bcea7b96edb06f5a871ee75a483a94906800dccc SHA256: 616370cdacc2ac8423f5287c55007ed3680e10b124f303679e64667bf7f32504 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: 318 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: 87180 MD5sum: 251bc66c5c8a44bc5ffe7d09fef13740 SHA1: d1e391a9d47b6e1cf34db3afcbf59152908162a1 SHA256: 2ce6c64d2f8e14ff443d798891f81fd01976de26b66b4ec76ba4a9f169db5cbb 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: 316 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: 85188 MD5sum: 6ea4f4be2e3f1a3f001e8daaf8493b3f SHA1: 967661948a7163f2d7f6e3c8dce5f1b0fd0fa860 SHA256: fb504716befa0785cfd1493c53f4cd2bce27ed0fc7594694546a0b8b2c3d6cd6 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: 332 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: 87776 MD5sum: f0ecfd92eeade834c15e240fc4ef95e1 SHA1: 586057c1ff7b0d1dd8c67cad27eeca422895e8d8 SHA256: 8bd0e967f7b609564a5e68fff48400f7b63e190d1cc640a8a67bafca76ffa30f 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 340 Depends: libc6 (>= 2.14), libpython3.7 (>= 3.7.0), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./amd64/syslog-ng-mod-python_3.30.1-2_amd64.deb Size: 89360 MD5sum: 756cfebc1c8d3d20fd7d60c3a22c7df8 SHA1: 912ec8d39cda4225c0ccaa7a7ae7c55a71ed4c82 SHA256: 69ff156d3c953d9e0483375c2867550ca2f2c795c339feb4d807114814abc6b2 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.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 109 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core Filename: ./amd64/syslog-ng-mod-rdkafka_3.21.1-1_amd64.deb Size: 40584 MD5sum: edac629bfc68dd24ec59afcd9f4dddc8 SHA1: 4463cc611969e32c5d6ccf6c3cbe0dd8a4d26ee7 SHA256: 2b45b1e9f81f528cf58ccdbe42fc5dd64a493804b3917b4c85c46e4a4053ab3a 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.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-rdkafka_3.22.1-2_amd64.deb Size: 24068 MD5sum: d7b3a32cac3467a0aa4a70b2537988ff SHA1: a1e6b1ec01db74d133901a8fbc31f718a20f060c SHA256: a3810b9ca03910e58de15ab6b178e8ac2b1a660429dd2ef9be390e0b6e1f8265 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.23.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.23.1-1_amd64.deb Size: 39808 MD5sum: 44af5cf6ef5b5498dcec1001c28f0777 SHA1: 46994689442682d6b60798e0f0ffd038de6f4985 SHA256: f9dbb0829bfccb068d09f6125a0ad5dbbdc0e844c3d261e9af4c48d07b954761 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.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 108 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core Filename: ./amd64/syslog-ng-mod-rdkafka_3.24.1-2_amd64.deb Size: 40288 MD5sum: 796edd4b0e49d4e10861d0abcb2021ff SHA1: 402398cb3e4ea218f14d7bbc9048e38ab4dfa45e SHA256: dbc7bdaa889d678edd2fffd43036d924d555d267d0ecdc11d955e0bf53d29d48 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: 109 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core Filename: ./amd64/syslog-ng-mod-rdkafka_3.25.1-1_amd64.deb Size: 40344 MD5sum: 04fdd1c8a1925cd8bbae55355b8969ad SHA1: e7992fe77bf4affc895821e51ab908b58fd745db SHA256: dc3e8e341658e45dc6ca2d0f51580a5cf1ae75cbe10c95038e682816b9d5bf4a 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: 112 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core Filename: ./amd64/syslog-ng-mod-rdkafka_3.26.1-1_amd64.deb Size: 44312 MD5sum: 02ce7ce026048daf842a4221e89992a8 SHA1: e6b9fa38473f597c5b6af0948d066c6fb660e39f SHA256: 73811788a594e95d0e37f439226ae5395d8535f9f2279cf24a9056648c121751 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: 113 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: 44940 MD5sum: 7ac2cf53b4c570fa990adfb49619edab SHA1: d68670952be99c63fac2f60dab00ab3f3dc7f9da SHA256: c8f5c4797a4daee5cf2835d137713a676b5d46f7d8eac524594c81b70ed8c3c8 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: 111 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: 42804 MD5sum: cdf281c7ddc86c4f608a4c18bf1c9dc8 SHA1: 229965f3fdf67a32deaec2a35addc1f6533013a4 SHA256: 722966f2e723c7d4c7ef8544c84059681d9dab5b74947abf284099fd13ac98ef 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: 111 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: 43600 MD5sum: ddeee90b26853e3abf92d0f5446210bd SHA1: abb9fd1bcd10ddfbe7840eb32796829def278c97 SHA256: 415206cbef2076f7f6f16182244d843537ab50f808805d347b8deba4ea6dfb2e 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 119 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./amd64/syslog-ng-mod-rdkafka_3.30.1-2_amd64.deb Size: 45520 MD5sum: 38179de9206f708642096f6f38f08f49 SHA1: 4e37dfce48f406e4b3cfd61952c21f790dcb0e28 SHA256: bf2d75ef2dbb63a5456c3f06ce1fd5bb707320b7bfe6bca3e40278fc8dcf0d96 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.15.1-1_amd64.deb Size: 30776 MD5sum: 0f172e7ad3a45e6abdf82a4ae7d192e5 SHA1: 38db5e4f55793def0a80de41b3de7d6cd1840fae SHA256: fe96e3025e7629cc789f3c3ce15ed409ef255f944c32ec2b65133ab1c9346462 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.16.1-1 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.16.1-1_amd64.deb Size: 34324 MD5sum: de8384d12962721ee7e0522789748749 SHA1: 321e8b667700518924d44069e5ab2a1f25d21b36 SHA256: dbd06a46c4d5cf7e20c74926547d51b95c869c844ca159166567f1b718633228 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.17.2-1_amd64.deb Size: 34864 MD5sum: 0af1776f394cf4701e78822590a808ba SHA1: c0d40637d25f4bc150208f00771edeb782050f0e SHA256: 95e7420917ad402b9223855ee6a1d8d56ad88e6e27dae3518a72079f58abfb80 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.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.18.1-1_amd64.deb Size: 34880 MD5sum: 71763fbcf831acfbdae11c48615d1b1c SHA1: 4154e02328fbf5ef7534ce4f313ff1b64ea8ab17 SHA256: c2d0e40dde1e15c6a8461d9837ba93ca60c5b24b20128512509f6c5429a90965 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.19.1-1 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.19.1-1_amd64.deb Size: 34544 MD5sum: 20c4503850fa403840c7f35829f0c7e2 SHA1: a59e6ddef0cdddbc50205304dc091f44f08ba99b SHA256: c8bbee29b7dc25ebc832425b592c260b1becf436ec394aa7b9df3d076335d2b6 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.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.20.1-1_amd64.deb Size: 35016 MD5sum: e72fd2768a8e85a0041098133daa4600 SHA1: e15039f0e03f069a76581c517c279bea0feb01ef SHA256: 206fdb43e922d74e90e97296e7056da03e054d63dc66af00ba31cb3ce3ab49d5 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.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.21.1-1_amd64.deb Size: 35408 MD5sum: f486764a249365d0cf49b0b53ad38114 SHA1: 4246d44cc4e13b1e896cac28339e480b40300505 SHA256: ccf1f1d9ab5d1e0e6875b87c8de6e147c61170361c6cb300e3468d34cd34051d 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.22.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.22.1-2_amd64.deb Size: 34848 MD5sum: 272d6d8b096ba15d2e6d215b1194ae45 SHA1: 9a5f9eb8a8968265bfc99fb34f123a47897d33be SHA256: a63a57e566bfb4367bdc90e9eb7c70eae036ebc05188c5ad2b9559d92a6844b7 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.23.1-1 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.23.1-1_amd64.deb Size: 34608 MD5sum: ffb7110e096988112a00ff97d7cf9300 SHA1: 2056ca33c9de0f0d8bce1d9873f95d529c3f1221 SHA256: 3a0e9a91b92467684391ff00941795f5eef9a825d60a35f3bb8a8824fdbd390e 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.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: 35144 MD5sum: b422027efb99586ca803d559c3c6d6e5 SHA1: ec80b79370bf2f484761aadd29b07d0a88f00f1d SHA256: 588fc4c35250eb521ca6a75e623624cbf96f09949ecccd817cd9c5e0db43c1ae 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: 36592 MD5sum: 90d86913f9ad099d827df06be8608071 SHA1: b3b44ab4bdbf557b14f5c443cc690ce74cfe2bd6 SHA256: c9fb8841d3f904cbcf05b1acb89425c055ca0491529420c19cc3c7ef0be82eaf 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: 40492 MD5sum: 551fbfe74dc5bef6f68bc8350323d835 SHA1: 1c577cc28bbef6335881d1daa0d0c71e45c6c0bb SHA256: 1f6cfbb7e4bde44f183afef38352b54bb164860de23f03a8b1d06b52802fd92c 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: 41164 MD5sum: b621e7f18676e124fdf00efc567d9d1d SHA1: 68ce9f9efa48539d0321a445f15ff40136762d53 SHA256: c42fc7a7983ed8416639606f4a7450e9f15e78b644472119037687f622d4d536 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: 38904 MD5sum: 5c0e3f87606d2985ae540d0716593b4e SHA1: ff635f61148565af43a8f54abcab4f3217091460 SHA256: 860f769c03cc9130410931711b8fb31ee269088dd171b63d84e2601a4c5cd0ea 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: 39648 MD5sum: 5c576e55fc5354d657d1c4d1bf0f783e SHA1: 6317c009ff3e29e7696116544a9acba433b72b29 SHA256: 5eb1bc63d5f0611ece7a7e518a97687241a934e3c65b552b5e41e963d2ea43dd 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./amd64/syslog-ng-mod-redis_3.30.1-2_amd64.deb Size: 39920 MD5sum: 5763e0aff8e83b49d3cbee21da0ab4e6 SHA1: afb5978713b0e44bf41037220071e0da2f0b935f SHA256: 1d428d7e32bdee64850141e5e2bf8aac6881f967f3e7600b5d00ddf0a67fce86 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.15.1-1_amd64.deb Size: 33676 MD5sum: 475e02b3e3ab01f63eac1442176d2aad SHA1: b6a638d05ca17b6c0548404ef589344698480bd1 SHA256: 4898700540461635370524e5d0fbf2d603e30feb3bf46517254fa940c8d857f2 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.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.16.1-1_amd64.deb Size: 37260 MD5sum: e642d4c9220b5aec8b85f11060d75d6c SHA1: 8623935541f8fa91b37e17f7c80060d978a5df1f SHA256: c322e8185a2734860d7a1b9ae517f59b3c33c2dde3de982f02dea4385f3822f8 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 105 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.17.2-1_amd64.deb Size: 37712 MD5sum: 030bba4baa8b917a1e8fe21c394956ae SHA1: 290b6cca51d7653d893d6e893a47931eb5163092 SHA256: c4250de4abd793510ea0f642683e422bbf03f55305451fa2d3fcfebf3fff1ce9 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.18.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.18.1-1_amd64.deb Size: 38844 MD5sum: d3dd62589ad65deda3eaecf1d101152d SHA1: 6709fbed3165331a5fe0114b7bd9932f8af4428c SHA256: 6ff7d565888667aec968c49d3cf4b7af8c6f60d09d541f5f87b29ad0039e4792 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.19.1-1 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.19.1-1_amd64.deb Size: 38820 MD5sum: 95e7852e7281876f08290298aba8215f SHA1: 6b61d89ae412ddc925f97da1e0c9bf5d5845551c SHA256: f5ff6b254348376223e1b57c6c5bc35515e09b8539704419576277d9e0166503 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.20.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.20.1-1_amd64.deb Size: 39300 MD5sum: f7961749ac0fa1f818fb44407552d58d SHA1: 0252969d5d709aac782ec2dac81e17ec91eb0c52 SHA256: cce5bf4a39156768f8e0d894d45d945edf3dbbddaf8d6f4b416dcc6ad66b9d97 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.21.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.21.1-1_amd64.deb Size: 39780 MD5sum: 5a2406f14cc0003cc157b6c3f98dc877 SHA1: d3749cd7d95bf469e7c0981a80149d6b60e1edf8 SHA256: 224fe54923495fed0db83fc408f69c2c5dcad0ed3ff7a5a7366730356023347d 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.22.1-2 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.22.1-2_amd64.deb Size: 39204 MD5sum: 65f03e9c136570503b2e4f403c13fa7b SHA1: 5b5336375f219212ffe8431735bb1f4ed9732fbc SHA256: 7bf6e79a2c7a48038e25e43f49b0a9a32a4311a6d7d3325ac1cf6a3517ba10bc 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.23.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.23.1-1_amd64.deb Size: 39016 MD5sum: 27fc18ee5a8ae36b087399be966ddb21 SHA1: afc332fd506baaf68d99f0c2ae5df0ba0c7ca77f SHA256: 8c481b4110ac581f297ff858905f8114601581b218ebca7a30921050ccf55513 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.24.1-2 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.24.1-2_amd64.deb Size: 39532 MD5sum: 191464b6b23f0ead942261991a4cfa1d SHA1: 5e434b26be2367862a5dc1a401b852d5363c070a SHA256: c3fed60e16f19717723c1d514b4329f75b32c0954e94554e8e87c6489243d8c7 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: 113 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: 39700 MD5sum: e09762144f1312fd866fa8107821b4f8 SHA1: e103e68e3614408e82390b19ce0e55abdb6fd982 SHA256: 00bda538d0d44c208afd96a25b7bccae4f3afd5d5ea585e643719de2a4af7800 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: 116 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: 43600 MD5sum: 0d48a554ee3c67d699bcaf5dc6aec96c SHA1: 84a7a4fe0ec1630f8e7c4ac377b51320d219dd28 SHA256: 77340e5c7740a2c853c8655247d94879b02555f57e7ce18c58141358a8169863 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: 117 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: 44232 MD5sum: 9a654957fa0f4963569b4d043abdbf15 SHA1: 366771b9b54d4b7930eb2ece5432b55f2d2587f6 SHA256: 13814f165eb963d9cf03fa3f69af10dd7a9a3a17ddd238005eda1df4bd12384d 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: 115 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: 41920 MD5sum: cc73c645f4d2f15e4f21834c20357297 SHA1: 587e4648dc2ed62ce15f61dbf6a5f95edd99d4b1 SHA256: bed3fac2567eb9b62f98748b6d3ff7bc2c8995c86c1a61d0bb38580929af47d7 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: 115 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: 42664 MD5sum: e7cc9965069a795c5cf9ab75c38a7911 SHA1: 140aa451f4e96d65039c6a63a80863fa481406b1 SHA256: b4dbe52c514c75cf0a6570de1da9cc452efc035d2d49622c0121806bc27affb3 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 115 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./amd64/syslog-ng-mod-riemann_3.30.1-2_amd64.deb Size: 42956 MD5sum: 377be33c672c62831549cff0756d0518 SHA1: e2dafdb4519fefb999ec9ba794356f5dd48b821d SHA256: 9ad2c04865b88007f3848f3ddcd85f11014d5cac5c28a36152a27b0ae19cfe5f 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: 138 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: 50788 MD5sum: d6fe7bf0adc73eef5e7fa41ab1a70c72 SHA1: e0ac26eade492771cf2f432b1178ef0b77b47bb7 SHA256: 7534529def14100889b1bf41751b1423a8040bf0c586d6ce90d264d9a325b6ea 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: 241 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: 65532 MD5sum: f4c3e4c0ea9614fc1eed2c8ed883672e SHA1: 3fc848eb369cabc543dbf34b0aed44735d7ca8f2 SHA256: 83a8fe99858c5b47e14f914e1291037cc0c0186a150c3e368af358cab9b595c3 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: 241 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: 66196 MD5sum: 37e7b7a6af925ed124687dcb806a946b SHA1: 453aaaf1542ebb0a148881f64b33a2b0c2c931ff SHA256: b63000589ffd83f7993f106ebe1dcf54f8f6f726da6676e1c573439bf59bcee2 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 241 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.30.1-2_amd64.deb Size: 66276 MD5sum: 5102223036def1025daee190cc026dbf SHA1: 4d905e352549933e46c4f10f61a49f8fc20cffbe SHA256: 0c037255f097c15812b7b98802c606146ca16f81f8b782f4bcf293c48afc65ae 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.15.1-1_amd64.deb Size: 32860 MD5sum: 96c05c66743ed072668f77117b696df6 SHA1: ae2d6eef4e1c00e2aff662e34708d9eb1492e2b4 SHA256: 84477e3a163275ea9089957e446b4293e882af76161e8208d9cc1b4a33d5b676 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.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 100 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.16.1-1_amd64.deb Size: 36428 MD5sum: 7a3db1678ac3e71ca31f6310f4100465 SHA1: 657c445e7743b1896a682f86523d1e0cff136230 SHA256: 761ec5cee06e019040c4e5bd5f60dc93a99307ffe558e2a5a3ff8f879bae9b00 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.17.2-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.17.2-1_amd64.deb Size: 36936 MD5sum: cf5297dfc1e61e84e5b93559df6e6d15 SHA1: 970c64ba04e346d6a8108c6cb447751b47a6cd96 SHA256: 2b3bf1c6319f65f5a2c92dff67c4c9cfff670410c2d37f1aff04748894c0e79c 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.18.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.18.1-1_amd64.deb Size: 36896 MD5sum: 859c25476a0878d2587d02b174c75a52 SHA1: 4617820343c5105323ada5f5e1222b85a9c76d9f SHA256: 881af103afce66fd4e145cf5eb1fe024f74d3552ce674033f15aa181db50e857 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.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 100 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.19.1-1_amd64.deb Size: 36664 MD5sum: c7a4180aadb5aeb1997a40c1669fa752 SHA1: 5a474018aa8916dfc86fa09425a3f47e02484266 SHA256: f79c7d905a539d66c8afafe31e8bb43dc59f67a8859e377910d08c0699001355 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.20.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.20.1-1_amd64.deb Size: 37104 MD5sum: 4a9937674bd0a7e6ba4eb0e169bfb19f SHA1: 8a8a9c72f1980bac4058ec6653a03fe8e725329b SHA256: 181521694e894bcdae50f4eacde7b36e19c9c04df77f47c05f90372749c21580 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.21.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.21.1-1_amd64.deb Size: 37444 MD5sum: 3696cc4dc321f80893db5052e606ec33 SHA1: 44e4815fc832082c30486d09aed79b5a53ae2648 SHA256: a2a1ff27b59a375a6ec4b2351c742b9669ab51954277462655ba359924e965f2 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.22.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.22.1-2_amd64.deb Size: 36900 MD5sum: a5c05b4d1e85189f2a8dd3edd652ac5c SHA1: 23e96db7fd50ad3f310c10618a39953b82431be0 SHA256: 34257a28a604c76d0108eb21dfe1f102cf4f73ab78cc20fe91ea40282c1cca1f 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.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 100 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.23.1-1_amd64.deb Size: 36516 MD5sum: 43bc845f5bbadc3ced715fb5574a0fb3 SHA1: 47a618215f92daeccbb7c46bbda7876c2afd1cc4 SHA256: 0612f441940129c2ec271179dccda951696cc36fe519972fd6a72041898aa9e9 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.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: 37032 MD5sum: d7c08c26b0e561f83c3e4be741f41a38 SHA1: 816d7259c203ba6c0c47aac0dc676ae6a25767a6 SHA256: f33c09f89e38b5f3730284ed6826d7229907c887e9e12e9e76e1375070c179d5 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: 37136 MD5sum: efa94ce65be7997da04444bc2075563f SHA1: f58f4aa67c8554f82dbdce475468be223e53328f SHA256: ee4e25c4d11984f6920beb0ed8578f85d73e650566c00b1bfc1da70bfa6b8f15 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: 41108 MD5sum: ef135abff7454068157556e998221c0a SHA1: 4a53198bafc5067096f75200c14686b869cc6bfd SHA256: 0eead0c7b5909bbe90ddb0095e294e534f9f9b3d6dbd9af0822fecdc367dd5eb 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: 41736 MD5sum: 15e693c9b9410d40c33d91f94140784c SHA1: bc5666d7ae85b3020127f580afcd3b47b3a66497 SHA256: fd6c43d27245ad4f5aabe2c646cea848a53c602b006564db36df4653490bbaa1 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: 39384 MD5sum: 4eec4bad0a04e7bec938cbcd2af62ffa SHA1: b772ef4e56b94bdd94684df7bf7e6df80a3b2ea0 SHA256: 4d288daa2b36f6db75ad8460bb6f8ab16cc5153c97c5cb15bca787c72e82b371 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: 40132 MD5sum: 6f2219d4f31bdfdd939c10c5adf63c80 SHA1: 5547c6a72108f6a00261bc6b1b879fe333a15760 SHA256: 908f603de7216739e1427f4297707e077c8666793b799717fd8c80cdf45d9c92 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./amd64/syslog-ng-mod-smtp_3.30.1-2_amd64.deb Size: 40440 MD5sum: e5b830eb46ce367284cbcb34112f4b46 SHA1: a05247e2731f68f00e76a6787b14311f6ff282ab SHA256: 6ce2321c792d7961e099ef7a90f80695b663f8e4b627da71bd3f4a0d85b7a1be 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.22.1-2 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.22.1-2_amd64.deb Size: 38432 MD5sum: 093ae76ac6280e5c20f9b5679c45e41e SHA1: e788a8240e2a03ea420708a3d7abc7a0585feafb SHA256: 67f5f3b526fdd6dadc8e02c2090cead76cfe77f2a654379cbd6382164f5b4d6d 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.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-snmp_3.23.1-1_amd64.deb Size: 23644 MD5sum: 0cb1cbbdcd88ffc1d0507401079032b8 SHA1: e0dead792d48ab2ccfab6fd9e33a7ea96ec649be SHA256: ce31e0a2facadf7bd94a06290aaf7fad208fd4aaecec50c2e488db2c5d471e4a 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.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: 1ba499db3d346d3d5df090ae9325b98c SHA1: 049706a68e138f4cd92359406697a2b02bae0157 SHA256: bc5654a8ac9f378d85cae072452198da1efe64daaa800092d5fe46d33bcf28bc 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: 24268 MD5sum: 1deb6c854a03f1947ec0b4ab3c6d3586 SHA1: 7da8250dbd5ba0616d88bac3e31f9e113a394977 SHA256: 1934e40b849fb8323109cf8c009d95223352f96a629fe88523a7638a3033a6e8 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: 41464 MD5sum: e475c997a7f7c1741ac0a8766581e905 SHA1: a9685350871e72c009b1c594414e632843673544 SHA256: 736c3e0a318b3c3577b3ed1df5e23643f173962a6c5bdbf0883513cf2bda1dc3 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: 116 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: 46032 MD5sum: fcbc4d9fbf3fdc46abea8e1ac3660886 SHA1: 7029b5b069b102168a42b9ab48755ea609a0ac3b SHA256: 9ff98029bec7efaaa20bfd4159ff4a515fc4d30c05f28f1dae857d77acaac91a 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: 114 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: 43724 MD5sum: 5227571aeabc7f112ab6b43e975fa445 SHA1: 338ba68c40a0a08e6786558fd6b819f2b966229f SHA256: 9333e4cd42d1174d2e76c06e01308ef1405f8610f264ecb489841a5d33383f95 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: 114 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: 44444 MD5sum: 5e989bbf37602bef68c82bc0db5f49e3 SHA1: b5a7e3ddf12864bc6fd5bf00ea31410b470c0865 SHA256: 11335608d43b2d3657cd00fb374b4d7b82da3a4d3a3abf812f9ff99134e81871 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 114 Depends: libc6 (>= 2.14), libsnmp30 (>= 5.7.3+dfsg), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./amd64/syslog-ng-mod-snmp_3.30.1-2_amd64.deb Size: 44464 MD5sum: 4339d3e1875f3df53a75f9df8da4c325 SHA1: 5b8a792455ca5591f384840eab2fb35284888f52 SHA256: 9d84d68b97ce4d5652bd2ea02a2f57012e2e40a2c583442291ac46cd079b5839 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 81 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.15.1-1_amd64.deb Size: 31308 MD5sum: 925db3564b2ec77278b77c66e1ac11fb SHA1: 38e93907b0159cb7547f17d69b54873f5d4b2493 SHA256: 0ed3e57c7f39ad837fdf936dcf5232e6caffb67b1f9f01dfb96b302720dcda52 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.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.16.1-1_amd64.deb Size: 34736 MD5sum: 9e00ae5477e446e42812bae2d85bc036 SHA1: 5f31aebaf6ee1a946dc45051ecc31d80e317c37a SHA256: fbfb50a1ab3b9df948ad65001adaa6df8d6f8a1be8f74c0a4badff0ccf717389 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.17.2-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.17.2-1_amd64.deb Size: 35232 MD5sum: 4f2d60f3a6d25c5f95e892aacf74e9bb SHA1: 82ce16fa0dc2f7605f552e9f32548ba59de5d783 SHA256: 0632aff6381ec8633268ebf44b70f255400c50bcdda23252ab033d3af156f5cb 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.18.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.18.1-1_amd64.deb Size: 35248 MD5sum: 8c311a270f226c130414176b82870625 SHA1: e5a2d89275dd970bd2431af070283764884306c9 SHA256: 081bfcdecf28fe487fefee14651b1c6496afb489d52735fb193af0d67a41f0c2 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.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.19.1-1_amd64.deb Size: 34792 MD5sum: 8272d264883e656466040ee3efc576fa SHA1: a7e402fb1bfd0e824d6b147f5e3b40c5e40ba1bc SHA256: a6f55a0952b0c39ff797228419b7df4a4c2645b830225f051e3154076157e100 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.20.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.20.1-1_amd64.deb Size: 35352 MD5sum: ec7e3086c3be36da2bd10039e85984c8 SHA1: 8bc40f53ee64f7f3a16c92699fad8145deb77f6d SHA256: 57af7c43da5d33f9b17ff14c5ae69225a9e38526ab0394d8f32ea12ac01eed9d 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.21.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.21.1-1_amd64.deb Size: 35712 MD5sum: 932c4ffe209f52d0ab3921e25dd34e01 SHA1: 393872df46b5f12d5a25cbe1d76a499c82170cde SHA256: f38f79af8ddb8b4080cb74fe7d868db95d11e6f440dea9910504f80d0fcd1b9e 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.22.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.22.1-2_amd64.deb Size: 35096 MD5sum: de3780bc3df727976bbeb660a936b3d8 SHA1: 094c175a132a52f6b9e3b7c00e6e153367e886aa SHA256: 9a6cb8a2dd4e49ac6ee031a1d5d7ce560d74525581094c86b9376249dd7e3c34 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.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.23.1-1_amd64.deb Size: 34704 MD5sum: 159cd5ae869687eb7a1d56ba05c4d050 SHA1: 74d289f7786aca79141b45d5706bf2b7c9ed6ae5 SHA256: 7200fbeeece53796c506b0773b78afbda425c5e11107ec295cbc733345f76838 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.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: 35252 MD5sum: 9d45b28013c1f878952ca02deb1c25d1 SHA1: 3e836fed3aa4837343e302ee3ebe0524284a0d4e SHA256: 3af0e33b11720cdfac0029504b1104b5f19f23e549ca1e666339fec887ade08a 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: 35372 MD5sum: 10dbd3151c4d21f2d5a043ac2d9d0a18 SHA1: e12847c2ca20747f56aa6297df6fd98484cb8c02 SHA256: a624def6f27d6795b6447457cee6ba675ff3bcfd45cd114c2c4db859760d2b38 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: 38828 MD5sum: 60e2f507e784097ecb83bad2b03dfe3b SHA1: 58a854cc46a3a74b22e7e1f04bf5b8344136e8cb SHA256: a821d48a0406fa51c1a2a667d75b400c06083dddd9c73bc94dbdb6739bc3d6f2 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 102 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.15.1-1_amd64.deb Size: 38340 MD5sum: 25acee9ea75b986dad0fd3236eaccc6d SHA1: f90ed89a2b7a83d9788f7da75ba7938a63e7e993 SHA256: 9f886500b74b68e336172a32c3036935045a2f1b975688b2ca5e25b36e2dc025 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.16.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.16.1-1_amd64.deb Size: 42092 MD5sum: 5ceb0e1b5d0296a58a7b4025fdf6c9b9 SHA1: 5bd1b5d6ea1b2e0dcfb5d1c11241b4c7fc668a21 SHA256: a5b76508d42205c943f2710c48c812f75de20cb63f6a5c8bae8f877297b17e25 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 119 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.17.2-1_amd64.deb Size: 42532 MD5sum: 37879b67a592b00be4c9c97de6fdfab5 SHA1: 9da0de1f1cf52f77fdd4fc880e419ca8f3001edd SHA256: 89267097c55ad7b47fd355e9e8e1303fcec4d4060ae162e308c4ada173bd9f3b 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.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 123 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.18.1-1_amd64.deb Size: 42644 MD5sum: 5495781e591333c17912414f4ba54040 SHA1: 736261981adb6a93a197a1eba7a502e4c97ef11a SHA256: 3b50651599a9cf2501d70327af35b5d0bc06179cfc89b2cb2e900a5620a9537d 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.19.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 Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.19.1-1_amd64.deb Size: 40504 MD5sum: 4fa53b8028e8ba566204b039cd991dd7 SHA1: 9da69ffb385c3cfb049a1a91e5fcec0513a884d2 SHA256: fbc94efd82be5dce02243ab0ee1d31b42dd44e5dbdcf32ef7d5e947798120952 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.20.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.20.1-1_amd64.deb Size: 41000 MD5sum: 9d1d8474984a7b00526ec8eaa8e648b0 SHA1: 5d7054bc6caee66c2d4c4100bb0f800bf883bc68 SHA256: 9088a225ef31ae7c8559ddc740b8cf95cf725425220b7289d391234ad65b58b4 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.21.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.21.1-1_amd64.deb Size: 41368 MD5sum: f61a7a08eb0b1ef49600c04aefc2ca59 SHA1: 3310a4953dfb5b0917780afc01095c1b40b63e3b SHA256: edc1bdd3568b18a1be9360f3c85cb97f70a5c3d667bc9d11b4d0f757ca706b64 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.22.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.22.1-2_amd64.deb Size: 40816 MD5sum: 2bd3aac50f47a56e0c0cdac5c65e1607 SHA1: 0b3a7d77934b6a849f148b99087c6f0501f490a8 SHA256: b0fd7134cd525e3e5c07f5b7111b3e2cfc1669955d87fca1b73632538a8c5447 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.23.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 Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.23.1-1_amd64.deb Size: 40396 MD5sum: a7afa145cd1672828cd5d88a7310b7b6 SHA1: 6128a237b01ca7408e8c32bae324d049a5922453 SHA256: 21e01cfc85b1921572050bab6d960a465237c0f329edc01e7f70289de7e454f1 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.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: 41068 MD5sum: 19494b498480a8b96305aaa0109b6512 SHA1: 94a05cd8ff070785adf2a591eff927bb1a623fa6 SHA256: e5928abbd93246e18f5257662f136349682de358f5aaae885fe8e03e1310d955 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: 41236 MD5sum: 7daabcf34ef949e27f7092df7b026787 SHA1: a32a285d030d070139f9f41b9a89eb18b54a7d08 SHA256: 994c12b3e6bf2432db4b9e4cf3271be6eb35a60d856c6218b003cf263c4d4e70 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: 45200 MD5sum: 7d1c6d19e2f315296ede81fbc023a4be SHA1: 75eb5b12790bfa73538755f6f902fefe402e219c SHA256: 5900cae4a5d60c6739e4b188aa001a92e3db1965fe6208cebc8028d720664ee5 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: 45796 MD5sum: 3d3c601594940020c93df1679d9c2109 SHA1: 97b5e6991f14adf560b256d3fc0af907d3256528 SHA256: 080897b701b02fcac60bfee4543ca31cf139b3aac52a1cfe9ed03011788a3d6e 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: 43512 MD5sum: 297cb7d7e3765423acb401b1218cfa2f SHA1: 4ccaffdb82d927f02298fc2dff507136093fd700 SHA256: 0a6d54f0e444311ad6cccaff9cc3f63075e8f7a6bf24ae0b372351be968b939d 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: 44224 MD5sum: 29a5f0d6c1d76c2abad454bc8564019e SHA1: f1748c638060131febc85fd72b8d8b26558a6f02 SHA256: ca20d64ffb953032b19e560355a65d71c97af74ce3671e31bdf70b5538c0e683 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.30.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 (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sql_3.30.1-2_amd64.deb Size: 44420 MD5sum: 55bf4d55a900de5c3674a5ce7a3b4234 SHA1: 3f47e74f4b1e2a633cb776e47c2b7378ac6758ed SHA256: 3965d9c67384c7f2b2dde4f004d04c10017454507d763c74c999f9a1fa95d4ad 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.15.1-1_amd64.deb Size: 20192 MD5sum: ff313187962cebb7888668c68a827d03 SHA1: f79e1d109491105b29a5ae9866622a83ea1ac7ad SHA256: 2289b3a241dddada3ae0661a5c08f6c26f2c78e86480f79e36a440df36030daa 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.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.16.1-1_amd64.deb Size: 23788 MD5sum: 2f9d6271cb7791455236d854704bf8a7 SHA1: c40c1a69f1f0bcf6ecdfb2e333b2118d7a15ec87 SHA256: 87f7805b0b37306e3483a3502176c7ffee5ca047f4ba155241cc75af64e5f2e1 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.17.2-1_amd64.deb Size: 24280 MD5sum: 35344d876d5d68947fcc5abe4b619ea7 SHA1: eb2e1052464380c3c4b4a5b1d1d3f315bbb7a9fe SHA256: 5e7c92f376b9820f6f02bfeec8d86b367dec2ef308bf262efeca2380048984a4 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.18.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.18.1-1_amd64.deb Size: 24248 MD5sum: bf845372c712c720e667742932c575ef SHA1: f7961fb042e05ff472093a9320357bb68c24a9a5 SHA256: 1c05aa385e67358fe1c0b22f5cdf828aae18526266c744c88604826d7e9d3683 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.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.19.1-1_amd64.deb Size: 23840 MD5sum: 1ee960428777f89fcffac4ca4c0929a3 SHA1: d33cd6cc12f925be94afd65fdc08301160abb8f8 SHA256: ba17ec246e6b18985484b8ee0b8b228a114a29822154e2b09d4ffe5386befdda 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.20.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.20.1-1_amd64.deb Size: 24268 MD5sum: 48c1a7e207d441277d4a3819144fd8f3 SHA1: c4a8a523fc48094c1ea4b5c43858dccc9372f330 SHA256: 51a52c10b90f138dfdfcc9c708b5e0904a4f785a08c71c229a411ac3456e0e46 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.21.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.21.1-1_amd64.deb Size: 24644 MD5sum: ae234951863366c148b84864c0096a64 SHA1: 99347d18baebb8ad9d156fe5de098b209c7ab41b SHA256: 36ba827696d97e7df2769fc281861e73933a20f283dbb120e9287b83465aa15c 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.22.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.22.1-2_amd64.deb Size: 24044 MD5sum: 83f48cc6d2cab861520b4d590fe78e14 SHA1: 8eaf2e6f1bc2f3367b76c78249cca6c1cc7fb286 SHA256: 37eb23647ff598ef34688c74812d06079ff70ea00cbd650fc6a28873b4ef93a9 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.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.23.1-1_amd64.deb Size: 23664 MD5sum: fa367356bbd7dd80ef4836052c5fde9f SHA1: 194972c2fbf4070ad89f4d35e180475547208928 SHA256: 35533ae9365c76ac5f14969624ad2a1e3839613c2305ab97f32e7b6e34b26369 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.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: 24160 MD5sum: 7cc0a32e8b550613eb562f16da6c8606 SHA1: 8708ccbf41a9680220e342ba14daabfff9bef5d8 SHA256: 1245f6ac4c397626c21e3fc4fa8bbb92886ada59a25275ee2fdd304052acc86f 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: 24280 MD5sum: b91af4a9e9eb10291a3fefaa2f1e379c SHA1: d5323e45e80e8fea45f372451ad2e1bd49297047 SHA256: 0e95669a1aafa837455e013f03d7be5be8fe7a4590b67fd1f5b30549b3ef4fa8 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 43 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.15.1-1_amd64.deb Size: 23416 MD5sum: 94e790786718c3716a316868cc7e0435 SHA1: 823e9af90bb0305cabe453a1ef123e49ba9eb07e SHA256: cce7116be7f28848c300d46617e1ae828fc0855463b53a64dc0025359ce5fb48 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.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.16.1-1_amd64.deb Size: 27004 MD5sum: ae55076ca92d1d857eb8737901543226 SHA1: 870bc82f41dfeafeab27e18d360a174622430371 SHA256: 5399c1400a52fcb1f067033cc754e974e62e406bb75f9b7bf8f8a88349814888 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.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.17.2-1_amd64.deb Size: 27488 MD5sum: b3e6a9e75975cb11588329b5d78c27af SHA1: 56914e527d8831a9de021ad12963f7d6e699aa3b SHA256: 79fdc5b4bbfad50ed01b6fdb72d190c733130239d6468f0cf5efa077ea122e68 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.18.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.18.1-1_amd64.deb Size: 27460 MD5sum: 277e388e123328eb383381efd96b2ab2 SHA1: 6af783aea49e6144535c197afeb9c353a75ecae9 SHA256: 30ae3673e085d272eaaf9e08358ccd768ef86b1cc33d1b983a218a03ca571cc9 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.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.19.1-1_amd64.deb Size: 27044 MD5sum: 8f81e7816a4625b7444d8b5a35b440b7 SHA1: f47cbf03868f3ee694cb03139d644da7ef68a29e SHA256: f8a7dc2d16cb792d5e2f28d62a1b0fefe5ad511344952479e657b8f702049b10 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.20.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.20.1-1_amd64.deb Size: 27380 MD5sum: 24f02805bd6eaf42f80a2bbb2f13da43 SHA1: f201f6a06a03c5ab76ca18d858d3c553c3a63bba SHA256: 1802fe7c627cdd22456a4ba4382d9f2f112ca71a5e9a7ca448f20a6b79ef8590 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.21.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.21.1-1_amd64.deb Size: 27728 MD5sum: fff02d6aea68f41084af66d9d91268a0 SHA1: 1b3839d94be0a51d70339860b2b553e13b2cc16e SHA256: 1b3262170142dc453e8e7443e0129bc74323b3fa278bba1240b0d0e47909681c 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.22.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.22.1-2_amd64.deb Size: 27140 MD5sum: 96aca15cb229f443ade9aacb6d4c798d SHA1: d4fe24a507e4ddb6633030045d2b79ac4c478d3f SHA256: 21bef2ad6f99860e59606db356b593a8cf5f3306c830757b8de4b4c1856cd29b 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.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.23.1-1_amd64.deb Size: 26764 MD5sum: 9234e1ae78dc06570b7f934bf4ae4a56 SHA1: 3bbf1e6ceff904020056f48effc33f0a80d5eba4 SHA256: 9a317c3954e2007ea22a12097a5b2a0c05148835713e5af7cedce6f5f51d616d 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.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: 27256 MD5sum: 3bc72560dd01a325fbfe6a7c6a8a61b3 SHA1: 072ce45cb09d1b2db1898bc02e8e50518786667e SHA256: e582d22d1e6f23c06d96576caf33e239b53ce4de0368f78d4a2f7b12b86c6c12 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: 27388 MD5sum: 7f1ae62102fac8e222ab62f576fd8935 SHA1: 53966b2009a151493c0de12190b45e68449146d5 SHA256: c2bb7284a8fbd4fd20605e3e579e17739c72caf409f8f7d13c9d9fbb934dcc82 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: 31284 MD5sum: 4bbef1bb7d23f27af585df82e3a926ba SHA1: 3cdfbacba38e3daa09c4c4cc1f17880eb0c00b9a SHA256: 63c0480aa72e19df0ea94c186909a4582dabdbe3e6bbcf4173eff8afd62a630d 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: 31960 MD5sum: fe32e4ac957d9bfea351cf0cd0896889 SHA1: 9f1bac8a8d40b87fc607a3aac471b9575106a72c SHA256: 75d2773feadcca478cb73210a81a221c3d8a81569f32c3bfe0f09e883f0a72a3 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: 29664 MD5sum: 0435cbe0219cbf0ec7b30a1319b2dd2a SHA1: 9fbd9f4d3deb6941c2f2229324e4cf278b1665ae SHA256: fe2c8d95f1470a3f11a3b00a8cf3b45d98a1a221d81ed2325332726e045035f5 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: 30388 MD5sum: 15200fb684d91549ee97452a5460f387 SHA1: a33723f1adef4de43a09307cce9ae7d9f8eda6de SHA256: d09d0796bee7afbf431f0165ad168df5e3f9455307d2ed0eaecdbb165f52c469 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./amd64/syslog-ng-mod-stardate_3.30.1-2_amd64.deb Size: 30556 MD5sum: 264b53141eabc904017853eb0ef8267c SHA1: e9f0f56729f7446605982f1adf5ac3a27ff98507 SHA256: c9f2768f8d8dceebb9b1776333d437d51b5acfb666457628a15b5812d3e6ef79 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.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.15.1-1_amd64.deb Size: 34064 MD5sum: eaf874d2e2860fa2c7c2bb80d7d3fcad SHA1: b79e2f54e2aec1e36acf6fe5044990edeee4e798 SHA256: 7253d663d0a000d45340200a0580cb0c35a4d3128419d25b87e278f5edb850de 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.16.1-1 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.16.1-1_amd64.deb Size: 37640 MD5sum: 5b81a3992f3f4394fe24b52781eb2a1e SHA1: ea471d1af5ec6af32a2322f5c50d0600dc65e671 SHA256: 708eebc6a567d37ae7d1977a43362afc2ed7859381adc4b20874539d985a513d 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.17.2-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.17.2-1_amd64.deb Size: 38132 MD5sum: 8ce1593f4008839d6be0b86806bb1adc SHA1: c2dca85864a2955d221f73ba5a440a4c5c841bdc SHA256: 4804a2c69684c4c5f6f55c622168f8530390dde49197b375afc05be798bfb51b 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.18.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.18.1-1_amd64.deb Size: 38084 MD5sum: 6642c5795986ce43726147b45e930fb8 SHA1: 14f10eb0f699d30ce0cb476c9deac3201d58facf SHA256: 9ead1bbe3e94d9733242d93ade22e1bf7d6c63060727ecc4e72d14958303f203 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.19.1-1 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.19.1-1_amd64.deb Size: 37796 MD5sum: 6a3a2756c7730375a354d8e425efc6c7 SHA1: a087baa039efb8a7ee9cb9fb848ce79d4f52bb0e SHA256: f060bac7a6f0867933ee958741f38d4b7fb30e58cbcd9318b73d081a1f465a64 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.20.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.20.1-1_amd64.deb Size: 38304 MD5sum: 6d60dcd3ebe2a600e6d3dbcbbffba1cb SHA1: ff154cdd6291f844ebad3446f8fe97fd68aac372 SHA256: fbcfecc0740afd89cb9aa75e0c0b0df04c0c13da12dc6a3afbdb3c538ecdf73a 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.21.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.21.1-1_amd64.deb Size: 38692 MD5sum: 491d5a5b8ebb8a4e61d9510d236fcc7e SHA1: 15df688b6a82f70667652b8372948ea3851d911c SHA256: 8ba6c4496d6518343a3e2c3f8466a14648d84fda667d8e9cfc80805490ca2be1 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.22.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.22.1-2_amd64.deb Size: 38132 MD5sum: 5d946a229bac84d3ca9bbee9ab0238f3 SHA1: 4628289e6f1323b00051e68f8b585d0883a5d10c SHA256: 16c6d74f79e2366a440a9e2d0e6e146652df29e16723a9cb74fa14817173fff4 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.23.1-1 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.23.1-1_amd64.deb Size: 37744 MD5sum: 2429ed196d15bf012da80f49bfcbfaa6 SHA1: 2cfed151a5b59278c50f65ff3b8409906c1a3fef SHA256: 72611c10b4ae979fe00b59b5ce3f079aa68c45c17195089bac909af0d5014177 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.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: 38224 MD5sum: a40803d6a031b1b1d86699bd84a82fe3 SHA1: 7f30474313f757f9b25231653caa11515c504f66 SHA256: 01daebb88d6f005a9aeb4cd8f22a447cb1934bbf5f9c348c33afde8c1292460f 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: 38372 MD5sum: 6e4c11b40a541f705784d2dc25f05928 SHA1: 88c74b7193093e1f8470f7e22944f719ad362382 SHA256: 47f279e1e269bb80c37f14615d8bba732beb9fab82e98b5bf6e63b5940e8d230 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: 42316 MD5sum: fca33c918ac47dff69cb3a40c4960d07 SHA1: 1f2af3ae5b69119865da38fa0683481fc02950b5 SHA256: c6273e045bb112e091ae05fb2efd3a19949435131778bd019bb59dd1590a8884 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: 42976 MD5sum: 4a9e61db7549ba7222901c65cceca8b5 SHA1: 7a98444fd183bb6cd2368f74ee74ac74326acf6c SHA256: 4f656e2c08c8f1d0c349048491352ac0acded45c3ab0e5250a4fe0cb6c357ea4 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: 40656 MD5sum: 5e5e8962ce8bf3fa7fcb7c891c5f722b SHA1: 940f7bbcb359556ff39eee865adfea81bf1d1531 SHA256: 6ac61c7ca49d05281df59ef3d1f93bd445a0950918c7230ae87d1bd26f51cf1a 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: 41380 MD5sum: 3db3f0aa14d89bc9ce4ccba6a9c58966 SHA1: acf6dd38a73424471f62ca4e49b6a8b4ed7854db SHA256: 9a605f8dd1667f1dbba6c94514304e463a6e8414285773cd812649d8ada512f9 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 107 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.30.1-2_amd64.deb Size: 41608 MD5sum: d46798686962c3b2bd189a23174bdc18 SHA1: 72faa836e115e4ec2463065220adce050016d1fd SHA256: c55d63207ead0cd54157f49796e3a28683c943555b660c75249868f337bb6670 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: 96 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: 38156 MD5sum: 53324b4bee22acabf55e755539c44e09 SHA1: 59a8886087c25cea829b27b90fef79b18f74e83e SHA256: f1f1b58c18391beee1ca560336f8b71202ddefe6be646f1619cb14cc9ba266d0 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: 94 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: 35868 MD5sum: c73b7d2192a9d0e628be41c98dc3a1ba SHA1: 4692213e14372632b0dc55fd5cc6376f5a054496 SHA256: 628e1cf38c2f095bf88d71e1fe05eb2503f87df3acad28d2c32bb6cda1349bc8 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: 94 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: 36600 MD5sum: 59d3ec110eb63d7e1b44d4e6a4c4739e SHA1: e77bb26b9d43aabe0b84700028af6b440850d21d SHA256: 1351f7ec5cd3b13d85b797caf90dbbdd78a1b65c1a05e64407d49a60bf768866 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.30.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 90 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./amd64/syslog-ng-mod-xml-parser_3.30.1-2_amd64.deb Size: 36700 MD5sum: cf84051ca8825e66301dc0b7ee7cd9ef SHA1: b580a93ed46bb3f0e6e854e6f8dc4f6ea3d5d6f3 SHA256: dad12a03181ed66ba39a35e75f0675560ce6fd0c3e36b2f9dca4e0562d091af4 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.