Package: amqp-tools Source: librabbitmq Version: 0.8.0-1 Architecture: armhf Maintainer: Michael Fladischer Installed-Size: 107 Depends: librabbitmq4 (= 0.8.0-1), libc6 (>= 2.15), libpopt0 (>= 1.14), libssl1.1 (>= 1.1.0) Filename: ./armhf/amqp-tools_0.8.0-1_armhf.deb Size: 26756 MD5sum: cc64c912f5a8b4e7a51ddb29771d3e5f SHA1: 46ddf266670b280b29367d85a29179e7feaf0050 SHA256: 4b30f6ae26c64aca2eea545ca7c7f9db23d00b077b35c05deee8985c7005ee32 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: armhf Maintainer: Matteo Cypriani Installed-Size: 482 Depends: libc6 (>= 2.4), libgcc1 (>= 1:3.5), libstdc++6 (>= 5.2) Filename: ./armhf/astyle_2.05.1-0ubuntu1_armhf.deb Size: 128010 MD5sum: 939849c27c77ed77c143e2d315c8bc69 SHA1: 61d14165ae2367174e2b9b117226d3b9da831c75 SHA256: 5554162a73c3c9d39d8a42109629cc853fd3b8d7ff269c45fa0722f318ae0210 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-dbgsym Source: astyle Version: 2.05.1-0ubuntu1 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Matteo Cypriani Installed-Size: 802 Depends: astyle (= 2.05.1-0ubuntu1) Filename: ./armhf/astyle-dbgsym_2.05.1-0ubuntu1_armhf.deb Size: 729044 MD5sum: ea3e65e327a1afb7ef7b9a36fdbc6764 SHA1: abaf950e00b3bc750085ffcba73b771dabc4b5ed SHA256: 87d288275b5c0853f02e368961eae24d3fe64343f55ab06c81cccf2262e5a822 Section: debug Priority: extra Homepage: http://astyle.sourceforge.net/ Description: Debug symbols for astyle Build-Ids: 165915461d8e6a12122844d51805579e6cbaaf73 Package: bison Version: 2:3.5.1+dfsg-1 Architecture: armhf Maintainer: Chuan-kai Lin Installed-Size: 2533 Depends: m4, libc6 (>= 2.17) Suggests: bison-doc Filename: ./armhf/bison_3.5.1+dfsg-1_armhf.deb Size: 908952 MD5sum: 0bcca279bbb21e7685ab8bd10bf842aa SHA1: 2fda5916addd0a433d486b37c16ff5ba98f695ff SHA256: 8740b6bf3e3a21e33916fafa71937ccedf392c2b933060ee29530e3451e75f5a 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: bison-dbgsym Source: bison Version: 2:3.5.1+dfsg-1 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Chuan-kai Lin Installed-Size: 576 Depends: bison (= 2:3.5.1+dfsg-1) Filename: ./armhf/bison-dbgsym_3.5.1+dfsg-1_armhf.deb Size: 518570 MD5sum: 46f7688c2b3944c91b8f49827d5ba80e SHA1: 91ec7e304a6c49885352e3748c971c6bfca2922d SHA256: 088d46c83bc5678720cd43dbb2184f0ec3fbf3f4f7e0ee997d24ba21736feaad Section: debug Priority: extra Homepage: https://www.gnu.org/software/bison/ Description: Debug symbols for bison Build-Ids: 3fbc5378384caf8f80bb9c6cbc1280172702680e Package: criterion Version: 2.3.3-2-ubuntu1~trusty1 Architecture: armhf Maintainer: Franklin "Snaipe" Mathieu Installed-Size: 452 Filename: ./armhf/criterion_2.3.3-2-ubuntu1~trusty1_armhf.deb Size: 139650 MD5sum: 1e8fdd02b937cb22ab227a375092f0c3 SHA1: 7473c86dea8d4d8fc90a7caa4f1218502789fdd7 SHA256: 67306fea42587d9a3c3eddc90161aac8fba76d33c78b9ef28b40ba370f8cf132 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: armhf Maintainer: Franklin "Snaipe" Mathieu Installed-Size: 263 Depends: criterion Filename: ./armhf/criterion-dev_2.3.3-2-ubuntu1~trusty1_armhf.deb Size: 23828 MD5sum: 40f87e6b3c993b575edf9f0785fb34c9 SHA1: 4c39eba79e85ed0406615544267fa35d920c78cb SHA256: 958b88aa086a5abf5f300df7e60666b997db1874fbe5799f454496600c30880a 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: 74855 Replaces: gradle Filename: ./all/gradle_4.0.1-obs_all.deb Size: 66261598 MD5sum: ffe6c8547510e52a362815bf87c002fe SHA1: 8cc53e1016934dff8fc4404bf007cb5433e4f3f5 SHA256: 93254fab9add9e922c5e28cac324650be98a6bd5327a39903ec242eb1411b1fa 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: 40775556 MD5sum: aaf364756eff088b22783741188d7e94 SHA1: 4744ad28f8abe50170fcdeed4529073c6dbe2ae3 SHA256: 4408da9c699d5fe4017b2d54e4d3c43829acec76a6cd4155e541939504894fe4 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: 975 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: 134182 MD5sum: b1447a98a6287d18c3a7a98c895ec631 SHA1: 05cb0c6976364cdf2282b07c8c7b5e18b3fa5e5d SHA256: 6f1fe2d1d788b4205c5a31f05121c8bf7c511aebcfe6dfdc73fcbbd35ee5a9f2 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: armhf Maintainer: Matteo Cypriani Installed-Size: 53 Depends: libastyle2.05 (= 2.05.1-0ubuntu1) Filename: ./armhf/libastyle-dev_2.05.1-0ubuntu1_armhf.deb Size: 14742 MD5sum: 4eb44898abf4366ece454bcf6a794707 SHA1: 2e51365f2e9c0bcc85929024e0d50bd67e965c40 SHA256: 6645a5a8dfa629bb4922b860a51f9ed61d3d3755b846558cf2a53bb130395254 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: armhf Maintainer: Matteo Cypriani Installed-Size: 184 Depends: libc6 (>= 2.4), libgcc1 (>= 1:3.5), libstdc++6 (>= 5.2) Filename: ./armhf/libastyle2.05_2.05.1-0ubuntu1_armhf.deb Size: 69036 MD5sum: 70b335320b90acdd2b17c5c170cd9954 SHA1: 9cbbec69da1439791e23f112e560b14ca08774de SHA256: ac0136f970b18e781b0c2f79034469d598d9c5b40fe977723ff141414c2edfe3 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: libastyle2.05-dbgsym Source: astyle Version: 2.05.1-0ubuntu1 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Matteo Cypriani Installed-Size: 524 Depends: libastyle2.05 (= 2.05.1-0ubuntu1) Filename: ./armhf/libastyle2.05-dbgsym_2.05.1-0ubuntu1_armhf.deb Size: 482044 MD5sum: 27e2bede883fd07a64aa0aaac49eddaa SHA1: 5b7d9fa46f9ee6a62691f4b846c62acaa18c0d57 SHA256: 958624ce403810f13653e4662f133ccab6cad6e8f76880898aa22b4dc9c7d649 Section: debug Priority: extra Multi-Arch: same Homepage: http://astyle.sourceforge.net/ Description: Debug symbols for libastyle2.05 Build-Ids: 51810633c90fffa460bbb97b3428cf63f1df8a2a Package: libastylej-jni Source: astyle Version: 2.05.1-0ubuntu1 Architecture: armhf Maintainer: Matteo Cypriani Installed-Size: 276 Depends: libc6 (>= 2.4), libgcc1 (>= 1:3.5), libstdc++6 (>= 5.2) Filename: ./armhf/libastylej-jni_2.05.1-0ubuntu1_armhf.deb Size: 83302 MD5sum: 2734f1e43f1e417cc220be0a2645e240 SHA1: 33a5302f15e9fae80d1d6f6b708869e13381f767 SHA256: e9bcb742bd1e757f771ec758d5fe8b13bdc4891b948c389a8014061c549e70a7 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-dbgsym Source: astyle Version: 2.05.1-0ubuntu1 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Matteo Cypriani Installed-Size: 694 Depends: libastylej-jni (= 2.05.1-0ubuntu1) Filename: ./armhf/libastylej-jni-dbgsym_2.05.1-0ubuntu1_armhf.deb Size: 628252 MD5sum: 4eb69fc5fe58a5fe09f33cf7ab59a8f7 SHA1: 88cf0b2ed408df5c77c339be5c67073e077b724e SHA256: a0d0e36fcf24f442774ca63ba711fe52216bdf804eca02f6cb273bf0e38a290b Section: debug Priority: extra Multi-Arch: same Homepage: http://astyle.sourceforge.net/ Description: Debug symbols for libastylej-jni Build-Ids: 575daf5b309b6f17a210b0d7c5817d641403649f Package: libbison-dev Source: bison Version: 2:3.5.1+dfsg-1 Architecture: armhf Maintainer: Chuan-kai Lin Installed-Size: 751 Recommends: bison Filename: ./armhf/libbison-dev_3.5.1+dfsg-1_armhf.deb Size: 557552 MD5sum: e34908b3715fb0bd6ece886f008f1f19 SHA1: aa447196bc368046745f049ce6457daaf73c4682 SHA256: d7fa6c5a5f209326255d27a208313a84f98a6026aa926a57c28046765a672978 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: libbson-1.0-0 Source: libbson Version: 1.6.3-1 Architecture: armhf Maintainer: A. Jesse Jiryu Davis Installed-Size: 177 Depends: libc6 (>= 2.17) Filename: ./armhf/libbson-1.0-0_1.6.3-1_armhf.deb Size: 56566 MD5sum: 97d7aa339e10fc0c994aaa00d4e4ef0a SHA1: 461ed6ad5e19d276154a9eea707258e01a3201f7 SHA256: f7ebe863dd71e27d85971467ce97542ac03605ee99ecc3befcc905db3d7f97f8 Section: libs Priority: optional Homepage: https://github.com/mongodb/libbson Description: Library to parse and generate BSON documents - runtime files libbson parses and generates BSON documents, the data format for MongoDB. It is a dependency for libmongoc, the MongoDB client library, for which it provides BSON support as well as platform-compatibility functions and macros. . This package contains the libbson runtime libraries, for applications that have been built with libbson. Package: libbson-1.0-0-dbgsym Source: libbson Version: 1.6.3-1 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: A. Jesse Jiryu Davis Installed-Size: 183 Depends: libbson-1.0-0 (= 1.6.3-1) Breaks: libbson-dbg (<< 1.3.1-2~) Replaces: libbson-dbg (<< 1.3.1-2~) Filename: ./armhf/libbson-1.0-0-dbgsym_1.6.3-1_armhf.deb Size: 153068 MD5sum: bd85d503e9cb335c63a8c81a2b2b43e5 SHA1: be00db7dec7d4390c481725535d5c66bcce3b81a SHA256: a9d982733ace29aef3db12a56fd5b8eb50aa19962cb0e7c019e15f1522dc3ff0 Section: debug Priority: extra Homepage: https://github.com/mongodb/libbson Description: Debug symbols for libbson-1.0-0 Build-Ids: 10de02a1c5692fe96a3b04ff1bdb7e0726da7cfd Package: libbson-dev Source: libbson Version: 1.6.3-1 Architecture: armhf Maintainer: A. Jesse Jiryu Davis Installed-Size: 155 Depends: libbson-1.0-0 (= 1.6.3-1) Filename: ./armhf/libbson-dev_1.6.3-1_armhf.deb Size: 26772 MD5sum: 3010882d7c926a84f39625139b27d896 SHA1: c8df29da7dabaf37552b94bc841319ea4f0dea1e SHA256: e739443eba638ad3bf07ec13d169d8457631a27bda80057a151002c7e8304015 Section: libdevel Priority: optional Homepage: https://github.com/mongodb/libbson Description: Library to parse and generate BSON documents - dev files libbson parses and generates BSON documents, the data format for MongoDB. It is a dependency for libmongoc, the MongoDB client library, for which it provides BSON support as well as platform-compatibility functions and macros. . This package contains all files necessary to develop applications which use libbson. Package: libbson-doc Source: libbson Version: 1.6.3-1 Architecture: all Maintainer: A. Jesse Jiryu Davis Installed-Size: 2703 Filename: ./all/libbson-doc_1.6.3-1_all.deb Size: 393778 MD5sum: 27f472fddcf435af2aec41894dd67a4d SHA1: 38e3d8a5c89201e75a6f5c96bf87e9805aede2fa SHA256: 8a9dc9e7685f67faf5a0cdd8ad6a8fc00854eb3b1aa4e6f7b5a4c250b661276a Section: doc Priority: optional Homepage: https://github.com/mongodb/libbson Description: Library to parse and generate BSON documents - documentation libbson parses and generates BSON documents, the data format for MongoDB. It is a dependency for libmongoc, the MongoDB client library, for which it provides BSON support as well as platform-compatibility functions and macros. . This package contains the man pages for libbson. Package: libdbi-dev Source: libdbi Version: 0.9.0-4 Architecture: armhf Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 115 Depends: libdbi1 (= 0.9.0-4) Conflicts: libdbi0-dev Replaces: libdbi0, libdbi0-dev, libdbi1 (<< 0.8.4-2) Provides: libdbi0-dev Filename: ./armhf/libdbi-dev_0.9.0-4_armhf.deb Size: 30430 MD5sum: 000fdf98363f34315064fbdff5e1375e SHA1: 6be9714e9e5f412ad0de25aee34c5a778e61b000 SHA256: 73241bc29d93eb81fb89f13e4013ca0b4c0d7428fdb537c105c520c3c858bdca 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: 1168 Filename: ./all/libdbi-doc_0.9.0-4_all.deb Size: 753522 MD5sum: 4253fe24dfacc1603d076325a2424dcd SHA1: 415101d8db90cc5adaf5ecc864847925d57d52da SHA256: f34e8272040699401883c5206897cf0f06047a5561382d2c986481fc70c68fc4 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: armhf Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 76 Depends: libc6 (>= 2.8) 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: ./armhf/libdbi1_0.9.0-4_armhf.deb Size: 26926 MD5sum: 5ed6d1c942926bb2d2051408d2dacd2a SHA1: 60fcb80edadc5126e53dd1d110190e3a694c5670 SHA256: ee529812b66d28656087c09a809af72145172e70435e79a96b14063a8f4f05b6 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: armhf Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 80 Depends: libdbi1 (= 0.9.0-4) Filename: ./armhf/libdbi1-dbg_0.9.0-4_armhf.deb Size: 57758 MD5sum: 906d9709471aca39b930504afe747730 SHA1: 675372a43b2f34ba828ffb46bd3110fa2a209008 SHA256: 97a8836e5a68fef66ef9091183613f640daad1afad740e58504754eb368c4ac2 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: e56daed329f73a718607824148a289cc28c13772 Package: libevtlog-dev Source: eventlog Version: 0.2.12-6 Architecture: armhf Maintainer: SZALAY Attila Installed-Size: 43 Depends: libevtlog0 (= 0.2.12-6) Filename: ./armhf/libevtlog-dev_0.2.12-6_armhf.deb Size: 10322 MD5sum: 96825bc76fa9a80c4df2477b868f70d0 SHA1: 6b06d7892c55a8ceac5ad33d14c9d72ff817109f SHA256: 0179346939cbd4354ac7bd5460e4d2d5aaeef196d91fbcae5494bc21c7381850 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: armhf Maintainer: SZALAY Attila Installed-Size: 27 Depends: libc6 (>= 2.4) Filename: ./armhf/libevtlog0_0.2.12-6_armhf.deb Size: 7922 MD5sum: 9bacbe6a456e6b452fad48a00c69036a SHA1: 28507ab88d26a03c1f2f47a9d466ce68020ffcc4 SHA256: 4263c0e366b63985a197df27959f80daec7c7fd4b1aafffc2a17c225837f0b6d 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: armhf Maintainer: SZALAY Attila Installed-Size: 51 Depends: libevtlog0 (= 0.2.12-6) Filename: ./armhf/libevtlog0-dbg_0.2.12-6_armhf.deb Size: 15210 MD5sum: d3f1cc3632253e753f1625dc09dda063 SHA1: 5b1c01bfe602c0ca85da0dee4d32ced4355104b2 SHA256: 830f47da2cb9fdddd7fea9c6ff2f40be7e8dcb4806be6655100d0cc28203c55b 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: armhf Maintainer: Tom Lee Installed-Size: 65 Depends: libhiredis0.10 (= 0.11.0-3~talien2) Filename: ./armhf/libhiredis-dbg_0.11.0-3~talien2_armhf.deb Size: 46864 MD5sum: 40d70e8a1bbf929fe99cad6d4afcba73 SHA1: 66cc9ee3a22a0e2f5f214ffc91f7c17f57c2130b SHA256: e3cd37a08088e7d5aa16e60d6e571a2c2707a494f1158bf96a824d79aa5c022e 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: eb2877b11672965af6708d88d411fd50592c8615 Package: libhiredis-dev Source: hiredis Version: 0.11.0-3~talien2 Architecture: armhf Maintainer: Tom Lee Installed-Size: 101 Depends: libhiredis0.10 (= 0.11.0-3~talien2) Filename: ./armhf/libhiredis-dev_0.11.0-3~talien2_armhf.deb Size: 31172 MD5sum: 5a23cf16276c06bf6c72443d824b977a SHA1: c2b5488fc1e7425e89530adb9ad2c24fd2c9fb92 SHA256: 8938e72cdac0703b34966f9c0c51393c0176f6aa370d84c2cb577295a956a772 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: armhf Maintainer: Tom Lee Installed-Size: 53 Depends: libc6 (>= 2.4) Filename: ./armhf/libhiredis0.10_0.11.0-3~talien2_armhf.deb Size: 18402 MD5sum: fc0f7e642ced439de37ad087529b61b2 SHA1: 1679d13899e6f9f51408e78012e73e353680c53a SHA256: 2125568cd093f3cae324a635dce25b9feeee04a5876d503c778a70325f9166d7 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: armhf Maintainer: Gergely Nagy Installed-Size: 210 Depends: libivykis0 (= 0.42.4-1) Filename: ./armhf/libivykis-dev_0.42.4-1_armhf.deb Size: 51378 MD5sum: dce488c0b9080d11abc89c79f831137a SHA1: f140ad6c2eab3240056896a71c75afeef88cde1b SHA256: d929e5e2d9e2e2613a8ac803c44e57f0f82c92b5e2da8b113718dc3b0b442c54 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: armhf Maintainer: Gergely Nagy Installed-Size: 59 Depends: libc6 (>= 2.17) Filename: ./armhf/libivykis0_0.42.4-1_armhf.deb Size: 19800 MD5sum: a49c8f013fc7c07ecb6f72dcbc9493af SHA1: 556e5d158ffa148c2ebccbd8ea460d3d05e27083 SHA256: 0b2ae85785b05ae71807c33ef79ddf2d64e53ae02ae7d1b7f31c750dac8ef82c 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: armhf Maintainer: Gergely Nagy Installed-Size: 119 Depends: libivykis0 (= 0.42.4-1) Filename: ./armhf/libivykis0-dbg_0.42.4-1_armhf.deb Size: 97020 MD5sum: 483eec805ea0a29213cb119a10dd92ab SHA1: cf766a4150ccaea80a29d5349eeae27a474f1afd SHA256: 88c9d4cd1fce04e258d6b03d1d0a409eda9771a0b825aa5d224c8089209b7c01 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: bf5a20e1cfe61b58daf1714eba16b0b27ce0ba4b Package: libmongo-client-dev Source: libmongo-client Version: 0.1.8-1~nma Architecture: armhf Maintainer: Gergely Nagy Installed-Size: 203 Depends: libmongo-client0 (= 0.1.8-1~nma), pkg-config, libglib2.0-dev Filename: ./armhf/libmongo-client-dev_0.1.8-1~nma_armhf.deb Size: 41362 MD5sum: 832119896f6c0462e5b38236ed2ba61b SHA1: 86672d0a89ada3e7a28ee28ff5dc4692c8926d6c SHA256: 976a4e6108639ea077cef940fedf72e3692c18242f23e1debb7343edd952859c Section: libdevel Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Development files for the alternate C driver for MongoDB libmongo-client is an alternative C language driver to the MongoDB document-oriented datastore. . This package is needed to compile programs against libmongo-client0, as only it includes the header files and static libraries needed for compiling. Package: libmongo-client-dev Source: libmongo-client Version: 0.1.9-1~nma Architecture: armhf Maintainer: Gergely Nagy Installed-Size: 203 Depends: libmongo-client0 (= 0.1.9-1~nma), pkg-config, libglib2.0-dev Filename: ./armhf/libmongo-client-dev_0.1.9-1~nma_armhf.deb Size: 41296 MD5sum: fd99659aaa9701c781e4d5e4d99f3aed SHA1: 916427f237dd992bfbb2a04bb8ccf8a64cac086f SHA256: 98914309d1461473ce92ea7b0d3fb43cdf63c364e6d9b0329f95190ac703cf22 Section: libdevel Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Development files for the alternate C driver for MongoDB libmongo-client is an alternative C language driver to the MongoDB document-oriented datastore. . This package is needed to compile programs against libmongo-client0, as only it includes the header files and static libraries needed for compiling. Package: libmongo-client-doc Source: libmongo-client Version: 0.1.8-1~nma Architecture: all Maintainer: Gergely Nagy Installed-Size: 1465 Depends: libmongo-client0 (= 0.1.8-1~nma) Recommends: libjs-jquery Filename: ./all/libmongo-client-doc_0.1.8-1~nma_all.deb Size: 216806 MD5sum: 69713b38e49490c94b65efaf248c89a1 SHA1: 563a30ad536463842b80e1ea70873c4c709fc6e5 SHA256: 75cd95fa5936c24b660b6462f12f55cf81b5ebb37ae7d287ac9d253d5f7ea532 Section: doc Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Documentation for the alternate C driver for MongoDB libmongo-client is an alternative C language driver to the MongoDB document-oriented datastore. . This package contains the API documentation, tutorials and examples. Package: libmongo-client-doc Source: libmongo-client Version: 0.1.9-1~nma Architecture: all Maintainer: Gergely Nagy Installed-Size: 1465 Depends: libmongo-client0 (= 0.1.9-1~nma) Recommends: libjs-jquery Filename: ./all/libmongo-client-doc_0.1.9-1~nma_all.deb Size: 216812 MD5sum: 0a2925e3543ea64b26292471eff38258 SHA1: 67ee137ab6416786191a3f39860eb5c6ca3875e7 SHA256: d8d05bbf02994c8cc65add065b2cdb271a343e1fe83f4832608d3c62190d3f37 Section: doc Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Documentation for the alternate C driver for MongoDB libmongo-client is an alternative C language driver to the MongoDB document-oriented datastore. . This package contains the API documentation, tutorials and examples. Package: libmongo-client0 Source: libmongo-client Version: 0.1.8-1~nma Architecture: armhf Maintainer: Gergely Nagy Installed-Size: 82 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0) Filename: ./armhf/libmongo-client0_0.1.8-1~nma_armhf.deb Size: 31422 MD5sum: eef4c69b56d71d0081c3d7e995086087 SHA1: 718e3f885ffae8814404fed7091e1d89b4b30a5f SHA256: bd55e1f6f8b5a303a20829761e96cf76ba494b779c8c30f69964daa5883968c5 Section: libs Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Alternate C driver for the MongoDB document-oriented datastore MongoDB is a high-performance, open source, schema-free document-oriented data store. . This library provides an alternative C language driver, focusing on stability, ease of use, striving to make the most common use cases as convenient as possible. . Among its features are: . * Well documented, easy, clean and stable API. * Support for asynchronous operation. * ReplicaSet support, with support for automatic reconnecting and discovery. * Safe-mode support, to optionally enable extra safety checks on writes. Package: libmongo-client0 Source: libmongo-client Version: 0.1.9-1~nma Architecture: armhf Maintainer: Gergely Nagy Installed-Size: 82 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.24.0) Filename: ./armhf/libmongo-client0_0.1.9-1~nma_armhf.deb Size: 31434 MD5sum: f7a3f8f19cfd919262e9b13990780856 SHA1: cd368a6b688eb2fcb7b9fe73492c9fca52fa246e SHA256: 09f27e95f50ce610d38c0cc882c682ca04bc8530e19b4bff0518e6c59793b580 Section: libs Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Alternate C driver for the MongoDB document-oriented datastore MongoDB is a high-performance, open source, schema-free document-oriented data store. . This library provides an alternative C language driver, focusing on stability, ease of use, striving to make the most common use cases as convenient as possible. . Among its features are: . * Well documented, easy, clean and stable API. * Support for asynchronous operation. * ReplicaSet support, with support for automatic reconnecting and discovery. * Safe-mode support, to optionally enable extra safety checks on writes. Package: libmongo-client0-dbg Source: libmongo-client Version: 0.1.8-1~nma Architecture: armhf Maintainer: Gergely Nagy Installed-Size: 109 Depends: libmongo-client0 (= 0.1.8-1~nma) Filename: ./armhf/libmongo-client0-dbg_0.1.8-1~nma_armhf.deb Size: 88644 MD5sum: dc6089a1eca541dab2534fe645c8cba3 SHA1: e0fed8d67f0e3aec885b4b821da8c40f51e02051 SHA256: aaf4a9560a9ec57bc7fb06d2ba75ac32e21727d88df96e6c47fa6a4ae30bfbad Section: debug Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Alternate C driver for MongoDB (debugging symbols) libmongo-client is an alternative C language driver to the MongoDB document-oriented datastore. . This package contains detached debugging symbols. . Most people will not need this package. Build-Ids: 96e8e2961d270490030f9935f273c56d61bbf188 Package: libmongo-client0-dbg Source: libmongo-client Version: 0.1.9-1~nma Architecture: armhf Maintainer: Gergely Nagy Installed-Size: 109 Depends: libmongo-client0 (= 0.1.9-1~nma) Filename: ./armhf/libmongo-client0-dbg_0.1.9-1~nma_armhf.deb Size: 88570 MD5sum: 458bc6e0106d332ecd4d5cfa0a2a6260 SHA1: cb912fe19db8ff37d1b8f07abb5cdd3dd69f6892 SHA256: e3e4677a545992c63d6280b162fbc4692a6b60505329f67d96808fbfd6c11322 Section: debug Priority: extra Homepage: https://github.com/algernon/libmongo-client Description: Alternate C driver for MongoDB (debugging symbols) libmongo-client is an alternative C language driver to the MongoDB document-oriented datastore. . This package contains detached debugging symbols. . Most people will not need this package. Build-Ids: b0beb7974c405dcabcf2e9ce6e646b90f99c431b Package: libmongoc-1.0-0 Source: libmongoc Version: 1.6.3-1 Architecture: armhf Maintainer: A. Jesse Jiryu Davis Installed-Size: 378 Depends: libbson-1.0-0, libc6 (>= 2.6), libssl1.1 (>= 1.1.0) Filename: ./armhf/libmongoc-1.0-0_1.6.3-1_armhf.deb Size: 124546 MD5sum: 48a3f8ab9f8f88c6a7596936eae4159e SHA1: 426c6dead9e59b74e0167ea96afeec23943df08d SHA256: 38f76e2cf3e41325d2d12284b1ccdfad1abc072e8808d7ba7b90310c5ee80adc Section: libs Priority: optional Homepage: https://github.com/mongodb/mongo-c-driver Description: MongoDB C client library - runtime files libmongoc is the officially supported MongoDB client library for C applications. . This package contains the libmongoc runtime libraries, for applications that have been built with libmongoc. Package: libmongoc-1.0-0-dbgsym Source: libmongoc Version: 1.6.3-1 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: A. Jesse Jiryu Davis Installed-Size: 607 Depends: libmongoc-1.0-0 (= 1.6.3-1) Breaks: libmongoc-dbg (<< 1.3.1-2~) Replaces: libmongoc-dbg (<< 1.3.1-2~) Filename: ./armhf/libmongoc-1.0-0-dbgsym_1.6.3-1_armhf.deb Size: 523624 MD5sum: 5eb6e64ff9db3ba3ecccbd0eb37d3f26 SHA1: c98b705009257867fc74d61d7835daa99ebf3f6c SHA256: 05158831d27fe9dffcd94a387bba14d863f0e9ec5055ae31140bef35345e9e67 Section: debug Priority: extra Homepage: https://github.com/mongodb/mongo-c-driver Description: Debug symbols for libmongoc-1.0-0 Build-Ids: a0cd2b07818d4c68921a26e0498bc0b30cff3077 Package: libmongoc-dev Source: libmongoc Version: 1.6.3-1 Architecture: armhf Maintainer: A. Jesse Jiryu Davis Installed-Size: 243 Depends: libmongoc-1.0-0 (= 1.6.3-1), libbson-dev (>= 1.6.3), libssl-dev Filename: ./armhf/libmongoc-dev_1.6.3-1_armhf.deb Size: 27956 MD5sum: 1e0e4e0314d98350a80d9e331ef05e41 SHA1: aa896512b4513b3e2f1be0bbec27aef73079e10f SHA256: 6b485e07847a629718bb728df2d6b30cf5829570bc50d27d1853c6134795cb48 Section: libdevel Priority: optional Homepage: https://github.com/mongodb/mongo-c-driver Description: MongoDB C client library - dev files libmongoc is the officially supported MongoDB client library for C applications. . This package contains all files necessary to develop applications which use libmongoc. Package: librabbitmq-dbg Source: librabbitmq Version: 0.8.0-1 Architecture: armhf Maintainer: Michael Fladischer Installed-Size: 264 Depends: librabbitmq4 (= 0.8.0-1) Filename: ./armhf/librabbitmq-dbg_0.8.0-1_armhf.deb Size: 193250 MD5sum: 97f2f8509c59922695429d4790192fce SHA1: e8c563babbd439c172f139f0c8eb456cb09f4c5e SHA256: 2653acb8dabf573e81ff23a94e2de140a2a34db19c6927f607f40699c023fe7d 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: 755e38035fb3d3baf9483da4c1e006d780c8731f Package: librabbitmq-dev Source: librabbitmq Version: 0.8.0-1 Architecture: armhf Maintainer: Michael Fladischer Installed-Size: 258 Depends: librabbitmq4 (= 0.8.0-1) Filename: ./armhf/librabbitmq-dev_0.8.0-1_armhf.deb Size: 56860 MD5sum: 1d90191b1e697de3943c631ff5cc062d SHA1: f474df1e46c6b8e082bb2c9b2d8581d06d06384f SHA256: 04a0cfa09611891d42b3979b6106212a7a409901080f452cb4a1db00ff76d2cd 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: armhf Maintainer: Michael Fladischer Installed-Size: 94 Depends: libc6 (>= 2.7), libssl1.1 (>= 1.1.0) Filename: ./armhf/librabbitmq4_0.8.0-1_armhf.deb Size: 33548 MD5sum: 27900a10585c8ba1e1bc5ae3688e1aa5 SHA1: 7c0b62c8acb0b78f369c0b447efb4f7700366818 SHA256: ce56cdbe0bdb62e5dbe48b5537b0fa6972c0f468fd5c22328be0816cdb462fab 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: armhf Maintainer: Faidon Liambotis Installed-Size: 111 Depends: libc6 (>= 2.4), libgcc1 (>= 1:3.5), librdkafka1, libstdc++6 (>= 5.2) Filename: ./armhf/librdkafka++1_1.0.1-1_armhf.deb Size: 32724 MD5sum: 01d614dc00962af748e70d2d67c63c58 SHA1: 63de2d947b791d164bb33816e1a08ceb6c6ef554 SHA256: 92cb8d4bd02cee678c9bce2ddc8bb21d8bb8844a8169ca67eabf000184407d0c 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++1-dbgsym Source: librdkafka Version: 1.0.1-1 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Faidon Liambotis Installed-Size: 517 Depends: librdkafka++1 (= 1.0.1-1) Breaks: librdkafka1-dbg (<< 0.9.1-1~) Replaces: librdkafka1-dbg (<< 0.9.1-1~) Filename: ./armhf/librdkafka++1-dbgsym_1.0.1-1_armhf.deb Size: 478478 MD5sum: 234c971f18834e6f9ea7006fdfe1c0d6 SHA1: 1498b48ead70b198362e46eeeebc512ebb86868e SHA256: 9ca2d363f4ed2a481a1b6a0bb714d1bba25b265b1b44df2d098b5100141ecf5e Section: debug Priority: extra Multi-Arch: same Homepage: https://github.com/edenhill/librdkafka Description: Debug symbols for librdkafka++1 Build-Ids: c1e055aaaecf7b8439c80c5340eef0743e1fc340 Package: librdkafka-dev Source: librdkafka Version: 1.0.1-1 Architecture: armhf Maintainer: Faidon Liambotis Installed-Size: 2083 Depends: librdkafka1 (= 1.0.1-1), librdkafka++1 (= 1.0.1-1) Filename: ./armhf/librdkafka-dev_1.0.1-1_armhf.deb Size: 467558 MD5sum: 765144b6a7d8affa569e33855cd757cb SHA1: 74b58d84f31bb8017d5670f811be73db71fc2cba SHA256: b4e7e78ee22e36ff34da7e8577e6b059baaa1567a1cc8ed559ad96c1d8177a70 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: armhf Maintainer: Faidon Liambotis Installed-Size: 927 Depends: libc6 (>= 2.16), liblz4-1 (>= 0.0~r127), libsasl2-2, libssl1.1 (>= 1.1.0), zlib1g (>= 1:1.2.2) Filename: ./armhf/librdkafka1_1.0.1-1_armhf.deb Size: 327852 MD5sum: 7a04eab65a9e84f899383950f069eceb SHA1: e569469dac8f3d0a99112a3e90dad35a397ddaa3 SHA256: 68082a0ffd7881790d76eb884212a2f3f266e9d8d35826228601c0a26ae47a84 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: librdkafka1-dbgsym Source: librdkafka Version: 1.0.1-1 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Faidon Liambotis Installed-Size: 1519 Depends: librdkafka1 (= 1.0.1-1) Breaks: librdkafka1-dbg (<< 0.9.1-1~) Replaces: librdkafka1-dbg (<< 0.9.1-1~) Filename: ./armhf/librdkafka1-dbgsym_1.0.1-1_armhf.deb Size: 1438324 MD5sum: 83e0abdbe14f3e727d036a7dca5fb07b SHA1: 113c4ad992fa5a93194fd9eb0acf98e785671f81 SHA256: 1624685863a310d0190f9f9ed6dab9466b8dd61cca27b13476fa33eb44461b0f Section: debug Priority: extra Multi-Arch: same Homepage: https://github.com/edenhill/librdkafka Description: Debug symbols for librdkafka1 Build-Ids: 95db9fc2b033bebe4afc0dfccfc4c66db564cf64 Package: libriemann-client-dev Source: riemann-c-client Version: 1.10.4-2 Architecture: armhf Maintainer: Debian QA Group Installed-Size: 93 Depends: libriemann-client0 (= 1.10.4-2), libprotobuf-c-dev Filename: ./armhf/libriemann-client-dev_1.10.4-2_armhf.deb Size: 26626 MD5sum: 921ad71d02ee5451fd8e07698591d89a SHA1: 6d98a0ee31562dd340eb74b44ba9e230ea693a85 SHA256: eb56428f8f82ab179357e148eb000eeec9fcd8d83f09dd159995fe1f67c97d57 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://git.madhouse-project.org/algernon/riemann-c-client Description: Development files for the Riemann C client library The riemann-c-client library provides a C language client, with a simple but convenient API, to connect to Riemann, send events and run queries against it . This package is needed to compile programs linked against librliemann-client0, as only this includes the header files and static libraries needed for compiling. Package: libriemann-client-dev Source: riemann-c-client Version: 1.8.0-1 Architecture: armhf Maintainer: Gergely Nagy Installed-Size: 104 Depends: libriemann-client0 (= 1.8.0-1), libprotobuf-c0-dev Filename: ./armhf/libriemann-client-dev_1.8.0-1_armhf.deb Size: 18496 MD5sum: 1c56eb182a694e3129151bbaeeb0b884 SHA1: a9c42367a8fb0e9e553a4e8a287ebce4e2133e8f SHA256: 90b3161afcf3973a73f35adbade526a1ba1bc55d56dbef8715cabc12849a1044 Section: libdevel Priority: extra Homepage: https://github.com/algernon/riemann-c-client Description: Development files for the Riemann C client library The riemann-c-client library provides a C language client, with a simple but convenient API, to connect to Riemann, send events and run queries against it . This package is needed to compile programs linked against librliemann-client0, as only this includes the header files and static libraries needed for compiling. Package: libriemann-client0 Source: riemann-c-client Version: 1.10.4-2 Architecture: armhf Maintainer: Debian QA Group Installed-Size: 57 Depends: libc6 (>= 2.4), libgnutls30 (>= 3.5.6), libprotobuf-c1 (>= 1.0.1) Filename: ./armhf/libriemann-client0_1.10.4-2_armhf.deb Size: 18796 MD5sum: 2cc26247eb9e08148e32abdd21414579 SHA1: 86218b264139c990216799711765d983b6731d68 SHA256: 90b31d4a152ea2d52a70db255a2dbfc18ec5155abb11d0e2d1765f25855bd9fc Section: libs Priority: optional Multi-Arch: same Homepage: https://git.madhouse-project.org/algernon/riemann-c-client Description: C language client library for the Riemann event stream processor Riemann is a network event stream processor, intended for analyitics, metrics and alerting; and to glue various monitoring systems together. . This library provides a C language client, with a simple but convenient API, to connect to Riemann, send events and run queries against it. Package: libriemann-client0 Source: riemann-c-client Version: 1.8.0-1 Architecture: armhf Maintainer: Gergely Nagy Installed-Size: 49 Depends: libc6 (>= 2.4), libgnutls30 (>= 3.5.6), libprotobuf-c1 (>= 1.0.1) Filename: ./armhf/libriemann-client0_1.8.0-1_armhf.deb Size: 16946 MD5sum: c625f143078fda549fd4dc9a22bec49e SHA1: 22abbfd73e8e12a6a21017a396a9862c670f5682 SHA256: 681e88dbc292d1a645502749d2d618d2d0d112e8c1260df66c0dc623310468ce Section: libs Priority: extra Multi-Arch: same Homepage: https://github.com/algernon/riemann-c-client Description: C language client library for the Riemann event stream processor Riemann is a network event stream processor, intended for analyitics, metrics and alerting; and to glue various monitoring systems together. . This library provides a C language client, with a simple but convenient API, to connect to Riemann, send events and run queries against it. Package: libriemann-client0-dbgsym Source: riemann-c-client Version: 1.10.4-2 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Debian QA Group Installed-Size: 57 Depends: libriemann-client0 (= 1.10.4-2) Filename: ./armhf/libriemann-client0-dbgsym_1.10.4-2_armhf.deb Size: 36662 MD5sum: 573b6c7664f845325f9ab457f26ecda1 SHA1: 790cd07c7f93aa906051edecc19e699e137b14f9 SHA256: d7cb8c714471eaa58109db464324fc85b27fb95809b6fbb6e1961c8fb909f596 Section: debug Priority: extra Multi-Arch: same Homepage: https://git.madhouse-project.org/algernon/riemann-c-client Description: Debug symbols for libriemann-client0 Build-Ids: e5fc27ea8fe80f4e213b8e09ad4741865d7696c9 Package: libriemann-client0-dbgsym Source: riemann-c-client Version: 1.8.0-1 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Gergely Nagy Installed-Size: 57 Depends: libriemann-client0 (= 1.8.0-1) Filename: ./armhf/libriemann-client0-dbgsym_1.8.0-1_armhf.deb Size: 36634 MD5sum: 701ddace98a9cc8f0d68f3f18ad5bf46 SHA1: c59015bc00f62544f21334bfc470d16626d0eb62 SHA256: 5a6b17ab74e3237096b9bb606ab53a6951aec1c604d41776782a23051b0024e7 Section: debug Priority: extra Multi-Arch: same Homepage: https://github.com/algernon/riemann-c-client Description: Debug symbols for libriemann-client0 Build-Ids: 363cfc6ef9456e78d73031373b5b1b2778088b23 Package: libsqlite-tcl Source: sqlite Version: 2.8.17-12 Architecture: armhf Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 34 Depends: libc6 (>= 2.4), libsqlite0 (>= 2.8.17) Suggests: sqlite-doc Conflicts: libsqlite0-tcl Replaces: libsqlite0-tcl Filename: ./armhf/libsqlite-tcl_2.8.17-12_armhf.deb Size: 11348 MD5sum: 0f63fd3198b63f9c66c00ecc5ad7bd92 SHA1: d19b120f56ca2ad97fac1c98c4c780b8570b3033 SHA256: 5ebab22f9fee4907cb63ad6e700b9ca37d7e04c06a351accc5508ad6f8238c5d 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: libsqlite-tcl-dbgsym Source: sqlite Version: 2.8.17-12 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 17 Depends: libsqlite-tcl (= 2.8.17-12) Filename: ./armhf/libsqlite-tcl-dbgsym_2.8.17-12_armhf.deb Size: 3034 MD5sum: 1b56fdee984866c21ee06c3a657e0463 SHA1: 1bf9b7a7476cd18ecec68f80628fc3d90b12b221 SHA256: 2e0269ddec67f8e9fef1b47e68295d82ba16803a4653f1f9e8331da5dcffea40 Section: debug Priority: extra Description: Debug symbols for libsqlite-tcl Build-Ids: 4ddc3038862fa63ecbee99122d03851d720dd665 Package: libsqlite0 Source: sqlite Version: 2.8.17-12 Architecture: armhf Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 454 Depends: libc6 (>= 2.4) Filename: ./armhf/libsqlite0_2.8.17-12_armhf.deb Size: 119366 MD5sum: c666e06cf4b06b4330394f442de84cee SHA1: 4d4f53867aaf0b143b4464c2df69c1351d46581d SHA256: f9ae55638f9ab154ffad2719f9dfe0ed7f17a9836e5f94828404d2ac2ac92b04 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-dbgsym Source: sqlite Version: 2.8.17-12 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 56 Depends: libsqlite0 (= 2.8.17-12) Filename: ./armhf/libsqlite0-dbgsym_2.8.17-12_armhf.deb Size: 14092 MD5sum: 6baeb49fbf4b0b5fe938a206d60640d5 SHA1: eeaa6da73064d6b82e23e3986cde439c37e2db24 SHA256: 91a0e48666a48b18112bb5b6cc474fb0d396c9adbf8ffdd77708832be698a992 Section: debug Priority: extra Description: Debug symbols for libsqlite0 Build-Ids: 76deec43b8b9cbd9c4158d7f15b7c16ce3886872 Package: libsqlite0-dev Source: sqlite Version: 2.8.17-12 Architecture: armhf Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 600 Depends: libsqlite0 (= 2.8.17-12), libc6-dev Suggests: sqlite-doc Conflicts: libsqlite-dev Replaces: libsqlite-dev (<< 2.7.0) Provides: libsqlite-dev Filename: ./armhf/libsqlite0-dev_2.8.17-12_armhf.deb Size: 139328 MD5sum: ff5d4cdb13f978409f7c50ad3f810517 SHA1: f514a0ca994d2fe2e8596ac657f979d49ba2bf48 SHA256: 0b19df4b73cd158a411990f44bee259d55d0668521cac38f68e76c5d9616d500 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: 262718 MD5sum: e3e43dca3428a2704a87a5fc9d1e0639 SHA1: a9768ba1a573709a1c97713e101aa7a88b3c7020 SHA256: e11ebcd6f929b5377a879dc7e1f0590ab3ea8243320ad6efada736aa2a19df67 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: 719 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: 111880 MD5sum: 88fb409e6610443a2cef09fa763dc48b SHA1: e638090ad33c1b0e25799a3a69861e4e12275337 SHA256: 71fbdaee6104a117624b9a11dd9ff98f0ef604e1d1c8d4bcc5dd9979ae2bdd9d 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: 133902 MD5sum: 5ec1e231bf6162226c4fa7ee5b15d5ee SHA1: c95282d63f11c10a5b1d279cd774dfc445bb5521 SHA256: 2a4a950af0cf599b1a345cbdae939e0b0344b9828c470c786b7f7fcac527d315 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.5-5~) Filename: ./all/python-imagesize_0.7.1-1_all.deb Size: 3818 MD5sum: f04e3d40b843312130ba57f00edca4f1 SHA1: 2147829e3dd29340447f21d1d7e3fe6d9490e3d9 SHA256: 037b7ffda55ed492904e565d4068f2917e1c87343918901c9132654658719555 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: armhf Maintainer: Ionel Cristian Mărieș Installed-Size: 105 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~), libc6 (>= 2.4) Filename: ./armhf/python-lazy-object-proxy_1.2.1-1_armhf.deb Size: 15554 MD5sum: d3593e2ce36ac443623b6504cc820fe6 SHA1: 8fcd28ad49c78fa90ab0c9fe866286af8c563aed SHA256: b053f4efad6fd1580607c5282d957802e1a067a642fdb89667731b14ebcf7af4 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-lazy-object-proxy-dbgsym Source: lazy-object-proxy Version: 1.2.1-1 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Ionel Cristian Mărieș Installed-Size: 40 Depends: python-lazy-object-proxy (= 1.2.1-1) Filename: ./armhf/python-lazy-object-proxy-dbgsym_1.2.1-1_armhf.deb Size: 22876 MD5sum: 1f2a339c83b47eba6a66601edc2e31af SHA1: cdb7ee9d01e8f333f10bb15afb057a620122880a SHA256: b648a20d0e3ebf3d3f57eb99d149042e2fee71fad7e1a5efb536588f269e1da4 Section: debug Priority: extra Description: Debug symbols for python-lazy-object-proxy Build-Ids: abb3976ae7f4aad6af8ba32926ad249d2a437f65 Package: python-logilab-common Source: logilab-common Version: 0.63.2-1 Architecture: all Maintainer: Logilab Installed-Size: 809 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: 152484 MD5sum: e573e28cfac8d0e80e641ce5c9239b59 SHA1: 4f50ee27d328c746f4b85d397198159ea7867d22 SHA256: 225f3ce5f0ec3ba381c5f101791983d2d641260328e1ed969ea8278eccf018a2 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: 557 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~) Filename: ./all/python-nose_1.3.6-1_all.deb Size: 123326 MD5sum: 661883c6b4226eaea9a273edc8c092d3 SHA1: 084321752040c2b6dc351af1eb053c5c682b1030 SHA256: 13d2d694f47c5f21e1c8120f88bacaa8a6943e960c6c6227340c1b1e38797bfd 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: 719 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: 111920 MD5sum: 6d2bc6a0459d145bde84fdcb809bdbee SHA1: 60fa4244d9f08386f7518e57c1d61854b310f535 SHA256: c41315a989aad1209e978564c77da644d80afbc441bd82a6aa56ea73a7dda2df 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: 138 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~) Filename: ./all/python-pep8_1.6.2-1_all.deb Size: 36498 MD5sum: 8a4096c312aa209035f7879834480d87 SHA1: 8573ac4603490faa1206dfb93878627cc510be7b SHA256: 2addc8eb56b526c4465d128c7d3ea2787291cc99be228bafafc68e54860a23ab 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: 249 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~) Filename: ./all/python-ply_3.6-1_all.deb Size: 56900 MD5sum: b86aa02177c1b4dc3375f120f7ef4445 SHA1: 2c3dd6e060780728d9706b37f8fe925abbf18236 SHA256: fc7a467ac37b50f254b508bf35914d9d87522a86c0050a21a9e039d65ca234b9 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-pygments Source: pygments Version: 2.1.3+dfsg-1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 2844 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: python-chardet, python-pkg-resources Suggests: ttf-bitstream-vera Filename: ./all/python-pygments_2.1.3+dfsg-1_all.deb Size: 532062 MD5sum: 2a2e5a8ee958611602e34a5d5108ab93 SHA1: 1fdebe5a12affb00b88ad6204b804febd55a679a SHA256: 55928a63e919667f2cd7058823797f62c212bda42d7c2a35ca706b61995bd3ec Section: python Priority: optional Homepage: http://pygments.org/ Description: syntax highlighting package written in Python Pygments aims to be a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. . Highlights are: * a wide range of common languages and markup formats is supported * special attention is paid to details, increasing quality by a fair amount * support for new languages and formats are added easily * a number of output formats, presently HTML, LaTeX and ANSI sequences * it is usable as a command-line tool and as a library Package: python-pygments-doc Source: pygments Version: 2.1.3+dfsg-1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 1330 Depends: libjs-sphinxdoc (>= 1.0) Recommends: python-pygments Conflicts: python-pygments (<= 2.0~) Filename: ./all/python-pygments-doc_2.1.3+dfsg-1_all.deb Size: 236236 MD5sum: 083cfa58d43f28ea4f7f00f4ade40714 SHA1: 78ec458609a0a70152b6f9d0b291f09169fff1aa SHA256: 49bd2a1e5689c8a9c2cf3384607785639d9f04d82de6ac8b443487826d577709 Section: doc Priority: extra Homepage: http://pygments.org/ Description: documentation for the Pygments Pygments is syntax highlighting package. . This package contains the documentation for Pygments in HTML and reStructuredText format. Package: python-pylint Source: pylint Version: 1.4.3-1 Architecture: all Maintainer: Logilab Installed-Size: 630 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: 115370 MD5sum: a6d0ce7a9a73ee51f619ad0b2305442b SHA1: 3a95ddd48ef5080324e0775d2c5ae1cd3616ab6d SHA256: edc0f9a7756dd3e14f5ddafb03e822540f40b1e2dd8cc8bf04e8aed04797b44f 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: 49 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~) Filename: ./all/python-six_1.9.0-1_all.deb Size: 12374 MD5sum: e19febcb5967d9b0fe7d8dcffd32ded8 SHA1: e64e6337ab9e0c10a8f22a2253238f210b935933 SHA256: c2020b8c6b71a1cdd81dd411839124bf0f3482280e3c2279b14d2c36f1c32bfb 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: armhf Maintainer: Graham Dumpleton Installed-Size: 108 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~), libc6 (>= 2.4) Filename: ./armhf/python-wrapt_1.10.6-1_armhf.deb Size: 23408 MD5sum: 00354183b02f05672f6692e3ffc1212c SHA1: c171aff8fee948a030c321a746e88cb2865c980d SHA256: 252bfb45040a69d246dc9e932f96789a8b1bccc048f7defed0b537281dbad5fe 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: python-wrapt-dbgsym Source: wrapt Version: 1.10.6-1 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Graham Dumpleton Installed-Size: 53 Depends: python-wrapt (= 1.10.6-1) Filename: ./armhf/python-wrapt-dbgsym_1.10.6-1_armhf.deb Size: 29994 MD5sum: e43336e5ba0a2e8f4005a2385c578649 SHA1: c4610154f6f45f895bdf49cba54a0c6a0df51b8c SHA256: a47ffacf74d77b1c238e0baa389b4026ed7f6146692fcf50b30bc4540a22fd48 Section: debug Priority: extra Description: Debug symbols for python-wrapt Build-Ids: 2217399911546e545c13ce6f68b77fe615d5214b Package: python3-imagesize Source: python-imagesize Version: 0.7.1-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 24 Depends: python3:any (>= 3.3.2-2~) Filename: ./all/python3-imagesize_0.7.1-1_all.deb Size: 3884 MD5sum: 3488ccbb7a0b7d0e0b4649003db947e8 SHA1: 17fa3e66c10bc6c1826b2338ba8c5a7edd8ac9ba SHA256: 42692d0f585a3a45f94e92a25d784fcec6c055abba0ba206fc36a28654c03957 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: python3-pygments Source: pygments Version: 2.1.3+dfsg-1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 2832 Depends: python3:any (>= 3.3.2-2~) Recommends: python3-pkg-resources Suggests: ttf-bitstream-vera Filename: ./all/python3-pygments_2.1.3+dfsg-1_all.deb Size: 529898 MD5sum: 182cd13b8364c439772b292faa98c8b1 SHA1: 6ede16d1da96eff3da1bef8b7b0483c6a749c45b SHA256: 6c8f0307e9b4a600a39697990ed50d873decf8c4383644a365f451316da8518b Section: python Priority: optional Homepage: http://pygments.org/ Description: syntax highlighting package written in Python 3 Pygments aims to be a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. . Highlights are: * a wide range of common languages and markup formats is supported * special attention is paid to details, increasing quality by a fair amount * support for new languages and formats are added easily * a number of output formats, presently HTML, LaTeX and ANSI sequences * it is usable as a command-line tool and as a library Package: riemann-c-client Version: 1.10.4-2 Architecture: armhf Maintainer: Debian QA Group Installed-Size: 29 Depends: libc6 (>= 2.4), libjson-c3 (>= 0.10), libriemann-client0 (= 1.10.4-2) Filename: ./armhf/riemann-c-client_1.10.4-2_armhf.deb Size: 9464 MD5sum: 6608997218f48458e0a3d1350d3f2c0b SHA1: 1d5738d98b677af94944ae3be06a16de8da2861c SHA256: 6d3a7e985386ea312199bd6949659adcda162e88c989745e0cb41ea1e25aa360 Section: net Priority: optional Multi-Arch: foreign Homepage: https://git.madhouse-project.org/algernon/riemann-c-client Description: Client utility for the Riemann event stream processor Riemann is a network event stream processor, intended for analyitics, metrics and alerting; and to glue various monitoring systems together. . This package provides a simple utility to send events to, or query a Riemann server. Package: riemann-c-client Version: 1.8.0-1 Architecture: armhf Maintainer: Gergely Nagy Installed-Size: 30 Depends: libc6 (>= 2.4), libjson-c3 (>= 0.10), libriemann-client0 (= 1.8.0-1) Filename: ./armhf/riemann-c-client_1.8.0-1_armhf.deb Size: 8976 MD5sum: a2abc9011fa5a8a65f55fe2019f59f78 SHA1: 6343bf8332034055995eb1f23551723daa573861 SHA256: d6f06d1d9fbb092e232b77a1e8aefbd46f78b03806d00a65e718d3d500b92ad5 Section: net Priority: extra Multi-Arch: foreign Homepage: https://github.com/algernon/riemann-c-client Description: Client utility for the Riemann event stream processor Riemann is a network event stream processor, intended for analyitics, metrics and alerting; and to glue various monitoring systems together. . This package provides a simple utility to send events to, or query a Riemann server. Package: riemann-c-client-dbgsym Source: riemann-c-client Version: 1.10.4-2 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Debian QA Group Installed-Size: 31 Depends: riemann-c-client (= 1.10.4-2) Filename: ./armhf/riemann-c-client-dbgsym_1.10.4-2_armhf.deb Size: 16464 MD5sum: e2bd2457c063bfebc314a5c1612244e2 SHA1: 565f8771c70157ba360bfb182e3e0acb735e85ff SHA256: 572f466024afd7ea60c68263690396b391417fb1179c54a226ae188c7854aac2 Section: debug Priority: extra Homepage: https://git.madhouse-project.org/algernon/riemann-c-client Description: Debug symbols for riemann-c-client Build-Ids: bb567fe8f8ecb37b96e6c868d15fe18f6e3be1da Package: riemann-c-client-dbgsym Source: riemann-c-client Version: 1.8.0-1 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Gergely Nagy Installed-Size: 31 Depends: riemann-c-client (= 1.8.0-1) Filename: ./armhf/riemann-c-client-dbgsym_1.8.0-1_armhf.deb Size: 16224 MD5sum: 0f76b2e2ba1cd75725a6716fd25b1290 SHA1: 1fb5ddc6ae9cbcbd3bd33103a48c453856fb5962 SHA256: ad9cb4a56fc8774087876eae3a86bab709c452fed54743273e646ef05bde6655 Section: debug Priority: extra Homepage: https://github.com/algernon/riemann-c-client Description: Debug symbols for riemann-c-client Build-Ids: 642983abddfb488436d0ad331315a4e1005a0167 Package: sqlite Version: 2.8.17-12 Architecture: armhf Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 51 Depends: libc6 (>= 2.4), libreadline7 (>= 6.0), libsqlite0 (>= 2.8.17), libtinfo5 (>= 6) Recommends: sqlite3 Suggests: sqlite-doc Filename: ./armhf/sqlite_2.8.17-12_armhf.deb Size: 18794 MD5sum: 2363fb59be3333d00131f3a2f3fca604 SHA1: 605d0901bb9bd74854ab4ef34c65da14927b3137 SHA256: 3638624146d89a47e431529122050f95e6b3d802adab053d16da43985b6ce8bf 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-dbgsym Source: sqlite Version: 2.8.17-12 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 18 Depends: sqlite (= 2.8.17-12) Filename: ./armhf/sqlite-dbgsym_2.8.17-12_armhf.deb Size: 3476 MD5sum: 74a996f73aa02d12693901fc38c12c5c SHA1: cbc0ca5f7897d91194c2c9e28e530c7a0e54e7c1 SHA256: e90a7f61773687ba3faf344156b041a7d5a13b66a2bbbd412ab7b8627d4213df Section: debug Priority: extra Description: Debug symbols for sqlite Build-Ids: c81e55ef8ff610b6d2af9de8f396d1f1642b385e 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: 135882 MD5sum: c7e9f3632023a12dd4c7dbd553b5f3e1 SHA1: f672ce4f5fc9120d889acab5c3cf15de965d3e1b SHA256: 5d5a96a6126b95c74267407f084ddcf22927ec3a3bbdfae2ab748e8e927984b1 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.11.1-3 Architecture: all Maintainer: Laszlo Budai Installed-Size: 10 Depends: syslog-ng-core (>= 3.11.1), syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json Recommends: 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-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-kvformat, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-pacctformat, syslog-ng-mod-snmptrapd-parser, syslog-ng-mod-geoip2 Filename: ./all/syslog-ng_3.11.1-3_all.deb Size: 4142 MD5sum: 1c4c21adb1f0cae4cb4234f03718d4c4 SHA1: 79a431283360d3992dfd1f72e02f1703b423f835 SHA256: 721e55f21dafaf428c66e2e25fe6bee17c7ac5744b89ba5afe38a9917a84da82 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.12.1-2 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-core (>= 3.12.1), syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json 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 Filename: ./all/syslog-ng_3.12.1-2_all.deb Size: 19884 MD5sum: 44e54310998c850d7fbac8343d738a7f SHA1: facc80c8a776b5eb83ac4995710ca390b643227c SHA256: cf47e65135c0a2895d38601d0338945875a88d85a8f9981d39e5a4f8c1c04821 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.13.2-1 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-core (>= 3.13.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.13.2-1_all.deb Size: 23854 MD5sum: 35297cb85e93195e817c7d95c1bb8944 SHA1: 5712b943fe31139e6124dcc149348cf699c44bbe SHA256: 8b75faf8e6c61afb215c8b7531781d0414fe0f01b58b419017ad8d0599d85b2b 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.14.1-3 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-core (>= 3.14.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.14.1-3_all.deb Size: 20048 MD5sum: bfdd5cb429f7616c32a7d67a1e513f72 SHA1: 91163d2da11900b6bcfa9c1c8cca8976726c9472 SHA256: d6d70f86f0fac11979d9f6a495091f4c3185714eee1ee2a205c0cc68212f8478 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.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: 20292 MD5sum: c6f6ea5f0a9f127443f6ef4742f4e22d SHA1: 17c699767ae08b13ab63344d34916cedfd8f5a34 SHA256: c60a6bf66cccaa6193b58e62e1fb176e3e816e75778953bf76d96065260ac9c1 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: 23890 MD5sum: 6f1fdc897e4ced2eebf4adbc2dc8de7a SHA1: f6ee1bf3b921ba3fbe843d90e30690055bf0c34d SHA256: a2fbf8aa935fd7c7fabcc402f93890119d4cdb29d5bdc92bcf18624be77c6cb8 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: 24378 MD5sum: 8ddd353274a5e8f12368c7ca701e7b75 SHA1: ca4b8b659451a4fc70d1c8de0320c45ea7a1a3f1 SHA256: 108bf0757a687964ee28a23df95891fb25781c98b79e8470b0d75e0fa8f47af1 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: 24358 MD5sum: 439ca8694898caa0b9194ada3e86d2a5 SHA1: 8218e50584aa4fa4ef019842c8fe3d0c041a8262 SHA256: 90ad5eb480e9f752ece5566007c57bc8b65a68df22bb64ec62cedbe4288ccf31 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: 23944 MD5sum: 5d495cd1a4c05e9f3813b8c3026307f3 SHA1: e76533e1d2802c556ab775866b312a928fdc1e9c SHA256: f2eed3b04220749d27489c8bdbaddf44b0f14c9b1c3b19789b7cbc83c5a5d7ed 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: 24372 MD5sum: 4bdb90f989cfa96ffe89c19f1c7f2596 SHA1: f798ccffb9247e89ed27abd1f58875f1a85b90c9 SHA256: 9c4ae461acf947d043a3ca7876b8a24aad30d7fd2e24c487e811f33d5ac0c2ad 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: 24762 MD5sum: 2a387cf7f79b0cb91217bea340b4d05b SHA1: b19bee39a46c8560ce4d0cb4d642023007982a86 SHA256: 4da229ed79d986c7abd7d606a18be445d598d2a0f29a6c1a0946234ecb6cb233 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: 24162 MD5sum: 878c89d4fdb16e126144a1aeb6a0b22e SHA1: 709ab80ed2e579e031b7f3359255e417dd1daa98 SHA256: 286d018807aca8750454ccdac27840f2e894d4bbd4da16593ae7019172b223ab 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: 23786 MD5sum: d9af71569e7a6714089ca8251348e4b1 SHA1: a23aa97fa3b06dbfd6ffffdedcf2a04940c20d40 SHA256: 01c0d78a8dd730ba9e8e7d4047fea932b9f90c033748d669239dd30b78fcf32b 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: 24272 MD5sum: ab1936492c58d4adacffc40de523cd3f SHA1: 8ec98cd8fec157217febdfdce6ec5d6cea15c954 SHA256: 8ef1bf15e08c860d0d078cf549e30551013fb7b38f3ffc5b1a76bc81cb2b72b5 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: 24396 MD5sum: c7151c8d5afb551dfcb419b6757dd785 SHA1: 68e99d85c7549df64d31049742fe044ea3d6b530 SHA256: 8816744832e0d6348d871d575d83d89a9ccea7dd6755990ae775b65a3a3a0218 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: 28330 MD5sum: 9716ef9000f54e2ea62adae765bdab89 SHA1: caaece08f6c1a970df2ca77da5fd601a1c508e4d SHA256: bd042772797bc6b716c4c05912108ba55e33ad29059324196b7576a5590603f2 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: 28950 MD5sum: c7a2cc7269973877c1ac758b838d7e31 SHA1: e02995bb235f1ca253eb925b56ab19ee3741ddbf SHA256: b1b952bd6400788d79db241cd9080c46c3a764a2faa66e84a0abfecfdb405a89 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: 26640 MD5sum: e74305363ddabd4204e097775a25b148 SHA1: 448aac507e077b2a057cfaa8eecdd9868909bc3e SHA256: dca7c8127761b55dbfddf86c93bfd3010d867baac0a177d2386deb454fe20ec0 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: 27396 MD5sum: 5d6c1fcab55568601d3bbc75aba9facc SHA1: 3da4b601c33f3d87fad6f4a7910cfbf9fcfe6608 SHA256: b7897ea653ce95f6954bbc812c46445d5ecba803fe448d28af1de323392b5bbd 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: 27574 MD5sum: 754d0547a1ae8089c7fe9cbee7fa6c1d SHA1: adc4384cf6d125d893dc0cfc2ca3d37ef063b1f8 SHA256: 342ac71c24bab4ef1ef215755bc6908f51eacd741b0d85ec07ff7d46d94ebf6e 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.31.1-1 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 44 Depends: syslog-ng-core (>= 3.31.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.31.1-1_all.deb Size: 27428 MD5sum: 0fdbbcba2be2edb305910b5f647c6220 SHA1: dcb922c865a9a2be5265ee7361d542aec5e0e1e8 SHA256: e60b766082fc3aa2bd1ae3731bd0cfdb9a3bb030c8ca24b967e8dc1020fa8a4e 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.31.2-1 Architecture: all Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-core (>= 3.31.2), 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.31.2-1_all.deb Size: 25140 MD5sum: 400c1ed9b8c412689792e327028b63bf SHA1: 4140478df51907cafd9c18f4ec728508fb82bd7c SHA256: e8b53288776ac47f8ab563a97859b218e8720f53472735d787d1e5cd1cb2b1ca 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 1620 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), util-linux (>= 2.12-10) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json, 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-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-kvformat, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-stardate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-pacctformat, syslog-ng-mod-snmptrapd-parser, syslog-ng-mod-geoip2 Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~), syslog-ng-mod-journal Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~), syslog-ng-mod-journal Provides: libsyslog-ng-dev, linux-kernel-log-daemon, syslog-ng-abi-3.9-0, system-log-daemon Filename: ./armhf/syslog-ng-core_3.11.1-3_armhf.deb Size: 379542 MD5sum: 47e961d6933c17c615c2bf79da403599 SHA1: 6c8b88f2126901a6e0698a043d21f623db2ddc3c SHA256: 08266d2e2e94750d0d5349fb89facf6cfd0074487bf346b6036998b818cb8862 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 1780 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), util-linux (>= 2.12-10), lsb-base (>= 3.0-6) Recommends: logrotate Suggests: syslog-ng-mod-sql, syslog-ng-mod-mongodb, syslog-ng-mod-json, 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 Conflicts: linux-kernel-log-daemon, system-log-daemon Breaks: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Replaces: libsyslog-ng-dev, syslog-ng (<< 3.3.0~) Provides: libsyslog-ng-dev, linux-kernel-log-daemon, syslog-ng-abi-, system-log-daemon Filename: ./armhf/syslog-ng-core_3.12.1-2_armhf.deb Size: 433736 MD5sum: c38190c66d884a38cfeb05b38f4d87e1 SHA1: 9ee6ba1fe440214c29a443cb1ce4bc48d25f8436 SHA256: f7fcf398333d7dc23e0f64e603921cee70cf99346bc721f4abe85d36dd223863 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 1944 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: libsyslog-ng-dev, linux-kernel-log-daemon, syslog-ng-abi-, system-log-daemon Filename: ./armhf/syslog-ng-core_3.13.2-1_armhf.deb Size: 453480 MD5sum: fc86b5a15da8c1106594133dc58b38e5 SHA1: 0b46fbb6401140772bb0bf76bba877a19a28c5f1 SHA256: a1e73abc80e1560490651b913fd025ff71b72776b5529e4c463a66a233123d0b 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 1951 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.14.1-3_armhf.deb Size: 458196 MD5sum: bcb1eda9f4688a47d1afbd4419740506 SHA1: a77271dcded07b05ff8b45bee5b6653fb346a657 SHA256: b3b66b805948d9daa73ef4ad4d5ce35b331ddd9e908f12889f29d105d5c70a8a 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 1963 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.15.1-1_armhf.deb Size: 463054 MD5sum: ecd1dea6b12b058ef27fc37a5e287416 SHA1: c9cd1554611b3c6f69cf70fefbf06b0e49b40a37 SHA256: 4db4f6e4a53d5527666ca32239b876f708f47d4cdd68337fd5df61c65531ec9e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 2073 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.16.1-1_armhf.deb Size: 483114 MD5sum: 25157ecca82faac11f432079f951d6e5 SHA1: 7a102fe79df36df0f36fdaefc3120c7bd8ed75a1 SHA256: df2b8a64d97abeaaf8bb3594d899fbf35860214be0af833d6a20b17dd0198ea3 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 2110 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.17.2-1_armhf.deb Size: 491010 MD5sum: d9e74cfc06461e0a220f1bca1df6bf17 SHA1: 2675b318bdcc53fa49100458a9951f5db1eb3ed6 SHA256: 425c50c9a0324b04eee84173eeaca13033319b0be4b9e28318b5ffde9d381000 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 2130 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.18.1-1_armhf.deb Size: 499046 MD5sum: f30820eed93011f6d585ed1b49d2996c SHA1: 5ab7941d4cb302f389787b8efa7261f28b41b428 SHA256: f70db025d76d329a28ec18e0ee43da21b7ed8070549b0d6a1b4fcd4157ec5274 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 2130 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.19.1-1_armhf.deb Size: 499494 MD5sum: 3c7e1e6e523efefb4faa6ecde009f8e3 SHA1: 486a589302643b02ec489ad4faa8bfeff7cde4e7 SHA256: 223992c6a4e6a7190875177e5123456ebbfbcdc247604d296dad82d24ff422a9 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 2167 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.20.1-1_armhf.deb Size: 505198 MD5sum: ca9538430508daa19a61c2a417353f54 SHA1: 991d9e0ca680f060ecabc547744800a3289a49fe SHA256: 4f7b438d4ccdfb65c0b10ceec751c71f9583adbc0156a533ef8e702da5ca41b3 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 2189 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.21.1-1_armhf.deb Size: 512746 MD5sum: 664e831da5e71652c5e8f9f4af0457f8 SHA1: 443f6f9c8bc78a91f8cedfb290cb5d44239467a7 SHA256: c3ede353ca6f2e378f39da344f6e458cc5540004da6f5d07ba385c6930222f36 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 2223 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.22.1-2_armhf.deb Size: 521860 MD5sum: 6694ff2d42ce2ea5197af5969d7c9180 SHA1: 7debe5db64fcf44e42bf58c5cdb3d3579320b9a6 SHA256: e54697b79302fb66d00ad5bdd12bb95021d4cb7a5e98a29708d246edf53a108c 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 2238 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.23.1-1_armhf.deb Size: 525782 MD5sum: ee03a74763083b8a28ba8fd733f3dec0 SHA1: cbdf82fe41aa951ea903d5b36696909fc3ff8529 SHA256: 70bfcccb89eea22707bd948a798b6d5018a2b0b9562ce3e0535b630b9fb6eeaf 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 2251 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.24.1-2_armhf.deb Size: 528970 MD5sum: 46397929754d1eb74655253474bacee1 SHA1: 8ed389902d477c69a71c1225243f9e4bd62e0c97 SHA256: ec4d5a3ec6761b4de0a51fe4c7495f93dc8f0841994c65c7c64b60b8db8da926 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 2264 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.25.1-1_armhf.deb Size: 533524 MD5sum: cd6b4eaeedb8accdcaca381455d3f532 SHA1: f0692e348dbf9f64561c85db11b6c3b1d9e5ee20 SHA256: 84eb3cb0032ce87b7fdb568e9abcc21419c41e8716ef72e7f81231899bd6da9c 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 2315 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.26.1-1_armhf.deb Size: 546542 MD5sum: eb5c375a2c763dc2c312f6ec3ee94b57 SHA1: cdced46b74d164b31f635f42946df33058c415ac SHA256: ed06626963b3f77cd69bb75ab6daed34ecd31c510475e3daf1580cc5d1342e7e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 2315 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0 (>= 209), libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.27.1-2_armhf.deb Size: 551250 MD5sum: 72b932883b90d51b3cd9f734ea85dbc2 SHA1: c1a27914c4fd210d9d6d7d8fd354db6a23f0ab1d SHA256: a5a6efb2c9f115722a08e05e2663cb6670ed4e774c5154bb1f47ab02eccdf526 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 2317 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.28.1-1_armhf.deb Size: 549792 MD5sum: c41b35125bdfedfa9b8f41265f701ec1 SHA1: ee8093850bfc11f0601de87d17f92b18d1da4f1d SHA256: 3da7fe1acb404fb02f59c1e31671b6dcf1dc25c7f4d4ecdf6b516cc81d7ece6c 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 2341 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.29.1-1_armhf.deb Size: 556226 MD5sum: 4d48f1e2f82bdbdb3f20992ce21c8f75 SHA1: 769ba99c660509f2a88f5d63532c7b52c9fb0b2b SHA256: 32029f36be96ddcf3e09ab12397a35dbe2a27e741302649029ed4396d5d18fa5 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 2353 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.30.1-2_armhf.deb Size: 563040 MD5sum: fc23edc91430ba6a753b7c99440f7329 SHA1: d72d846f8bc003e29a4a087a21333e9f27036bdf SHA256: 1d9161afd2b4a4f9939e811596fdde1d3cdb3ec635d3d7c377ad7c8aee63cd45 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 2367 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.31.1-1_armhf.deb Size: 564078 MD5sum: 9d887be651bf0a68476879096568f4f3 SHA1: 064634ce4cffd6f180c306f142c4104b752afae3 SHA256: f853549ccff25b974021082e12bf85d754ec972671d0ee21e74a6debbb76d76e 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 2365 Depends: libc6 (>= 2.11), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, libwrap0 (>= 7.6-4~), init-system-helpers (>= 1.18~), 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: ./armhf/syslog-ng-core_3.31.2-1_armhf.deb Size: 562670 MD5sum: 0a818b485e7855e098f139b603f98c19 SHA1: b5c909d1ccb402e470e95f0f4d4d97f43f47bf38 SHA256: ee53760cb158a882acbd8e7841c8993fd9101da888ee5ddf0faa460eb2e3481e 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 4165 Depends: syslog-ng-core (= 3.11.1-3) Filename: ./armhf/syslog-ng-dbg_3.11.1-3_armhf.deb Size: 3620292 MD5sum: 973a985da8931c3441a7a52165b4e8b9 SHA1: 01b17d06dec43fc978c6cad5ee1c079d841754ce SHA256: a636cb2592af6a9d1049855528219712c240c0d4313286bb6dd662d2fe34f99b 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: 128e150e10a0f251d7cde6ae8d12c0ad7e4fd0af 1bd9c913a97dda67d9767172e2d0cc5b1dc9156c 1f8da665aaddae8ede8752baf8d3a8fffff579d4 2f9b905b2c64bf9b7b42a7c092e9acebe69b979c 31b470e3b5124b33936da29c417fc71bcf8498bf 37a54a455d65fd8fdcf7988f53a704d07949debd 44b6dbf35da71e539fbc6108749c893f64ad52ad 4d860ffcfd8bc9a45ab3b3aa7f726f3ce50a8903 5d784a73e76778df7487a0c697ac1299d6e29b3c 5fa753829eeab3ac211f12ad1365db0f0e5cac4e 7451c35827248fa8966f7d829c032379b8973ce6 9e9074052128a095a03c13602a18ed73f48b4477 a3ae67b91405c3f9b8179884ef2ba5ab760ad947 a5ea72542eb4b43d7841120b7f2e5e59cd797d0b a9a075425d590cd99f7b7d54ccfd8d93512133bb c8bb384fa870e6e3f6c5c0693ba4662b4de61b7f da6d3c8acdf5bd0b72b5dcfae818c38bb0c0c437 df2ec03c490b4189463d383a4ec8a6eeb418ca52 df9088dc13322c92808697f2325cb9b24a7fa883 f597aa10dc7ca26901a17a43ec576067bb215d1f f6373555738121ef30468dcc9d7c3895cf13dcc6 f9b812dd6dfd81ff5fdf9455eb13c2929c411d72 fcc2d68b0db6cc26b67cfb0728a65b406271ab84 fcf6769ef7a5b218ba167848a0a9941610752215 Package: syslog-ng-dbg Source: syslog-ng Version: 3.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 4184 Depends: syslog-ng-core (= 3.12.1-2) Filename: ./armhf/syslog-ng-dbg_3.12.1-2_armhf.deb Size: 3629920 MD5sum: 04945a2347676bee314626ef4465599a SHA1: 29f332dd1902f8ead69ea1e2b7677086857d9ae8 SHA256: 751fd22acf06a59ce7fe81767ed8c35e36938f2056f9750452e7f3ae3133a640 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: 0195adf7268a50611ca6bb7b1ca0133249a26d82 096eab1a1a9a0157f4866e484fce9d18836cdd5e 0b427d9a915657ff8a3b112962afaf099998af92 131c32fd9b82963a16deff56cce76d673e013586 200ca382ac783d980f593e50248868d8cfa815fc 2aba8a0142666f291c9d7381b5dd4c395f764702 36dea48411f3278e626e2714e0c777c199a761b8 501b9720f50581cf83ac2be1263f6e01535088d0 5c8e981cec49bc68a47c81061ba4e926cc0c1285 620aaefde1bff7fbd399c77432d06e52d16215e6 6d094a4dc579210a21f63ee67e66e6245132a5ef 71384aea641de5518f55c80ab1bc2eeda1b208b4 88e63aa7ec5d9f2fd5219dbff0d921e44d120163 9b05d4996601cf4755c16afb8d5379e5969981a5 a461a4a91c3fc1b449f9d91fe737d43fff516775 ac9b081129658dfa817619756100777623fdc28f b17ca8e13ff3fa95c575af7bb970481129603413 b6afe10ff701434d2797e37056ae34f408b047f5 ba9f80e69d15cc277ed4d5db83c0646b8ed5c7ea be94f5fe2f721396d550fda21305375c850a38e4 c9833c010dba7ca9a6a74c26e55dc706cfe717a8 ccec27ad72b9761fa6f4bf5b52cb6924598972fe e1e2afb39e6d6bf4ac69eada0121581ffaac4399 edc3d28493d8e693fb30db9dc6da790dab81c4d1 f18708fa0de90a6f1e5428a682dacdcdd2400535 f9d8925b0d6d367007e98b3f419924f392ecb9ba Package: syslog-ng-dbg Source: syslog-ng Version: 3.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 4320 Depends: syslog-ng-core (= 3.13.2-1) Filename: ./armhf/syslog-ng-dbg_3.13.2-1_armhf.deb Size: 3738126 MD5sum: 7e74ce7988beef1b391b0e50e92ce26f SHA1: 1f2221b0ecf241717c2c35fb8add9e279eae8121 SHA256: 21547d694115a41b9977c34e4219dbb3636f60df573c9339632f3a44fa181860 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: 0aca082767720d9941038d72075f913033ed9d4a 12fd474641aac344ea589606f8b7ebabe014cf1d 1d0edd2815eefa5660ecac63d767234a0f7c02fd 28b8f76c1233258312bca4761f7cb083cc5cea5d 3a87aab5d718b2052772cbf45a76d909307666ec 4547f8d6b1f87a61a36ade7d813c6a65ac8ebd95 530c7699da0ab194cc3e9e1b2fde1573fd8cf125 59f35a287d1299b835e572933fdb3729f3f1e581 622ecca1ad60f24129ff7a804cbe07eb39f8a59d 70312d97d9c7f60785bb91c6c01fa34a2bdb4184 725bd4eb3464e79840790806b80f28dd7c2ed46a 78236f1731b7af271caf357a641af2fda31ed118 7c1f42daa546f4ec6949d63ca2aaeb6ab3e07711 8a98d6b2943e500597f6d9c86ce805cb7030bd0a 8b2f01c9469c30a5966a5c9db1e5349d7ce8f6be a21ab25ac3419796138b5e3f9e1c1019d27bc91e c4b337e59767cd42dbba75a791b91072447d4530 cac81843445f4f38aac41c0550be8b7a9cdfa0b5 cca471d85f7c478dac7f7e03ee459c3b7faded3d cf14c8275a704a2a9981a2e591c6b39de8e314e7 da00c95845221664e733c8be84dae43615e9cb6d de0bf6adfd83978dc01793526e39ca6beef856b2 e59afc6cd1ce1dcd1dfccd3a9ba22ded369ec2a1 e65965183d8dbac9d2a0bef78bc8f05852ff690a e9153e514f46db6ee726632315c0fa52399ac92a ef5b14ea2a4104eedf759ca04a8b2c9eb14cb28f f323652e71b7e8e011acabbcc4cc91ceb31503f1 fea258624c6bbcd734acc6e5c6218be6b4a3818f fee1c1a4bcbba5a1965ca7fe224288353b2fd30a Package: syslog-ng-dbg Source: syslog-ng Version: 3.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 4399 Depends: syslog-ng-core (= 3.14.1-3) Filename: ./armhf/syslog-ng-dbg_3.14.1-3_armhf.deb Size: 3815824 MD5sum: f11c45620ebcef31d23290855a06d476 SHA1: f21de7cefc21e7d69dc3f2f1c01f9806cf2a46c7 SHA256: 0d7549ce9845ae10069f53c118c2f7fc862ef71e1d22c186973955fbffbd7d06 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: 0846e1c95b3c1d880905cdae35cf1b3ce1359652 0fad351bbb7665027e40654260f390820ed10932 1e46b715d743c505294ee1c855d66d8dabb7f9de 2221e5f45ca152a7968c66976e792b16d3313644 33c426cd40860449388f724b4d4f0fa0b00987dd 391b9663e77a175c7e99ea411a692f7264164254 3e8271f1e3a2ff1333e6416a16c422afe27ea9a2 402d5ae6b0fbff36582fcb4b323c5ad2585bb4ef 41995fb455904cc57da57a02e71a887bb639fcd2 47f1eabd10438de35d876c8a3cb4b14fe8b6d146 5367371630e50aa1e4dd5238e105d95b82619d74 60c530ce38afc2c9e6a0470e84a2739cffbd38dc 64ce1460bf84cc6a12539dfe3408b05d33fb335a 672c2426e5695531f1754d675aa0442ce35bf53f 6814d990f5107af307d974fb96b28eaf43ca853f 6bcd9726a91103205872a8d400d99680ae4e9377 754c1d317966aee72af10f92b2faf64be4b8e1e4 79713d00d07e00dc62070955ac56704f461f17c9 80cb91b15e4638843593dd7d1c66d4c9ac00bba3 8e524fd15de8136a71f3ec5536425ea8a1b45be2 9551cade33cccd52453a2200e880387fc405d729 9ad4d5ad73eb7f378680abe7dfcd24e11ec3a05b ab824bd430a903b35564d732feee62ed44bbb538 b3610dead39bfd689f15325921d30ab6f9ef91ae c61ba4eda370c81a5a89e7c7b1b5a9fad9dd7fa1 d06e89d29336cf1234b4af85f53d7d758f98b0db d4aa39f16ff86abf90e619d7bb5a5c191f7b84d9 e1614a770068790b16124210d6257a1289266fd0 e3489142aa2bf342eec7e9c0b8f9f2f1d187482d e45a68949a4849827ad191410088ad39b71286ce Package: syslog-ng-dbg Source: syslog-ng Version: 3.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 4451 Depends: syslog-ng-core (= 3.15.1-1) Filename: ./armhf/syslog-ng-dbg_3.15.1-1_armhf.deb Size: 3866838 MD5sum: 7446a56d9e4142285d0eeeb709ca6c98 SHA1: 36f4cd1a76c0816e436186b0fd2d163c58b365b7 SHA256: cdaf5d58ad321d02c0e68fa80e40582ec428b06c9630d5d0e43ea1e9431122d3 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: 03b12e9396054af8c148b8bb5f73ce50f05f180f 05bb547b292c449eb47ff244a0f67d726c806db4 07cc04255a3a19e91b414b99e5131cd6ded3ba74 1b6dc73396c1a4afa0cd5b4271c20ccb47263fe8 1f40dfa10f07906657703be0de236b82b0ab6aaa 30f69cd50348e807bd0c9ad852d18b8bf32ec494 3383f41fcdc3ed1d9d2954bb35ded690ca0b13c8 46383765c310d9e5c2f5098b556213b76f334ebf 4b44db3a21b55e15e9661e02efe32a0c7be8e88f 4ef74d350b02e777a298ad100464294aae18fe66 5135237e7b106b1de93437e4b3f7930e01399c1c 597bc5e57d5664cf38eb69b060232a7bead1986e 7ae44d71bf74528dc311fd541c132304ce74593a 7ebb5b1192f6a8da9cbe92a878162c40c4d5d5c5 839393c279593bc497cd244854e7a9100c145a92 87fe64794d3a50ec5d7d5d789741f76efbd84844 8d3cd98fb0f8500ba9c5ccf6bf76b024668ab628 8f3469ad46f2864fc910c6030f2dce255aad9ddd 9b89743df029855469c1036fc776692e33f25760 a174a07ce5e0ec6a93577d0ec9c95a2955783dea aa9832111339113df95cd872c810714ce16d6dde ae8dc871f7b0f930ab45b2c9aecfcf8b64918390 b81f11f61890b916de306c3f3b5b6dcd6f5e16db c03287800ab288b2719544734257d4282c20420e c77817e6be770acfc04fffd2da5d43207718f4d3 d665ca759fdfae3832d49c9705bd37a141eae7b1 db70723688f6f89ed1d129b4e5f186e817a0a4f9 e2bb440f538e3d24ce9f3dd1fc80cd6179624b1e e43db33fceaf3bdde037e0beea6af3929b9ce495 ec7a9ef3e7f2f8632ba20cb11a2adbddf86d0014 Package: syslog-ng-dbg Source: syslog-ng Version: 3.16.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 4674 Depends: syslog-ng-core (= 3.16.1-1) Filename: ./armhf/syslog-ng-dbg_3.16.1-1_armhf.deb Size: 4036446 MD5sum: 193d0f2b89535812a968e9dd49788e6a SHA1: a36e17798dab5864dbcb1079c27fe4a9ccfbb2d0 SHA256: fbbbca0d136c0f92710afb62525421c13748586905788269543cee380f3926a3 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: 063a38b316e42fb6e71f99f5f55fdf9675208c32 165e52f182f03550182505b2d17307bbf1e8a8ee 1c599eb94c23cdec4a25ebc5c5fcd53cf647d1d1 1ef32127afbf7c02a732c280fcd734ba53ac61e1 24db66779252bbe2455adad9be4e3f7712c661a5 2fb8fe456f986e3d647604e5d8818c4a5450f52b 34da95e6d6218acf48b9b6b9d884bdb8c11f24a8 38220f5bd3bd5de5f4e3d7e72ec13760c3ba68ed 3855c3e4500da830e08cc4380a62dd06dbce182b 40e5863cf5d2764c6dde0de5862c568dfa820105 43e6fae14ed399a77eaa9e65dbeebdd8fd4ba58f 5307f14dfbc0a7864f2c622e6aae280877924375 55d597511deae0ae7d5cdc1e9568db34929c7218 5d3b06b1eb6cba329c66f1f8219c248331ef8207 621eceda2b93850936438a771edb4ba7e4cc2c5b 64c06816098b25c22352a0bc6d15c57ccb94b1d1 657c4edd5c14831effc1aba4ca13b583562de089 69ac8fdc404c0ca19b7ae4f9a42f2225bfc6eebd 6a044c5994f9f5b9ade954dfac365a0aa724e378 7c9daa62b52c4c431836141bc05a85f5e800610e 886aa1f272327f764eeebdd277569800a68f7921 89a5c51148999de1027d052ff7e278e1d53ea784 95970c79e71d711affb1b817bd67cda41277c30f a85b3127dd3c5f2a9af78a04bea7de6aede6873e bca3cd1aebaf3219d668b1bf9551b0200cfd9e59 bd11eb9f64f246386a1ea329814749b7defa4c8a cf834dd1bb331f7f03fce28b23ffcb292431d159 d0092acd2678249a9618185a39126f21b2e604d0 d4183ff87f26b52efe90f5c7de7303fd4cc1fac5 d49d6d522c12af862c7c8c4b251cd61cbe307e1f de69c7d86f8b0566a24ed270644830ffa4e0a56b e131ee2bdd028e66795e023ddd975d000f5f6178 efa7173b60be5212d167a7c43c43417e4b186040 f11e0b561aa960145e1e18db76490c62493fb5dc f4a9fe47bc41c177c43c515ed395ba821d363ed1 Package: syslog-ng-dbg Source: syslog-ng Version: 3.17.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 4717 Depends: syslog-ng-core (= 3.17.2-1) Filename: ./armhf/syslog-ng-dbg_3.17.2-1_armhf.deb Size: 4079884 MD5sum: 9c68d946d469c9800c62ff3c2bee1205 SHA1: 6d58efb21b7a9662af85cf80cee50881a2885ec1 SHA256: ebdd558a649ce2cc0bf28d7ee4c70c25c17521a725cbfc0f34f03d4ac2227fef 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: 0569c111e29ac5d0d1b43514f6159b7d45ad2ebc 0719970accc2e4d8aa8e3fe95bb2f23bf989408a 10061b19ee349a4ca6bf3f660e12ec716c4f5a5f 1352681ec0ef69d80a554a03e5be72dcd6e3ee30 13d72d1b1aa8e37acae8a3a5d773058204d5b103 1a7e86c580097131f6b5d21c42e4bd9ea209d232 22e7478dc1322e806ff74a8719713e4c53220969 2e37fd83cd10ea5c67ef62efe33ba2054006f505 40653bf373141e0e0488db90bdf9505aabfd1f09 41f659f5d31c9876d8edcf3247a69eeaf1ce5fd9 4ef2e7b41337027c82fc1654a3f7f7f8b1136355 4f8d07179f3b05b543486dce53a39afd6f82316f 59dba8a33b869ef2afb6a372ee31abd0ae67cdff 5f8de328179f61156c4001187514aa300c456046 70f001436094dbac7349979021de19d85b622e67 7779dfdb1865aecc9d1c22694ff20f38c0927e61 88e7fee3edb1c90cff34fe36c0cb1cfee32332a2 8d8eeca55506c220cbff7e0de76cd74ccc4b2815 8fcb0f64fd2a73171d6058f1a4ef78dbceb062a4 97ea3c38fc17b2e266edd6d893b3701dce288cc2 988a5743ea68870002f3a0c756183b1550c03872 a6b52f50f93c028fd2db86254c0bde16c21e7b1c aad0b017bd4a024fe4f2fda6cb90f30b5458839f adbcf38f1438d4da1b5f9bb44ae001de954c24a9 add3e02ff1c2e8288af8800f9356e14d65a10534 b487b6df20e914649930990bc78f1763166169c9 c889b3d04ef35e1f2a5a2503a0251f6d44f0e7a6 d07e954c425fcd4ab126aa85794b2d9bef2d6d77 d4183ff87f26b52efe90f5c7de7303fd4cc1fac5 de2e4a23be88adacac5658493c00b20ef3395622 e8ad1c1662c8cdcc4154a3c9664c26e9d2873c80 f100223c5ca67c6fd9795028735631a797de9896 f641bae44d60083645f016bedf2ee72e558c6957 f99562ccd998a5ae80e6b1f03fc556f364b0b7e7 fdb599a8c751cb13551dad0c078aa133791db211 Package: syslog-ng-dbg Source: syslog-ng Version: 3.18.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 4990 Depends: syslog-ng-core (= 3.18.1-1) Filename: ./armhf/syslog-ng-dbg_3.18.1-1_armhf.deb Size: 4320298 MD5sum: 7c3c1be027895543f71ecfc9e863c0c5 SHA1: ddf140c467c8ba7aebfc49ac264249bec93cb91f SHA256: c8cffa20de968c863132cb3ab767001757564d7939ffecb82b053bf7b90e6792 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: 0cb295b4ec8c65b2add62bdd9a9775b6140ca65a 1046884bb3cece1c9996f306d3387b8883f6f335 1349a335b1799111a56a7e335bdd7a423ca59a19 16a38d9d52c75bda60a9b17e68922a44482dc244 17a44715d9190a1d314ac6359611048d9bd02a12 1d9f1ba478de05752d71a98461e8ba4fc70724df 2e87cf4c732448d2e7247461818f4cc3a2149d60 321cc5f4163d178bdc412012d6ebf6d4ba2e3aca 3807574201a816fb2c1142a108b0dd5b317d5844 3a1eb30038c7157fedddd7c11f0e857ab0e25642 3f8965306277c103a9b02ff93427c40d9ade48b6 4664ad523c0b764c0b82d2ee92a479c75be3f0ee 4a6c84183b15ac12bc8ab46a88b9429167e1ebbc 4f885fd2b5049f5e50a95ab0a3b4e16dd7621d9d 613b16769afe813fb09eb9abb8e56fb4193332be 617aa2bbf738da86289c9d55a8dcbdeacaafc08e 747383e7a36959ec74f5b527ce0bf41e2dcaa4c2 872c5619ec1a56379361370c23acf37dd6dd34a9 8a52b7316c18744a82ec5ba5e15824ae6765d47b 8c7092e129ae9fc95b5a1755a0fb529541339b41 8df7a9afef114d42ed54827087318c871bd3c70d 937ff69c92899c87f09c65fd49cb0df198b04cc6 9c299e6833e0f3ca4d496fc62d7b86697799b259 9c3958075a1a29f85f681c6422e44d1958b54fba 9f1f6df784408ade23dc5947e03d1096e4689350 bce886f33de1a839b7d7bb62e1392d59ed8f547e c4f2430ade3debdaa7cdf3bb9b3886aeb8117b6a c558938cdb7c2b0be70583821811ae968aeaa0a4 c87d7670246a564fbb32883c774eb02bbc22350a d43139532f7191f760a1fcd86e40edb1748e1ea6 dbcaf05f576fa1ba81b208527ca7ba955cf8b0f8 e81bce8c6263f577b8f138402b28e36fcc79dcb7 ee5acc44e5e7957e67dacded87ecea4ed469e29c fb9417effa13781faba1be7020e1d091e61453f5 fc66a182c621fe94d585aa0e19d95dba59aaa47b Package: syslog-ng-dbg Source: syslog-ng Version: 3.19.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 5021 Depends: syslog-ng-core (= 3.19.1-1) Filename: ./armhf/syslog-ng-dbg_3.19.1-1_armhf.deb Size: 4352342 MD5sum: 8c166ccdc28fa487baf25dd5f4feb853 SHA1: 99b7ff02c91067ac191d300ec11f95e7a8bac551 SHA256: e9e41a460da8c4e95c5319f137153af7ba9e37c29b1f52c44dbeff86d3e29a2f 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: 0ac61bf80e9ec41cf548ca9465d66957a8de9a59 0c917c15d49d872b42a7447ef2f7742ef693f54e 0f150b66d148e554329b1e61a9963672a6749278 1acc1b9aa6033f9ca321214d0179a5f0154f67cf 1f1ebb0d60d9870f357f724a2d0e90a22061e99b 312e35de141cfa259d5e38fbac89cc3749ba8207 3807574201a816fb2c1142a108b0dd5b317d5844 3856f4621d5e72cf7d89916de80636b0842cb0ac 3b156c144fab4200f3970a07f94cb4f8c75ffc10 3bf2243f59c98d4a856f1b9e095f26c92eea3379 3eaca5c395dc363aab28226877479ef06b19f82b 42540f173972c03a80a18f1f11078292a5bdf187 47ef65e6a053e825ef3ff9c6e1d8b8fdd7fe6f8c 487f1f49f878ec30ef09bb08d2cf7d043e0a95bc 48846b1cbedcc2d54293eb5ff3f74d5afb991b50 4ab994f8dbd55d0efe01c9bcd90bddba4a284089 4d36ec2fa2a821b0cdb834961546a26f4564f5e4 50f8004ecaf7fc3138601e4a1940fa20ab6e32a7 546598ea1459132cd774ccf6180ab4edd3af5454 62871311ad6ba696ecebd421ad1f0fa627b96644 700a5b64fe1d6787d0cd2dbf1d65d9d8141ab6b1 77da023322bd31c9d36019787bd88d7d497946d0 78c1505f88a1ba80097f43fc9fef6a6602ded850 80ce402d774240f75276aaf4c23bfdff841ea0d2 8447a7f1fa23a4e35dec3101fc29c5dbc487265f 88c105e3a212251e9c9f0f5e21ad4a77abded95c 8dd4b5af65b9468cb651263a5cefc24d9fc9e688 afee40a9eeb6d7aa92724c9e0c4198bf799c61ff b08861086a4409699ccb83bb8ebf74dc61f1d6be b7b4f8fd912dcf2b960e9b3d184cd34a38381bd0 c2a853622c1613308ae600ea8d3be165fd0a9287 e1be10ee3b3546c57a3682010682f9fc6db71d62 f92a6a72ab4041b775849988760098e59a1b1b80 fb15f245d08f788f82c3eeb724d8e2fcdb1cb73f fcd8fdd0cf61359d9dc95588077446f4302434a5 Package: syslog-ng-dbg Source: syslog-ng Version: 3.20.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 5189 Depends: syslog-ng-core (= 3.20.1-1) Filename: ./armhf/syslog-ng-dbg_3.20.1-1_armhf.deb Size: 4507062 MD5sum: c5920db74c3576a510b116f5a73bea86 SHA1: 3e2ca457d11aae24b9012731df48d425bd7d6839 SHA256: 557a610557fd4db4e7763655de747f57e83ea6318c05022a48d85afd2ba578ac 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: 038d68d0043757eacea14426462abf17a72728d1 07cadb50a38ddc5a6d9d2e183fdb02d975655569 0d03aa3f6c48963ce153a67a57358799a4831d87 0f1253e3062eabec0e3c5f3f39dce923c44cfdc7 0f9f19726472db495a75c1b3a4fd7f8827d4f728 14f80de6517303416a11cdfcdf4f021fd626a450 19c8d480f9f19705e4e0b7a423f62f9810b20e5a 236f9ecaee3334d22c8629226dce5dc2a890801a 298a4829e814396978a0b4de57e96323e5db7657 2f32154958d23969a6b13cb1fad9d342f8a6fc53 3807574201a816fb2c1142a108b0dd5b317d5844 40e350a2e7855c1a2c33d5e6cfadd83bf50e0d92 4680104aa6be2b0dffb72d66a6f32336206dc325 4d204b6c958188dcc3e9b316ea929bb4c51a84a6 59c25bdc4b5082116e3b9a6b511a2a48c6f12fc3 5c5d757b46684b680c786510a961d7f6d565b163 5cc6120cbe2d8fed90e62e2ba1a087215c1cda22 62f44750c4da5d6414136e7a21eb4ca00f7623a3 6958e527f3aaa31dac12b321a07d3c54426d53e0 7273ba48151dc26955cc8b551c56aa56c81c171b 78a142fb77702c9eaa4b92d99ae64a49857eb144 7ea93c4e1787476c232ca19e5b11db72e59733cf 800fec09e6685b99529fa3610474cc9423a49684 83920997b85ccbb70f59a061f007d49ecf89b6ce 848c8fc391afe944d07ce4a7482a0850b8e2c752 94aac0d7f2635d427bb556587c06071927f44fc7 a3199fd5e8a083ce651591abbe5b0c46d50ef359 a81cd3337ecb084cf832d8ff38ea9ba9b740cce8 bb3ccf424ea139f58aa59267315fb6022ffa4c6a be6af2962b6fc9a9e236dd5bb58df74471c9bde4 bee7e498724b4daf39edc3e8b3612258df31454f d3c5c666175969e3efa0fbb143a1ab68a8fe7142 d848baa5a3e3944a8038ce79694bb99420e865f3 dbcf49ea35180718807aa2eba771e6aa7a6cb676 f3289b6f600a15e72385082c1149ce64d212f631 fc65dbfcb003ed848d72518cf3717d99851f51cf Package: syslog-ng-dbg Source: syslog-ng Version: 3.21.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 5282 Depends: syslog-ng-core (= 3.21.1-1) Filename: ./armhf/syslog-ng-dbg_3.21.1-1_armhf.deb Size: 4582316 MD5sum: 549c6077e2e3013cbad6adcfe3c01715 SHA1: 1a2489cc25cfe61959c56a044e5588c1f0af4ee6 SHA256: 7f3d0e9bdef627e5e221de2950fe5bb8a8c2df6902ca782dc386b5f27cebc26a 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: 0c060ba5e7699b95d9ad8cc18e6ec2cf8bbfd027 0d79c5c089f41546c89a4ea19c40aad95c2c4e5e 100a00179c6bea5f63f4375682f883f4e653f118 10e03c8ca493f8dea22aca601b05449273410e81 222a4f2bbe8f29d298a792188071d35e499ecbc6 23e7445f55cc26a77f7151ef5e03b72d3c7601fa 4a64fb11011a378ae6ef5fae8586f894427d4642 504fd1e26138612928bf62fc7ff7a3aa4c5ebe1d 5b40e42aaba843ea79ad054afc15595bc7af2873 68580885d3cf882682644231e3c2bee87e5b3aaf 6ed42edf6b92b458f6ea9002c6fbaf69c66978dc 76592655b96caaa6f26b3fa35fc3f993686f39b9 76f309123f1a88377a40e19ea3b3fde22d7198bc 81300d8bcc512f57f5652177f187ad23fcf1c2cf 890765f92ceeaf64ea8ab87bc2e8480d285de648 8a90daa0dcf5531df70b5b20d374c75b8d291791 8ac354a15ad4f6877448aacd50cabc565dacc21c 907dfeb69e7409b762c28e7cdd6cfce95e559284 93a8afec095ded6fb5bd888e2e227f7f5acb70cb 969c25eda7c7ac9a86beed33f6d4691525a5cd4a 9d436c374de5d0ac3b8611c0681151592f0625f9 a69d1d9f3e696f220726d9174e1ce80c1a0e0875 a735c09ed246299e101a9d8f92ecad4d91adc6ea aa6bc237c33b67895ea8e026b382fabcd4bc0d47 ac8ebe956ec225de0fbca95ea1e9d785532c3ab2 af44386f64c120a132969a79551303f205c7e96c b226abfcaf2e23af4f093f5280c5ab2b5bd5a18d b4b8bc85e6caf7fa5760361f1d1af6dd76e70b1c c14fbebeece4e307f84f3c7937023be3956e4f96 c3a3631b96f0b28250d69c569f15930eb37d6e46 c7441dc5ce6bdeb470a76c617fffb3fa5a6e608c edcf95cce8c280ceb47a07fcf2a0d6a20417ee3d f3ae1e8f37472fea30a1a4e8ffd91de1fee025c0 f4d358eee32888198936b668c606b7cce502bcdf f6ddabeab900768c07ec305fe202439925a55093 ff335a910d5cb9d9a9be6d5dd91a98e0cb4ef236 Package: syslog-ng-dbg Source: syslog-ng Version: 3.22.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 5398 Depends: syslog-ng-core (= 3.22.1-2) Filename: ./armhf/syslog-ng-dbg_3.22.1-2_armhf.deb Size: 4682484 MD5sum: 85b75794075d41d10ce1c29cae8807b3 SHA1: 55e2932153b360f5a28835c3c18f21f6a4beb7ab SHA256: 411665aecf62ab0072d24137c39238048b5938e062083cbb65f4c42be9d9ea59 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: 0261e5099bf34b805dc859941d14bbeed34daee7 029b41c715c27e1182de93b2835d9e1ce5b7f154 0aafafed544759d0f81e177bbffec56306260f6f 0d39130a1bafab4c90f83ab336a73a203e0f9ab5 13aee779a7e34595a4ce63effccbf759bbd99198 177db522380af06a5449ba74a77e618beecea105 1a86c10dac640fb1e3d12dd75b56dd6e14b4f2cf 2091b4471e428c826a4113ccd759e69f840abafd 29333aa1a73d41fb53e8e93a275bcd44f1b2f9b0 366ea55ae5bcb9d27655bb511a5f1677e01e10eb 4a80bd4d2bc083f675d882aa1df56b3256b393b2 5505635698e7e844d85b9c11589b22fe2c1bb36e 595dad3db12e4c9a1fb1e97f114d11abd5cedfb4 596ff420b82f83f0f3f392746e58b67271a87d61 5b40e42aaba843ea79ad054afc15595bc7af2873 5c52287780f0f97a7eff8f678e44d6b8bde0a7bf 5ca3fde509040456fa5c55243bdf320e460ff4f2 5ec98a406a8464410d0360126f4f6076be4eec4e 5f6e270282fccc4d7b95fa95e88e89d489350c64 71ea3827ae3d71efbdc9c20b403ba2627cd18d3d 730f78c7b65df01eedaa920f048fabd1e818a131 85a12b24b98e67cd68c68118d2ce7a7654fec4f8 87c33f2571debd275db937bcb3135c31d0bb878b 8bc4e4a517309f4a541ae0b63fa7e87a51fc72e7 a22815582b9d07dbb45cd5de1484990d38ce1bed abcc4899bbcc58b05d76bca8506afc488e167d39 ad62eac9e2664869fea22d88cf38c6f04fb851ce b0c8625bcf9ea91204606ab2021a76c83918de6a ba99e66a254292785a7be6aa4a99c9440761ee9d bdcc4f41c2a83f243ad1e9dadf8d6de0ae41d202 bf8160502427097fc86e47cc1c2706e9835868d5 c78b84382bf22d21363bfa33df05a69b07927a6d caf805dfdb1865f7ac8f5419e0ff3e83cbd27f8a e085dc888535488928629b9783d97bbe63aa1e59 e46f5f862be620af281855527eaf6f7d073e04be f6dda33318f8af19c450d0ae18eb88653961595b Package: syslog-ng-dbg Source: syslog-ng Version: 3.23.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 5361 Depends: syslog-ng-core (= 3.23.1-1) Filename: ./armhf/syslog-ng-dbg_3.23.1-1_armhf.deb Size: 4647904 MD5sum: 04898f5c3cf13fad416ccdf89f7287e2 SHA1: f40867f12c1f18c1d18a0644afff75386d821048 SHA256: 37939dd4d097bf800b2731a9f84bda428895084c8a24c7d8db9369633ba7d8df 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: 0205f56a3e0393c91742ee414a9ac55dbbc1cd2b 07e982db4bd28ab1416f21c9cc86e9f9c82a7b52 0da88f7c070a5970977adec9c5efdcff0c3f3f19 0dd51ac76b68d05d77af1e7e7c1616fb8a6dad23 116c4e477bec7086bc27be7e62350b10b004d199 131e495a6c5a43b7e77a324b15b3a01242ee4c1d 13938d1e02ba423fb380854185db8788a2e64882 308ba143a4336736e3ae9690f9d9c971996c8586 3225405ad59b22b6df8b3240c34cec8421bd6567 36bfece71a2486f66fc1cca11502fb00b24f05db 3cce1f75b47806637dbf1221b2862905f83ca2f8 3e7077e7166a9ac79a9192e1530d4aa1f8bb4fcb 4c04d9dd29360d5b3908bb7ba7fbf447d27d82f7 53d302c11fe30ed081ff717a1b0e9027f50ac401 56889604d9dcd2131f52d55651e6d20fa51ed2ff 5b40e42aaba843ea79ad054afc15595bc7af2873 5c54df077548e568d5782f752d92ee807b292038 5e65ea6e9d8feec2a31796c2d53daa75ecd81274 633f29bc6d79719d5f5cf30fbb9f958fccfbd9a9 6532ebfbcef818df30bd887ae89274cc64d78d92 68ec99abb697402cfd8574f2887b55ae05511ec7 6d58334f63ccfe235ce0af67414bfecb6e9da7c4 6e246862833cd6ec49d08962c16f4c12a0b35c91 712dff30e06fd3f16c1dd17dd37efd276dde6bc6 71dd67e673f3e34e5b5e677394ca593f0700b052 759df868527ba3b57ed8f7250f6b402124e3b488 77a0b82953bbb7f4a98179553ab89c6f8f51ef09 7bd6770059ef598ccfdac67628d299125ff96093 ba00d941d0e716ef475337383855ebf11cb115f9 c18edef8c41a0c2dd5ff8b0f512cb356da1b5cb8 d0ab8bfc00db10bbc89c28bd886cc65862cda368 d9ad8eb10540430589ea0ef8b3587183edf473c8 e1ad7055c33a5f29a5acb29cdacfae61484cc18c ec9de75e89d6a7ca0aa1b392e191cc175ab2abc9 f6162a9b903ee2ad8f25d20cad0e7d42baa6e93f fa24740fdd2dfb5a738e424305bd69bd4c1712d2 Package: syslog-ng-dbg Source: syslog-ng Version: 3.24.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 5336 Depends: syslog-ng-core (= 3.24.1-2) Filename: ./armhf/syslog-ng-dbg_3.24.1-2_armhf.deb Size: 4628866 MD5sum: 067b8ddf8aab01e9995fc9cd33dd1d4e SHA1: f2b597b73a42352b9cbb58ad8737936def3a275a SHA256: 0265232a91a01504f740107bbf8dbefda794c5fcdfba3dbdcbc046aa632c6af5 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: 1291b8687d1bf6be9ac7862f6fab6978824c2ff5 1420adfa5f5c97cd524b54c9a34207684b51ba8f 2b0429db388affd06738906c4f79763745effc91 2b826757398bd8c3453cd569750be5957c78174e 2c8413a7f738650fefa08c32aa98ebbadb970069 2f16345321599e0135aff3c9eddd7289eac03632 3d9629789c5cb31ba737c8f76f4d24a3fefe0462 5524f9b54561cce77a4cb38d5c3efa7af48ba856 5a36538fa1aa7f23ae74971257f55f316e544743 5b40e42aaba843ea79ad054afc15595bc7af2873 6418d18cdc38bf9c956b853a2f61eb6998b4374e 67ecee037ca759604c026d2374e1899abd466490 6bf3dcb142f76baa0a30eee9982166a1266b54ea 71d2dcf536b41dca341dde2972eab358f663d0b5 7a4a926f3c2d843081be362f508309d66d7c9b6c 8a5121faba155d1e6e6ab17ad58eff1265d4cd72 93c5209d84cca1145f422efd79df2fe7a7d3fdbb 94a2b1f920f23df40a1fbab1c66a641541b0db11 95f1f07bf06ce1f67aaf7bf14db7a7dea6d4ddab 98ca92d31d2d0096e7342e6f605a562f3c1fe05e a9878bc03a49e183200afa68f91cbeb949addc36 aae7b8aeffbfb0cc0512ab4dcdfe9801f3a0fc4a ab34a94d41543919e870936a7c72e37f02144475 ab4d262fdccb486889eb5443fcca2a0257ba7958 afb8dc1451707e84264496d8cce42342e3abe0e3 b133f4367054ee760a73a9e6fa7af04e10c1fbaf b4b5c911e2171eb3be22deda53d427f4b96426f9 c39c5ae1c52819c9b0b2168add4c2012657baa95 cf1a3f4295cd46b3464793ad077846954d0f679f d1340e2236bde4a35975a5eeeb28cfa8c461c51d d42ffa74a6edf33195ae1d75e241932a3e4bf644 d792824ef2bbaaa83812dcccbb17aed0da0ce348 da152a2da0a722a1eb6f6827911a69a1fb99c6d5 e5337be77e304bcd08a6b2489e755655bac9f54b fbf097ed04976f5c1d15dd1dd30e67513075e83e fd55dd8bb6d3e4736f077601965721f65aa6ee0e Package: syslog-ng-dbg Source: syslog-ng Version: 3.25.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 5393 Depends: syslog-ng-core (= 3.25.1-1) Filename: ./armhf/syslog-ng-dbg_3.25.1-1_armhf.deb Size: 4680900 MD5sum: 5ef84b673f3d8ea23551e33fcc61a8dc SHA1: e9f3857d92228a48a911d538b06c1f7250a5a488 SHA256: bc57522d2b2e91c234a50ec3c35db1d7799973f1752916ec8e7b1ae90869fcf7 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: 05aa7be32437f621fb43db71af680bf586693693 08bede365eb9720139a84872275f613168a4051d 150ae38ce9b46cb60cdbfbad4f40307ac59c1c56 1a3fcc41dc0994d84e7f2e0dc0ca8232448a5956 3d04b656982991c1d33e4d91d9d874d5a7d31a6f 3d77e5beb08cbdf5304f8f11c53dcab0cfde8cd1 3f6b2b4a59713cf668b24b3864a2e95cc7a1ba5a 42bd54d8e805578a41ec85f14f3cf1957a4c7b1e 450cf03b94ac3ced991fdcbbde7c63b4a8e30270 566e9c4437914fdc66830bfca6cc26d052fc3f1f 5b40e42aaba843ea79ad054afc15595bc7af2873 5f8a8b572751a730ee096538b25c0710b186c551 630da4237e52c5d1a31a8a01f3c3e41ecbba36fb 6407fdf6b728e00f2b5939ca238c3aeb224e54d7 68e5db765f9205c380ab9d4a59cb392a9856b878 6b695f77562ed84f49148219602e54d554bd4df6 6e85ab66070e45e2c039874832f534880bf8a84b 701febcbfe17319fa3e9fd6d4e905a271d570252 7e4f6189374697c5398386cc890265606f905518 85551b83cbee0fc6c0ff60624ab7064c1f761421 94a44472809d4c4171633187a1b814f8e954cfe6 9ae80d860c98e05cd1631b1c5e822ef2182bdd67 9dc8067b11f942cd2771ccc35e9293153d14ed54 9e3f6b8f141b617f533c48ed1d4dd43827cbbc18 a55fdd7a2b80ff503570d1b674ba3914c040f113 b1fbb0262a7306553fa6ef06ff4af37ae29191e8 b41dcf7ee7d890a590c25eeea516c253aaa288e4 bcfe44c86f6bffbadb369ff747a4b319bc0f0ee4 bde0fb4f6918aa3c816c22fe915bf4ceefc15171 c5fc018acea72742c539fc0755c7fb985dbd61df d0466f0b9e19b4e2f36c1c5ac0df2c3f912cbe46 d2dd3d38ca25e8fb46ad5613c31e22de7956caf0 d3df50f9676d18883a16a1cb9aa68437cf90094c e57c9580484e76656ab8eeea401f0cadf9d54a1c f37c072b1b10fd709ee5355078e3d3afb8047181 f86c6f15755330079c960edb221748bd9af68ca3 Package: syslog-ng-dbg Source: syslog-ng Version: 3.26.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 5617 Depends: syslog-ng-core (= 3.26.1-1) Filename: ./armhf/syslog-ng-dbg_3.26.1-1_armhf.deb Size: 4881312 MD5sum: 81ac5cc4db3a443de5ae281df70ca7c9 SHA1: ace64032348ac305215697b233bc36e5bb3f9df9 SHA256: 4c3650ebbe782330b650370e7393453617e434d5479472fff6b60c5f31a32224 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: 02777f88773eeed14fde5e615249ac18ee026c86 0bda8eef2b32566268347cd36cfe0767c9acabb2 128caaa339d9520d69a62964321420bdaa8c0484 174f6ae9e90f0e881a86e80ff99c4de03a3849c4 180cc2e5ed0a516fa355d821ea6fad4b50f04854 211397ab5f0b8203444b437cb361e6fcb421d95a 213a6482a6753bcb3b016be132432c4c077867c5 21848b4fed512765a5b84e89fe3076f01b3a89d5 21ffd2cb2b5f18750141677dc83dfa8e054f023a 2d58e847e0675cbbce51515e79aef2c5d19dede4 3a904996e412f560fc27e6c8b9245b3a1bc0cb02 3b6b351214d286b76e2c0c66448180f0b1080fdc 418f1988ab093558f9a8933850aedf641937670d 422c67db4ce2ddcb56ddb58085b753900e1a84a2 469ef7e12276b097cc7d78ba890ad1c08bce5a31 46ec8964703193dc4444c6440dc27d4790d15e2e 660e5ba63ddb1f97414ca97b295a0dfd89fb02fa 68272c9f5365cc30e7869a431a223c27d10e5833 777d0a5f7b4150c60f16c310156066199b6bb048 863e4127400bf914ebb1e76847278ee1e86029de 8a24ef6cf5e7b0241fc5cdcb56d1e3c7a30e2ade 8b4e4071e816b60720865c2cdcd87cad18f61fcc 9754244004e47410176a34161800c78fbfb96f5b 9e79af0a8d0027ad8b5604703ba09ab8647d47c4 a0bafb9f49374321df8fced3963601417aea1388 a2d7b42cc6f3acc1fac6343df3bd5aeadbe3c1ab bc92d3193c9ae6f48f87099997191a3e723fdbdd c5325ca4c2c5c59e22d8986c809f9cd5fad3a4be d1bd82cad913c4582c531bf1881f8c987150ea66 d3b9344f2ffc8f0459b6789bdb08865e58bcc2a8 e2b99b3c52839174b3d587ab0b1204c93d146086 e549afc8f9cb9be47c83325c443ac025af913eeb ecec3b3615e195e1184b29004a0bec356b9fc7f5 f0dfa91e69429b42ce301ab18726cd0fd479556f f3f723b8dce499b97781c975dd43617b7374a32a f60329c89d0e51f56cdb4637656d931e10ce2941 Package: syslog-ng-dbg Source: syslog-ng Version: 3.27.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 5729 Depends: syslog-ng-core (= 3.27.1-2) Filename: ./armhf/syslog-ng-dbg_3.27.1-2_armhf.deb Size: 4968788 MD5sum: 30bfe5943becca07451050d7548d33a2 SHA1: f5bc19448ff6887be295ec779613e752f63282cf SHA256: 49d94b7c6f7cbd5e17b823050aa792d04dd7a1988f980ca072cd480804d3701b 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: 02b652a1b52e9a25a5432a4b27e43774bb6eab70 135f1f6674cbe5244f3a7cd917949eb752172d41 1419160156295fe1827b2b05b9ae67dd69b6a42a 18eae129f4a71b88bb490b7d0e6e5b16af746c47 1f241e97cfa9828785d9df16602a8fcc1d116269 21afaa0e568347fa356bda59b44b741e29e1530c 455e6c28e253007feeb4824507709da85cc20841 49f5dacbf94a0febc138a86634500f67b5f1fd95 4d82776fb001edc51ea1821d0272e6e33633db16 534423a4f61418dcb437e8f8985e199bf08a6f0d 558895834644d8240a2dd10821dd5d4781db124a 5cb2de68b8f7f5ab0c8dd713099b641051919445 6515f47c7e2e764320937de3e95250b78f2b9cf9 6603189fbe526d2c22953ca99dc0e0117c00bf1d 689d13e304fc958362cd8da6834bfe22ab372b4d 714967260fbf8f23cca1e88b02108cb70049b02f 715beaac0bbfb2677596c6e1c979fe5e903fc5fe 8a98b375a7d4bffc327ad0cc8645d87c703d7c42 8fac9186bb7282ad339a1f619bd0e83721c04278 9505742c534d1eac06c239dd815f536e3037ab56 9b5c2bdd50db442bc1244c8f63f78a5a9b2d6768 a199e45d4d1c5009aaf1e5b1ed099837e40fd123 a2d7b42cc6f3acc1fac6343df3bd5aeadbe3c1ab a6d35b624fa9fedcd48b55f8ad034aac3ad76fff a9b2e1e5fa0017cad28e91f3f3800a3a79e0cd7e cc7129c6e051785a7ab0fb4078d271bd4f65faaa cf8ec6290c52c33d1c4b8385d16844d8b1237309 d1baa85559ac7a264adb203eb37441131ed0b083 d96697d827d53daa1e1cb3823f3c63e82e703c3f df8ca6b38e5df73642b8d25211c826c2ecbd6bc6 e65f29b3ff4effe12661b4506367e254e706e7cd e6ab66928bbea21163732908f9dab2fc79452148 f1132aedcb7e7e47bb6f708292b2c2fb4e320fde f35257a3c901f041c72773b6b622db1e094ccaa9 f73df44efcaf3c328d46c82ceff2ed5c832e3e0b f8f20399308868779955d5151e1cb3ad05795b3a Package: syslog-ng-dbg Source: syslog-ng Version: 3.28.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 5679 Depends: syslog-ng-core (= 3.28.1-1) Filename: ./armhf/syslog-ng-dbg_3.28.1-1_armhf.deb Size: 4922728 MD5sum: db394e955beebead8d11ea87f9e6af17 SHA1: 29c5a0d726bbd105a4f5f2af6f556b0f85583945 SHA256: ba997565fbdb82d95d3551b82c939f5f0ef08334b79428d7a78777b33f360488 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: 1079f17ce9657e0617f06bf7159201ae5095da1a 10ce4aea8f8f31f0bd5dc80891fcd3a4eb9d0929 1243400d6a15f5fc18966920d9ba6a4149826edc 1af4bbc16a08b1e78087c58b11b51ef7d776e447 1e5d739d652ab76901033449d907e2f2bddd4734 28671e82ecda0c7cca06c5e0df5427b848f5cc46 29f6c4f6ec5e50d27a918cb97e4f246e14ba225b 2b3038aee2b8c4fbcb082d2b27b33145a1a13163 342a6e50618e1b482793336bae2b1cfea868c4ce 3ab6116c34733aa85a326a9797e22dbb7c406686 3ec53cd1359d66e82251c6ffae21f389a73487fb 437b16c1c5ec43510d5b7de67152553da8529ec2 4476e81bd7d9cca99ba55408fecf138b643fbc4f 44fe2cd70114047b1d405236c5703b56c2ca2f94 4b4af95eb7e0545dad294c181b95e8f9fb2e6fc4 4bb053f230ec05678030f916ae14241efccb5f2c 50d984c2b21c3336231b5bb7f83feebfda79b075 63f20596a5d6fb5428e444d2f24ad4fe2b853e59 6c4eb93dc426e83587e18908e87713cbf541b240 6cceff5372c96dafda1689b26dcf5ef62820e370 7407816231bc718521772c2b4eeb6f48666ade64 7fa4e66093e0c87843136bbaeb4d427c6f48ddfe 7ff62559a691a7716f20e6950b35fc3ca8769517 80913bf6451399c9f0a19648e467bf47560a9104 94bcb8669a40566bc565da61fd4f0f6e8891748a 9f233c5fbf33b371d19a2c805f91f6e5b023d418 a2d7b42cc6f3acc1fac6343df3bd5aeadbe3c1ab a97351cea07f38374aadbcc16fe10db3d2a80c27 b208cd8e8fe6a8f65a2898cf45fbff638db4c7ee c09d47f6f46981387f1f2d9d823edefacb187c54 cfbc22a3e6082671f4285fbf58f19e947e605368 cfeea5955d54fadba09213a9f97a91f2517f9390 d7fb00eac50db8f2216b4c1f9026ff8f22008e1b dbf584b50ad4f4f42bc8228ccefb05b0884bfb26 df4d57852a6af0d6d5b905b3d8956a243089a703 e9f0cedd9d459ab1a4321b5a3deff4c9fde48b3b Package: syslog-ng-dbg Source: syslog-ng Version: 3.29.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 5912 Depends: syslog-ng-core (= 3.29.1-1) Filename: ./armhf/syslog-ng-dbg_3.29.1-1_armhf.deb Size: 5131772 MD5sum: 56d8884ce8afb8d6c949bfdddb8e95b5 SHA1: b9e6a84dc91371d810c70984876af21dfeecad87 SHA256: bcbd3fcecdbd11f66124eef5db1b7a04371476841898db00ed4f1a6f9b28a987 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: 07335525a8be8a22a059f2fb860c61c7b563fa52 1982232a890625e3cd84ccc4dd9a7977fa7afef5 2036fdc4c02c4b65425ac87f5a1c3ef03d8119e6 21f638a504a51eaca68ad173eae70f41a3dad0f8 2c9d46ecafd4d6ef2a8b1d6a7490f99091e220f3 2efd658f8b04b393a9eb32aab52f2a724ad2969b 31361baa465a424f258e67c84ef746393d96ea4e 3b741a5573d87dcff57223b0f1f9580f975966f3 4137bd7e30f0f6ba072d0aead60d94f7930bbb7e 4343d17ac36a462c22ccd8a513c107a88643286f 479d7ba90ec176745b9316fa1431d0b0708bc52f 500d6c8d90e1b1af19eb39046cb57061f25d32a0 57eac024b621a08d8134fa1e501461685812e10e 6a7d38f46848aecf3270dae6ffd895f752174c0a 7496ed0f6f6d84ebbe7df07b7257994bd1d0488c 7ace19f468cabfc1945416144ef4acf910c5ac34 7b92aba5fd2e0726c36edaea5460a792a95435e7 7fdabe5f8cf842a1305604ba028e1aacb3ebad5e 848fdd4524e3fa254e9747df6a07e8a63463aea7 89b17f4e8924e7d4de109ef0abc0420aaa60ba70 9adc35f5ef86edb69d9b7b45f406c79b157ddcae a184e14392761748cf826c04f5b76b0872738887 a2d7b42cc6f3acc1fac6343df3bd5aeadbe3c1ab a6186129df709219f5bf07d46d77ee4baa4f0c68 aa300eecb142f004900dd1109204d002ab108714 afe92733816e63cfb70e04a85e0fb445b2a95f3e b1c33027edb8fe1f9850ec94da141be2d38e1d21 bbf0fec645962dee916b6571e69749d8e4ce218e beaeeceedaf8d796534ac3542ad8c443e6cc2b40 d039f5a1286ebaeb0357d20e7ef727e597ff5c4d d6657b70e84d05c6c090bec70f6e19da868568c8 e04a98e9a8fae0bd9cb35b840545d367b5633b87 e7952f303fb7fff34339280cc5c9e08185ba87b0 f4d346c36d1d3bba3ec4ba8602d73b09621886e2 fca4e0813208ff8f08ca2247a714d19f47927295 fcb31b7f1bdf4cd7bac236686bc42a880170552a Package: syslog-ng-dbg Source: syslog-ng Version: 3.30.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 6205 Depends: syslog-ng-core (= 3.30.1-2) Filename: ./armhf/syslog-ng-dbg_3.30.1-2_armhf.deb Size: 5428024 MD5sum: 8dd81b6aaf24f9d30af25e35472b9f54 SHA1: 298e06ac351d7d3d41bf1f5ec373646e863ffe6f SHA256: daef3c54be5f6d8bb7e80ffb6f3c680e478400b7312f4562228218378edcbb6b 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: 145d0687d5e20fd92aa21aad18e3a63198f95ebb 18e3966b35e391f7a923caf20be8d3deb8b176e1 2b2ca3dd1faa1d44aaabf46914993a1f4a88135b 3748d059f0921d05e02744468460510cbb41f879 4038fc4270d4f00af766f6414e6a74db9f49b2e4 42a244f74e830399d1cb09895b5632ba6aa2c517 4a8df695617547770b44582d85d2d06ca2cc8766 4f22558ff381cc27fc20116bce7e317ee981d914 5483e840f0deceb1cf0875d7461f4383a21f5ac8 54d46c570949a45c11d6c53aa10e819118eec462 5ffdf96be22cd64d303effdd8420014fb2d6e69f 67a8036c2712e50dd19f68ec4c1e59631e591acd 70b1fae118b70f427b8041d17ec257a8bc1f5499 7435fbce4d8aa0e7d084433ed8860a45c20071a0 76d80dcdd796c4d520c1bbea86292baf44b9f999 7c716d2e6fe76f49b3ffde0fe517aab6b1c12dc3 80ac612913c72851a41c7931a7c55453c4f967c3 80eadbdae4df65d8a270c2e724bb4b0918fa03eb 88369bd89aded97518b624060a5797587b139f5e 932f8fd1cf232c1f3de26069e29695334c46231f 93e2fd150cf53551a9d906bfb84d1dab862e3283 94640f86853107c99d67f8a3dca84da88d4bc13c 96d1e8013a649cd60d895f492f4bc68b71b13e4a 98c81bcc8e2000b9c1c808e21c0265812dc09eaf a0f09af49caa58c88e31cd0c0a3a04707df8a370 a2d7b42cc6f3acc1fac6343df3bd5aeadbe3c1ab a5aee2f24bae95a6d37f1e5e2210b94b59a4616c a76088d6542fa22a63f27341f2de0b9451eb2a69 b0cde0e74561f0ed273cb0436ff072e644bc6664 b371e0098421968037f6814a2f2efd1e36ce637c bc23d5f793a30e0816f83ab77a1b632b9d10eaeb c28de3d0bff9d4fd221417c7ace737a28edd8c4e ca5f20def033012e165300141c956c6ec25973c4 d3e93d6f30535e840a26e31221db399eba99d20f f5f41b24f6038b9622f453c9de10a0da99edf0db fcc10b26277f13ec9d0dd1e70caa1e8e5f1388ab Package: syslog-ng-dbg Source: syslog-ng Version: 3.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 6177 Depends: syslog-ng-core (= 3.31.1-1) Filename: ./armhf/syslog-ng-dbg_3.31.1-1_armhf.deb Size: 5396376 MD5sum: da452ad80cea8d729e903ba3240cc35d SHA1: 29493f42a2fdbba5b6618a62596d4be6706b3614 SHA256: 0ae5bde8f0731ddbc4895ead8003f3105409679ae917fc49980b06508a1c8f1f 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: 042fa6b436d926b2fd2ec7b327bb3c2ece55387e 0935d4913df55827797a97c37f7bfadd3aa1b20c 0e595d9d090162e2230ac296f481e576e20d3850 11fe4b3c7e80c5bdb7ed560d603c318c6574452e 165052a6ffa234fd1505881d3593ef3f6f742ed9 1710f917025af05cfc8439bce2f26ca4d5f11d30 174d78baa9422d61a9cc8fb3e689aadfff6ee271 189034aea0bb7f4125508e1223e9e612c109ab04 39ce29685309e2d8085d5a61bd62b7ee9dcbe953 4156bdb0899712cb2e0fbd0ec7746cb09d68a358 4253c35b333356d8b646c19eaa6a27dd9f7b0cb0 4319b1dcbdc7efda18a6873ecb8d80c64b38ce3c 45792510a59912145780da3699e30b8804e861f4 54586b4285f326124072609191096f1c5b16fd1e 5ec433f8a29dd30d52f215e0171d887ec46f4458 81b27f18f6c391afa5191f2d50b318907a5fe9d1 85b0f25f21487931260865633336ea67be13d643 9070ff4e9ce95235337db13e7d9d5309c5339ff2 9f7845ddc293b23ce720661d6b167b73ddc37374 9fd7bfa48bd8b7ca78d6574bf809d2a0ed3f2086 a2d7b42cc6f3acc1fac6343df3bd5aeadbe3c1ab a3dd7162e1c6a9ad603167672a075e650d2e749c abfb5afa57929effdbb1a2ef7a10ccc607886388 b3dfc9af0e762dd5ce1ba07347d830785e7f5fb7 b789fe45b9eab12883838f15bb72a869db91db0b b7a731632b8ad5064f1210cbaafdd33a2e636d9d ce73ee0d10af27d59e8fdd0d79be4b635e3d4260 cf8dc7a0ff73ca8c0ea83905783f84396bd85587 d27f0943738655f58b62370017a92e0d8eec8285 d77d0ab9f37731840bc6a065fa6f280abb6d1f5f db7c84934f0736139d881d09ab32ffde24dd3137 dd1b8c4a21cc4761b6f0c94bd628fae3f6bb97a1 df47d9712af5e8829f375fd494e056228c3619af f03416cc812e736d6a8a8f49b367cb50967eb846 fa2ab5bd2a8c060e0034fdfd830ebd1104c99148 fa39140359f847a7bb05b7225fe62815f26fad2a Package: syslog-ng-dbg Source: syslog-ng Version: 3.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 6180 Depends: syslog-ng-core (= 3.31.2-1) Filename: ./armhf/syslog-ng-dbg_3.31.2-1_armhf.deb Size: 5394500 MD5sum: eaeb9aa0c1ed9369ba8424fc5bdecf2b SHA1: 4cac00c03cb0ddb97994f1ac54043ffd720f625c SHA256: 128c3621bbcf4e1cf7eec44ff0af953ec360be009f91938aa12722126e0d4767 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: 040721ac71ac40735b1b3e106b1840639d31427c 0935d4913df55827797a97c37f7bfadd3aa1b20c 0da25a165193660cdac0c5594898955150120baf 0ff969ef4a37dd937beacbe1c7caf3abd87c52f3 11fe4b3c7e80c5bdb7ed560d603c318c6574452e 165052a6ffa234fd1505881d3593ef3f6f742ed9 1b49370d8bfd989ee076bd0425dc52d601771acf 1f499da1b965a559e56b5bfc83fe93138c6f840b 23476a1b41dcd64136434227e2efd5ae48b06a12 4156bdb0899712cb2e0fbd0ec7746cb09d68a358 4253c35b333356d8b646c19eaa6a27dd9f7b0cb0 4d4a93b92b49182800e53bcfaecb8a55374f1966 4f432b25535e46748d304212d27a8daaf355a90a 5a16195adfbb0a7bcb4717fb6680d55b06111109 6eae7132594572518a1b6f1949db1b012b20aacf 745889b5baea10154be2c5441bc7ac57e5eafbd5 7e2a72f597c289abd5537b5d186b649977f950b3 81b27f18f6c391afa5191f2d50b318907a5fe9d1 83d6d118a34992187db310134ba5445063c3af8c 85b0f25f21487931260865633336ea67be13d643 8e880f04c916f759471fbbd325ea3a2380d4a335 9b3b7d6f8c84fe223e32fd7ad43ac11bd31ebae3 9d1e2b3de9bd8f1768c6a7b7110a89a7d2c9484c a1e647177d409989efce6fe4bc0d12c2e7f5dede a2d7b42cc6f3acc1fac6343df3bd5aeadbe3c1ab a3dd7162e1c6a9ad603167672a075e650d2e749c a6a8d10d4414957c2fc04749f89c76ac4e0f1d05 ab80c8e4259d17cf79dd7777b3cbced102d6ba35 ac510f534cd06ad0969c22f88efc51b84847c746 c6d0db112bc86b4bb2fb697b6253dc8311128fa4 cbd63afaf6372c07b5af97f09b66ab2c2f78aa8c cf8dc7a0ff73ca8c0ea83905783f84396bd85587 dc3cb9f5771c9d48197877546eabef5fd2267756 e4bb0d1716587274b59abd416f89b507c3950298 f5b5d638c73776cc5ae9871c4b6abb846db39d1f f8a73b20619a1c6faaaf3da9d7ef098c9252849d Package: syslog-ng-dev Source: syslog-ng Version: 3.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 756 Depends: syslog-ng-core (= 3.11.1-3), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.11.1-3_armhf.deb Size: 100220 MD5sum: 8423bafda4da3b00247a97c0c3ef193a SHA1: 16bd80db1261576a0101a39f47860ef1d7ab2a77 SHA256: 20c89553e141113839f21d4390e16bd957833709ad1997346cdc6daa8d37b1fd 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 775 Depends: syslog-ng-core (= 3.12.1-2), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.12.1-2_armhf.deb Size: 116642 MD5sum: 26254381bbbbaa065c15738e197e59bc SHA1: 9d201feedbffe70d4dcf778351dc7cefdffa5a7c SHA256: d11c67143caacb888e340d077a2834558ae3309a0f79b8fd5b6022c55a96451b 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 799 Depends: syslog-ng-core (= 3.13.2-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.13.2-1_armhf.deb Size: 120496 MD5sum: 384aae342c27631996f7162a6ac3377c SHA1: 9a4052aa5d51245e586e9d294fd4ae00938d74df SHA256: af2c34e30cce4787c621afc81baf0304c24a6595a5b22db2b79c18575998e48b 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 796 Depends: syslog-ng-core (= 3.14.1-3), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.14.1-3_armhf.deb Size: 119616 MD5sum: c9cec3f8ee09114c7510d8fb6ac56c3d SHA1: 8c9778b190570404e37c89e943c87e56532fe6a8 SHA256: 7165a39c91535cbaf7924cdd27986d48a0022bf77bfb551e664ebef7a9f884fc 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 731 Depends: syslog-ng-core (= 3.15.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.15.1-1_armhf.deb Size: 107590 MD5sum: c4b8f81a99dabc87d639a265b6a9c8ab SHA1: 23686fd2774b3f1dbbdcb0291431df4d3c593347 SHA256: 0112d490da6137576902869c539bb13450b9d10697b68ce0808ea8ab64637e5c 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 775 Depends: syslog-ng-core (= 3.16.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.16.1-1_armhf.deb Size: 112886 MD5sum: 2969622e78948d5e5301d2e7633e7201 SHA1: 999987391583504966aa05d674afce271ece0342 SHA256: 4506a5a353e2dd458ad112bc6c805159007653e68ae88ddd49ed293b335aac0c 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 784 Depends: syslog-ng-core (= 3.17.2-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.17.2-1_armhf.deb Size: 113946 MD5sum: 030c7ecc261a17bf6fedd369dcf645f7 SHA1: db92639652c48c29f3f59b0f4895a42e1163fe66 SHA256: 69b3d0cb5ab6ae8bfeda247f2c8c598f3322ced62210d858662915cd9a8a4bf6 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 802 Depends: syslog-ng-core (= 3.18.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.18.1-1_armhf.deb Size: 115896 MD5sum: 8b55da3010b070cdc898532bbcd4d7fb SHA1: 13ec99a957c81ddc7f8d90754e0cf222496a2e48 SHA256: 507cf150bec726cee95083a48e3e46f2b7b5ff73eec5d0151f900c9798abc73b 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 802 Depends: syslog-ng-core (= 3.19.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.19.1-1_armhf.deb Size: 115536 MD5sum: ced7ce4f9651726233691216504b0c76 SHA1: 741438a96feb36265f072d7216f1e0da6ed4c12b SHA256: 1288aea05834c63de4c74d67f08790b3f0da19612e3c8319ada72efea1cb1582 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 825 Depends: syslog-ng-core (= 3.20.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.20.1-1_armhf.deb Size: 118136 MD5sum: e0052c49f3750d5948b2f2b21c04d356 SHA1: b73b55063ca612658b78317e168274c845e499d2 SHA256: feb6277c975fe540981d5ce1abb8cc78770aeb51d2e842a803930a87b054e8e2 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 840 Depends: syslog-ng-core (= 3.21.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.21.1-1_armhf.deb Size: 120516 MD5sum: ce184ecd8e247a3df0c681fb17f7f1af SHA1: 2d9838f68b4144843bd9f233260c89566fb20a64 SHA256: 4170ede7abb91d35694bc40e91c4cb7f2e75719489da41e72dbc910796737617 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 847 Depends: syslog-ng-core (= 3.22.1-2), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.22.1-2_armhf.deb Size: 121034 MD5sum: 807243a7b00ffc285545c8cc24dc9965 SHA1: 97562684fc3fbb18f6ff52182da9cc0a1c613be2 SHA256: f40a6fefcd3c5ae70ee4306dd4f515fc31ccde1286c8e2f5d648f93668781877 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 850 Depends: syslog-ng-core (= 3.23.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.23.1-1_armhf.deb Size: 121026 MD5sum: 3e3f9013986004d2254d780d4118aca3 SHA1: 9d29e34f13d3769c6ceea98c997f8b44fed3c9c3 SHA256: 991ad2af5e1e33daeb165cd9ed87c6462c76fee395f2978556a887c6045cc9d8 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 838 Depends: syslog-ng-core (= 3.24.1-2), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.24.1-2_armhf.deb Size: 121022 MD5sum: 90955c10bf7c5d76338cab83376ef062 SHA1: fed9ce9b6c35dc72a2c07fb99a76cb496b9d61cb SHA256: f987211a84eeeb5f5bfc4d77576eb551808e02f29168e4e98f482ef7a7b1986a 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 846 Depends: syslog-ng-core (= 3.25.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.25.1-1_armhf.deb Size: 121678 MD5sum: 73c6f552f2b238c7139e631c03a68f58 SHA1: 2d0aa26f8722f14df0df3b55e0019cdeb7ab2020 SHA256: f5bf053eebbb3903ab1dcc2f21ded97e3b8de95fba24266631821cf96bbaf021 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 864 Depends: syslog-ng-core (= 3.26.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.26.1-1_armhf.deb Size: 127226 MD5sum: e99d661f1435a67a191f6016e8eb0256 SHA1: 21b317f8db5fcedf73745ac6ef1178fd34544d2b SHA256: 307e7431eba442e2732ebf4e4f1d041ddf6a5e0c822fcaac3a2579a9d8a9d265 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 875 Depends: syslog-ng-core (= 3.27.1-2), pkg-config, perl, flex, bison, python3, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.27.1-2_armhf.deb Size: 128766 MD5sum: 433dc1d0c4bca8b38cea546c130bd194 SHA1: 1c38d1928ea506abbc8e4a768ee07c792c065a36 SHA256: 7783d320f56cc845f75c4d81cc436d77b94485b8d1378815e69663083f51df53 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 873 Depends: syslog-ng-core (= 3.28.1-1), pkg-config, perl, flex, bison, python3, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.28.1-1_armhf.deb Size: 126434 MD5sum: 250b0b4a2ae166e63a191da56e6caa56 SHA1: ddcf9977c2e313c79d1de6326def3228ab12f0c1 SHA256: 7bf0f864e791b9cb4260d699e3f67d5ce53977f86ff13ebc5f8539acd3cda9c0 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 882 Depends: syslog-ng-core (= 3.29.1-1), pkg-config, perl, flex, bison, python3, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.29.1-1_armhf.deb Size: 128160 MD5sum: 287670e85e04f3a446ef412d63dffe99 SHA1: fdee04a41cfcdb139f3d3f9e6e103e662ca19657 SHA256: 0f17d984a0dc934d82eab79450371d48f653eda1969a58bd73b5dced5e45df93 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 893 Depends: syslog-ng-core (= 3.30.1-2), pkg-config, perl, flex, bison, python3, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.30.1-2_armhf.deb Size: 130542 MD5sum: e9d0b77bf4ff6669be067ef58b62e223 SHA1: 1a362968bc91fe83a99d6b0855c93534af1b0783 SHA256: 42ee8722efe50172782b627d0550959938276ce764a42823953d3ac1da6f32de 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 898 Depends: syslog-ng-core (= 3.31.1-1), pkg-config, perl, flex, bison, python3, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.31.1-1_armhf.deb Size: 130854 MD5sum: 419d95960a675839401bc943d16a0b2d SHA1: 1525abfbad5cf190bb801a9fb9384ce94c3d2232 SHA256: b3887bcc6ced5060477874fc6fd507ab950a50fb9d55d3d098c2f95aa9d9f2ee 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 896 Depends: syslog-ng-core (= 3.31.2-1), pkg-config, perl, flex, bison, python3, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./armhf/syslog-ng-dev_3.31.2-1_armhf.deb Size: 128608 MD5sum: 24be579dd72de4e47e5168a8898c254f SHA1: 96ccf99a0be7b96c013122ef284e41b9785981f0 SHA256: 5ea9c4121bb04906814491066ee737b13cba3a650c5ec825ec1abb2b26560d76 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: 122164 Filename: ./all/syslog-ng-java-compile-deps-mvn-repo_1.4-1_all.deb Size: 95405716 MD5sum: 713db43b0221334329fc1a17c426670f SHA1: 19147fbbd77f1308f9622863858d296b04cafdf6 SHA256: 61268424778f03382824679870a1264460928b5edf84701a35e074db6004c941 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: 76736 Filename: ./all/syslog-ng-java-module-dependency-jars_1.0-1_all.deb Size: 69453030 MD5sum: 01ce17a6df4e8e6ee7761a536bc1b7b3 SHA1: fbbe2f7e0f2c76210675e2e1b5ec208a0404e753 SHA256: b9eac22e40056bfd6d7602dc9402430440ae4e4420c74e8ed96fc910d02afcdb 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 51 Depends: syslog-ng-core (= 3.11.1-3) Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.11.1-3_armhf.deb Size: 14072 MD5sum: fc42576b4b22c1ff94a34d84e656dcbf SHA1: 6323e87ea977a39db8debc7ec96aaa9500cc0b41 SHA256: 007b7efdcaf2b2876357eebb5b76c93714e75e4467abdfad9f3bc1aa27dde9b9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 66 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.12.1-2_armhf.deb Size: 29898 MD5sum: 99ba77ebd5345d9fe5dca17e396053f7 SHA1: 2be706657c5832e0d41987c82a700ae8c32095a8 SHA256: 971f60945a7b981baf4a550f173571d44dff9990be5f7fd696c78bbea3357847 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 82 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.13.2-1_armhf.deb Size: 33896 MD5sum: aaef16c42595e748be3f30bb3a72afc0 SHA1: 33342b3b08e5a9c5d89543b29cceceb1efa88f0a SHA256: 017dc6cbf961f6a68dd0f14ab464d6b149c0564b5bcd8c572f4f96356c8c6362 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 67 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.14.1-3_armhf.deb Size: 30862 MD5sum: 5ed14514dd7b9fa715e53bcfd0834f46 SHA1: 756a31821846984173a7b21db35b77209236759f SHA256: 49496d7fe06b74599baf885c5adfc151bb417eb8be4363a9fb2ab5ec76004d15 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 71 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.15.1-1_armhf.deb Size: 31430 MD5sum: 742714c614af7216bba2f39e281c425b SHA1: 4ca8cff32141fdf92f04acfdfe3ffee44b911a2b SHA256: 875016610b0b705706cf737fcf49f1e7554c07bf40aaf754b2d9df4f5486a732 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.16.1-1_armhf.deb Size: 35110 MD5sum: 98796d9b547dde7ef8f029fb11e0c7f0 SHA1: 7a9983bd5e6031b07eb0b5d8f8d9e1c0b1b97145 SHA256: 594110f8b4503dcf3858445010d61790f6b66c0a8f3b38cad8f3288fd32d8e3c 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.17.2-1_armhf.deb Size: 35638 MD5sum: 60dbc049328f690553a8f2da2447aaf3 SHA1: b028ddccd26103e734b1dc01a225ca53a8c43c79 SHA256: 221322c193080cf618d802350dc04fb5980136165c2753600ff41be6b3fb2189 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.18.1-1_armhf.deb Size: 35644 MD5sum: 96d9d23d9ca11695ae568f54bbe4a844 SHA1: 5a8337da18432dbf4c1460bfb2e6e2cc64057d51 SHA256: cd44c858d34bd9f8e318b5014f0db52abd32af1a13788e9ad6734ccd6985d403 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.19.1-1_armhf.deb Size: 35654 MD5sum: 30748bda2734b9a0ce29418ea60ca524 SHA1: ae7c93baa8a6d8e9b3fa4c14324fe01678483113 SHA256: dccd67b25c1d0fc4a59d3b4ebcbf31af257283b3d24af82890d530f7f31d5866 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.20.1-1_armhf.deb Size: 36072 MD5sum: 3be6418914539991cb0d6dc4a1a8aeef SHA1: 80d8f035d397dbb37e57466a53302c2b31753802 SHA256: 37365e63b87e3a8007c515c19b887e2f60e9bd7e5b4a1891ccb95eada95d6521 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.21.1-1_armhf.deb Size: 36528 MD5sum: 8a4e27c7499fe5ffa0620cf8d2151ab3 SHA1: becb02a26145dff2bb6f340be99528725711faa1 SHA256: 53ce4e501687764ef5b9a5301f8b7e99d5bc746cab4304959424175d74f938e6 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.22.1-2_armhf.deb Size: 36202 MD5sum: b2dc93ca3c7109e7588ce0b71f7b6406 SHA1: d90a5ca00db6ac0a772c2f9b4b2dea7038bab00b SHA256: 1a3b4b98c87a00d99589d6954726901606d4a9288268047d7259f3419fc70b3f 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.23.1-1_armhf.deb Size: 35854 MD5sum: 42576b12e39c40f7dfca8b392a6aa863 SHA1: 557ac466be765905178de6ef7dca8b3db810ff97 SHA256: 5e60ea99f421ae8caeb63a741b1229a8d8cb199e0eb0d4c7dcdf7db592a73008 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.24.1-2_armhf.deb Size: 37226 MD5sum: c98759d5b2431322734d83781099856c SHA1: 21ca137f8b517df57f7d57030f35dcdb9b063c68 SHA256: 0ebfc646ee1d79e126f81d9f617d51074da78eca6796f38a14e12e4e19ce295d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.25.1-1_armhf.deb Size: 37330 MD5sum: 943944a70eb56cf4eadc95fb5c4e16ff SHA1: a9604692f79b123f5118d6ec9987abb86024d842 SHA256: 468f24be9283d0a8a72539363d22875aa257b0895432f8c61d8ab355c80ba42b 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 95 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.26.1-1_armhf.deb Size: 41208 MD5sum: 0275d3b9ed074d1e767cba404a4bad6f SHA1: e33bf3f72d15d3ef0ca27e36ee6216f920afa886 SHA256: 293929c4b0746f262fc949519cc72cf63b082c23086e2d2fd7e11b9065983cad 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.27.1-2_armhf.deb Size: 41922 MD5sum: 0244b43da12bf18688ce91faaa71d9bb SHA1: 62fae962d06520dfd7c1286b1a5910ae75fcf27b SHA256: bc503d7dd5f61af2569e5472e761e1b223516d3e0630f01cee5646673e964ad6 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.28.1-1_armhf.deb Size: 39542 MD5sum: ba283c77805c1604b75f16ef5d793582 SHA1: 382f84966223927db0bc926b8ac7a7ffbcc82d98 SHA256: 07c990bfaba012a778de11815c884417a94f6dc2d82ce928586944065ab3dc05 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.29.1-1_armhf.deb Size: 40364 MD5sum: 93576078a6f638f44fbb636c13fe7795 SHA1: c46b8ed51ed1cae13247814fdc2c60d4ee902bc1 SHA256: dd6c9300fbb0259799238a41066d9f90cb4ae8eba5aad657a05e6907d57d61f4 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.30.1-2_armhf.deb Size: 40694 MD5sum: ed487a7285a811d6c0898bffd7a99068 SHA1: 70ea233a219102e4e1f36bce0baeef3d82ba23f6 SHA256: bb517a4c668682e3eb14d25c09ff2fe315755538e2769b7bc28bed78b99ca76b 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.31.1-1_armhf.deb Size: 40558 MD5sum: 6d6b3e5b0cd0447ddb9b85fc579eb416 SHA1: c6d9212205395ccedff6f1f333356b50ad4dcd37 SHA256: 9adb3d40ba6a0efa5a5e2828ee53de72acb6dba16986cddc478a62086400189d 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Filename: ./armhf/syslog-ng-mod-add-contextual-data_3.31.2-1_armhf.deb Size: 38266 MD5sum: 96b16c725158b5d9d86bd7ae611cb2c4 SHA1: 59d82b91d8494738d5e0a8a74290e5c4bda99019 SHA256: 537a7c48e29651a1a97745a51a245be057a4556f3793d3319c69081aae003a58 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 108 Depends: syslog-ng-core (= 3.11.1-3) Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.11.1-3_armhf.deb Size: 35030 MD5sum: a03dbc684a6ae3cd5d597a81a9b4f78a SHA1: 32f4b9398cfc9cc72863237f86bcf42c65e2002f SHA256: fc4deb73470248b8fd6d3ad8b4e7b406f97d6b82a7b34ca1fc5076d8aa727626 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 71 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.12.1-2_armhf.deb Size: 31666 MD5sum: 0bafd1678f9dc29049ab87fd73e4c615 SHA1: 80d96a96db166df1bdbf1380902fc298bac033b1 SHA256: 7df116af9e361ad004a7890966e46804cb8621f67274c72047295ae2f5c4c32c 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.13.2-1_armhf.deb Size: 44166 MD5sum: 0c47951079d5e8a3593bc007ed583c7d SHA1: 34f6edf9ce5824751055b5d2ac9547d509be583b SHA256: 46cf13ddc51746cb1113e33a0696ec2d0c6222ad6d9502321f55bd7a971dc1de 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 71 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.14.1-3_armhf.deb Size: 31900 MD5sum: d5449d7c6fe4190cfc579b4bb054302f SHA1: 4e7d23df15f1ac25f71c46b248d932ad0a8742ca SHA256: 102adc87bbb1ada53a9eada2294d21d38e29b7fa74b8730c6a242705f46975f8 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 71 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.15.1-1_armhf.deb Size: 32246 MD5sum: 95c858f8102551f48629e47b0804e917 SHA1: acb062c5b09a8c599c43b5d0c7ddee903de2c287 SHA256: a3d85c144b4a10bb264d64ce4e566ad95d4fa2a2f287a4d652947172dfded5bf 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.16.1-1_armhf.deb Size: 44226 MD5sum: 11fe146a1f655ab4f4895cfbfe65da8b SHA1: 52e628989349ac5392c8a647f6a21228e6d183f7 SHA256: 37463426b1e32338ce312037dbb4835a20797620ceb7e33fff3ba892697d32e1 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.17.2-1_armhf.deb Size: 44786 MD5sum: 9b7e4e3ffeae14034b88d7e9a4a6f933 SHA1: 04533d3b2a4352d7833cdcb1d19f0e552d951665 SHA256: c221692b28ba9df5f7754d84e337a7b5eec07e3532889b3059bd9eeeb7fe9118 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.18.1-1_armhf.deb Size: 44924 MD5sum: ebb761bb1aea1d5373b684e96d59df0b SHA1: 433e408903c43b8e356e0978d2dd1b5bac220e49 SHA256: 70008a1bcfa91f92a3b289f2c3e502ee7ac69e0a13b5bcc4c8c4fd4913920ae0 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.19.1-1_armhf.deb Size: 44554 MD5sum: e02254d6ed13e37f06d60128718b0898 SHA1: 2742581c33ea032997ec8f6d44562dd06279d771 SHA256: b31c54085c365e4f16212e191ef36e86fdc182e32e0d36de4dfa5190378e8e6c 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.20.1-1_armhf.deb Size: 45104 MD5sum: f068c31fb741e3b7f6682dca2a153dae SHA1: 93f5a9e07dd205e166723b8ad821acc2e99a065d SHA256: bd3dd6212470f8bfe499af8c5e8df4e8ccef45ae70ac7b1714e681282dbfaa6b 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 101 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.21.1-1_armhf.deb Size: 46278 MD5sum: 458457d5e145944684503ba2083c11f1 SHA1: 1dbbf912b41434a2b8cfe96dd840be358a2e3057 SHA256: 54aee6475a374c9b1f3017cd5dae6c76cf3a99a340c85bbf61a45edb80199a94 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 100 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.22.1-2_armhf.deb Size: 45708 MD5sum: eaf5769e5473ee6b54e382c7a3a6752d SHA1: 47cd1154bb5685c8997a0c215c2d7bc7bf04a79a SHA256: 7f7ed66486973b86381a45b9b741747febaa31e106fcb0a03eeca66b9f1ce20d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 100 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.23.1-1_armhf.deb Size: 45560 MD5sum: 313ac43ef11cca88fce53574330df364 SHA1: f711accaf843b63ea6960d3f3c31d73f93c6f3b1 SHA256: 91a6f46bf0b046eedadd4e4548f59a732899cb3b73e8793ad20bbb9cbb5b7528 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 100 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.24.1-2_armhf.deb Size: 46050 MD5sum: 3628ec3b04e147fb9083fabb25e49849 SHA1: 3e0b8ba02e5abbb75a7b14bd41d958b10e547030 SHA256: 65282e90cae15b5f18f44f95f9d1164185bba500c557da8795d23709b4f02aaf 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 101 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.25.1-1_armhf.deb Size: 46106 MD5sum: ec6e9dd998c9a0dd6cb7ceba1f99c28f SHA1: 26b67a1fad11f9edd83ab19376810545d8b0172b SHA256: 3573d7f20a4d201b2ad9b0c19d8b82f32c1c18b47e49f5825c4114ceb82b99e0 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.26.1-1_armhf.deb Size: 50144 MD5sum: 7c1331c8294aec0f44f90426fb7a2637 SHA1: bb8d575ea659c4a51ea6f4b1757d2db54cc8acf9 SHA256: 1f76448bbcb32076c3f91b95890a6d682b1f2c3fb371a05f45fbb7de4a449d86 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 105 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.27.1-2_armhf.deb Size: 50834 MD5sum: e1a74af666ecc9df9df3290d03157185 SHA1: 854f795fd32e0e8c68bb68771df237ffc4c09e3b SHA256: e15171d0ce66c66707de9a2d8fd5d4d6e57a7e7349905a6d3ba1ff5341accfd5 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.28.1-1_armhf.deb Size: 48476 MD5sum: 43dbc7cd71aca2d3ef4bbc3b7046bb54 SHA1: 1c761063118db5aebe682fe656e8ae9c6009a452 SHA256: d059641fbcb6622d8f1855ff8457c1ec1741c4d20900d7b424fd33f227742d40 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.29.1-1_armhf.deb Size: 49172 MD5sum: bcb84757fb17791d5c69dcf08320405e SHA1: 6b05b2a668724b2ce0ac3848359bbfc32b597533 SHA256: 17469174bc8f319cd385f6adc0d864fddb67690af00ed5c910370dc5f793273a 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.30.1-2_armhf.deb Size: 49502 MD5sum: 1d9926b4a3599fec4b94100da01f8ce3 SHA1: 41df2304d6878d4634194a91d1b77e879a8a0ad2 SHA256: a0ce5ce25ce3ccf2fdb39e9f0a26dcc1b708a0a1829afd7558e0d8439f0d6346 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.31.1-1_armhf.deb Size: 49328 MD5sum: 58973ad19c4f2fb095ea1a75659ddfa4 SHA1: 4fa9d6d5419495e24e3830e2297ccdbd6d44b5dd SHA256: d04ebea4075aaecfdf0b8b8b3abc366f0e1e6a59da1f24908b1ea2f7087aa870 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 101 Depends: libc6 (>= 2.4), librabbitmq4 (>= 0.8.0), syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Suggests: rabbitmq-server Filename: ./armhf/syslog-ng-mod-amqp_3.31.2-1_armhf.deb Size: 47008 MD5sum: 8480b7b162ed2b1c2734d73db2f0f225 SHA1: eb8206a9d8cb59a23a6c5cd1185da25b4f3da6f7 SHA256: d4be397328ad583d9f8b23c5c2ac486195c74a5299b0d9986e409e185a56f710 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 5144 Depends: syslog-ng-core (= 3.11.1-3), syslog-ng-mod-java-common-lib, syslog-ng-mod-java, syslog-ng-mod-json Filename: ./armhf/syslog-ng-mod-elastic_3.11.1-3_armhf.deb Size: 4594124 MD5sum: 9dbe6734b5445f8d42021f89c77fe39d SHA1: d2509a8cca835e4734e82bebe1f943421cf513d4 SHA256: 6f6dbba5698741b92e7f44882868706fa3bb29a84fbb55433b95b85d34f84b39 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 5159 Depends: syslog-ng-core (= 3.12.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java, syslog-ng-mod-json Filename: ./armhf/syslog-ng-mod-elastic_3.12.1-2_armhf.deb Size: 4609976 MD5sum: 2b573d9615f3ca39c2b880a8b283bcda SHA1: eddfc52075e301b138f625246132928a37b1a0d2 SHA256: 044d11c3ae146e8d51d4005d960a72a90934b8cbfeadeced9a14a3d48a633d23 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 5175 Depends: syslog-ng-core (= 3.13.2-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-elastic_3.13.2-1_armhf.deb Size: 4613604 MD5sum: 11df7154a14109eda0737a843b381c08 SHA1: 52cef6f364d120cd37e00200de29fe450c5e3d25 SHA256: 368ad96a0671ffc213f90956568445d4baf22439b91ed083a6a531ac336072d6 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 5158 Depends: syslog-ng-core (= 3.14.1-3), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-elastic_3.14.1-3_armhf.deb Size: 4609558 MD5sum: df05c120fd89d8d3d922225f50afcabc SHA1: 643c4be18995491b1453bd45479ef94184bd75ba SHA256: 4503da21fd8379e5b964989718f6278a84a3d2fe48468497b10a6f26cef66908 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.15.1-1 Architecture: armhf 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: ./armhf/syslog-ng-mod-elastic_3.15.1-1_armhf.deb Size: 4609934 MD5sum: 2e337a15c9692737cea174d242733700 SHA1: 571f3c9c032954938305c55162f83c160e68a3c4 SHA256: 41b11d9502267abc47b125f7a3f61b0037f01e82d743faa06ecff51a4376820a 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: armhf 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: ./armhf/syslog-ng-mod-elastic_3.16.1-1_armhf.deb Size: 4612954 MD5sum: 5bb1b64b76cc77d43dc33da49cd090d7 SHA1: 0924c0912f0e201868ea9226116a12f039269e18 SHA256: 6ace355b4fd99acf94304a24332496444907bf1c0e8aad5ea1371818a7e0e515 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: armhf 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: ./armhf/syslog-ng-mod-elastic_3.17.2-1_armhf.deb Size: 4613666 MD5sum: f89bf7ef7b5aaaf66c8f56a31b0e3fc7 SHA1: 81a06edd00d219727d0008f2d5a2832227b54095 SHA256: b0250e3f3959601a18af9f5b1ae8e3aeb8316e9194da8250305ac760e3321500 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: armhf 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: ./armhf/syslog-ng-mod-elastic_3.18.1-1_armhf.deb Size: 4613520 MD5sum: 07c9bbcf11943939f5a8a23e4ef367fc SHA1: e1a96dbd1579870bb2eb055267e737c057db901e SHA256: 7566aea52ecfa2d30dbf67ed5251258970af859a3e6c7af0a4d862004ac58850 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: armhf 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: ./armhf/syslog-ng-mod-elastic_3.19.1-1_armhf.deb Size: 4613224 MD5sum: 40f539e890188355f35db31dc1390233 SHA1: ab1af01b2a1c7e8f14a7f2ca066cc5d9940cc0fd SHA256: 495eb864ea561fb42fd971994b7d72bc258655225321212f5a87d6f1ae9eb641 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: armhf 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: ./armhf/syslog-ng-mod-elastic_3.20.1-1_armhf.deb Size: 4598228 MD5sum: eb014c8b19639997decaa90b3b4fb93a SHA1: 40abccf12c785679b60da1089355ac60facb1279 SHA256: c2813cf11360ea9a5dd1f1f47c36e34ff41a5b68d521f6ff8a5bf0f6d9cbbf72 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: armhf 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: ./armhf/syslog-ng-mod-elastic_3.21.1-1_armhf.deb Size: 4599032 MD5sum: 221fafd4e90ed47f0fc1349f5ad144bb SHA1: ebc2acb85c711f21feb20fcc797a0dc5b6e71f2d SHA256: 426dc0fcce787de0cc607bec597bfacdb11160d82d8287edbcb58f0441cce492 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: armhf 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: ./armhf/syslog-ng-mod-elastic_3.22.1-2_armhf.deb Size: 4598426 MD5sum: cab4c58df47fdddbbe47fd2bf25c2d44 SHA1: a17cce6ccead249de7f27ed305bb2cc97d6f9d99 SHA256: 7dd9cff5b3a2fe3a55b03e6d88abc7508881bdc8cf21429714362c5d85a34e3e 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: armhf 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: ./armhf/syslog-ng-mod-elastic_3.23.1-1_armhf.deb Size: 4597928 MD5sum: 74c756a326d78b1e99ffd1fbd804c7e4 SHA1: abd9cf20ca8964ef44059d9cfe40417d70d6f626 SHA256: f489ffd8649dcf1710054e7b32a2eecfaa68f2b4e52d8e205c8412325e90b967 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: armhf 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: ./armhf/syslog-ng-mod-elastic_3.24.1-2_armhf.deb Size: 4598136 MD5sum: 0729441deecd287d819820614d3595b1 SHA1: d534770db4a2fb4be05de31e52d2b24125a39b80 SHA256: ea1bac461cd8b8b4b22d28bb80ee24eb5e73821b83af775c467220680522989b 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: armhf 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: ./armhf/syslog-ng-mod-elastic_3.25.1-1_armhf.deb Size: 4598466 MD5sum: 780be00c3274674d45a0ce2dd734787c SHA1: 831df5aeb5b5eb09b55b1256baa180296aa3e799 SHA256: dc9d5845df1b42602b6885f74aede45431e0f1e60015412179c29509de5fe819 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: armhf 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: ./armhf/syslog-ng-mod-elastic_3.26.1-1_armhf.deb Size: 4601550 MD5sum: dd575b0f46ad2b6fa51f985ef5cc0036 SHA1: 75a7aec5c6a276946ae73eb261824ff9cfab882d SHA256: 72cc8c0ecd329296b19134360c2e10beac6a0294825a89a08866b4f7e51017c5 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: armhf 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: ./armhf/syslog-ng-mod-elastic_3.27.1-2_armhf.deb Size: 4601950 MD5sum: 6c8964949136fb4ce6d8b4f96d03ce97 SHA1: 417b0ba49b5e9d586c8e07ffa2fb28678c1fbaff SHA256: c92f4c12bca7ee9ed1816d6438d6f632313e0018e9d4da0d1e81e8e66846649f 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: armhf 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: ./armhf/syslog-ng-mod-elastic_3.29.1-1_armhf.deb Size: 4600492 MD5sum: 487ace50302e46413c73dc0be1f20376 SHA1: 9252599fa9eed52e651df6d45a00b7fd84ce6d53 SHA256: 37dd3aa8a65a563f3428bed02f179eb58de612f8b782aa51b4104954a2e57909 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: armhf 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: ./armhf/syslog-ng-mod-elastic_3.30.1-2_armhf.deb Size: 4600760 MD5sum: e8a1b38281cf875995c4540bc8b44a8a SHA1: 58ad1c048f1e0516537295edaf7f0a564e27fbf5 SHA256: 90b7d9b8cf87bbe687cb921b9865e3b4de191fce27ade07b2daf0baa1d1698bc 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 5151 Depends: syslog-ng-core (= 3.31.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-elastic_3.31.1-1_armhf.deb Size: 4600648 MD5sum: c3defadcb1f75f54fd340100ae21589a SHA1: 78c5e62b6131c0926cc98b46405c43980cfcc8db SHA256: 111b959874c6bec0270d33a347437858aa249ac45d122cf77af2ace7f0959aed 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 5149 Depends: syslog-ng-core (= 3.31.2-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-elastic_3.31.2-1_armhf.deb Size: 4598296 MD5sum: a5ec8e67298aeed05839d17fc04465e7 SHA1: fce3eaf1d5fe73a95fd0d952d4381ac5210b89c7 SHA256: 3bfaafe46866966b1da8b1f4924f1f7bf62b22ab5fc0ddb963639ad12b29cd96 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 128 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core Filename: ./armhf/syslog-ng-mod-examples_3.18.1-1_armhf.deb Size: 46876 MD5sum: c839f08556d496a9741ce52bddf616f4 SHA1: b64f43dd6fdccf63c7631fd998ddf2d3e67166d0 SHA256: bd09145ace338b335617c04b18a8554d40755b5781677062aa6f2f0700e79f71 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 127 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core Filename: ./armhf/syslog-ng-mod-examples_3.19.1-1_armhf.deb Size: 47226 MD5sum: a8faf41b48189b7bd0d9bc327f76cf12 SHA1: 1a005560b8338a520e496fbec03dbe3b9fdff995 SHA256: da9cebd5a135760c1038bf3134429f26f6084ca9269642fd33bc2560172d3357 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 128 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core Filename: ./armhf/syslog-ng-mod-examples_3.20.1-1_armhf.deb Size: 47618 MD5sum: 0ef038592205b991e077c9e98aa999f2 SHA1: 03887cfb863fffe7583eb8f1176bbc17d7a3060d SHA256: a1223ce696e1f11455c1b7cfa6cf53103b744b073eccfa145ebad669de8ee559 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 128 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core Filename: ./armhf/syslog-ng-mod-examples_3.21.1-1_armhf.deb Size: 47788 MD5sum: d6bf5d2388ea40bd4b4127e56696b547 SHA1: 60bd7726c8f848e23b60bae276fc55942a69e957 SHA256: 15f2f75c5cf4f9a7348c4e1728c020f322efedd797467982984393d65ade9549 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 127 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core Filename: ./armhf/syslog-ng-mod-examples_3.22.1-2_armhf.deb Size: 47294 MD5sum: 24824c404e05a228c7006e8670bcb543 SHA1: 63dc40a37fc02fc8ca162e8a8851f88cc0d50247 SHA256: 523a08108c72f30c780d92bbe9c759dc6699d6c91fb176b33b976bc4b6eb53bb 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 127 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core Filename: ./armhf/syslog-ng-mod-examples_3.23.1-1_armhf.deb Size: 46912 MD5sum: 5a901315be8b56aa079683c123e2916a SHA1: 4b9a77ed61397dd960b6bd8e4a7ba5dce2d6ffc0 SHA256: c7a9397248d0f75fa10e66f58e83068b1512c61821ad84593c5612db302aef1a 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 131 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core Filename: ./armhf/syslog-ng-mod-examples_3.24.1-2_armhf.deb Size: 47786 MD5sum: 22e44f2f1c062af0cc9cd61acad2810f SHA1: 2d56c9fa2a51f1d73a2545d9940ac7ab229668d1 SHA256: f2e8e2322ce0ccfd504c587eb5ad5303db6f48c80453516fc25793ac2e8da9d8 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 132 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core Filename: ./armhf/syslog-ng-mod-examples_3.25.1-1_armhf.deb Size: 47880 MD5sum: 6d17b0f9abb4297b085eb8f00a654728 SHA1: 11874ffd22a4cd0cc7339f133142c77d8cc33c78 SHA256: 7b9b2db57ef66ca4540d80bb45c2d9e215b3ae6f3297e45c96f95fb37edb73f6 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 151 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core Filename: ./armhf/syslog-ng-mod-examples_3.26.1-1_armhf.deb Size: 53410 MD5sum: 926062a7f606b102dfcf2fe8c0b868b5 SHA1: b8ffa2fc5ad7bf8c2f816a0ae0e70d2bafec640a SHA256: 20562ae257d30a168389906984d32d7d010118c76eae92c2933d08d6ec298834 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 152 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0 (>= 209), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./armhf/syslog-ng-mod-examples_3.27.1-2_armhf.deb Size: 54708 MD5sum: 830c9919c5c2d2028880ae5c1c5f2c89 SHA1: 37cb508b2e9318db4a9a4d65114a7205e58fe508 SHA256: c0c6c0800de8fe5a2e5077bcaae4a514d11a5136d95c9520c6c872d5ecbba982 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 150 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./armhf/syslog-ng-mod-examples_3.28.1-1_armhf.deb Size: 52352 MD5sum: 61357badd06fc0e88b1e243b1359e8bc SHA1: 0fa7b6e1dab8f68f781e3e46ef9ab2c9f8a1d2fb SHA256: d890c1d3c2384a2d1e073cac04c4a06675373f4d9d54963f66cd5aa4f722ab17 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 174 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./armhf/syslog-ng-mod-examples_3.29.1-1_armhf.deb Size: 55942 MD5sum: 92d2244d1ddaf0e5979acdf523e5c1a1 SHA1: 84b32d492ecbfe6b1d9de849b70096d9e6d0a875 SHA256: ead2accec1ce1632300d006f1a53f431af2df35a28b1799c5a4366953edfee2d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 174 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./armhf/syslog-ng-mod-examples_3.30.1-2_armhf.deb Size: 56344 MD5sum: 607c38b306accd568e45d74dfde58c0e SHA1: e5bc83d75946a8f4999194a382af61c28bff64ca SHA256: 42bbd1e77adaafae68dc026f9989f4a62c605ef639ed65937143d3ec573a693a 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 174 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Filename: ./armhf/syslog-ng-mod-examples_3.31.1-1_armhf.deb Size: 56498 MD5sum: ae8fbdbab907eaefefcf38c1231313f8 SHA1: 8f10a94584948de0441ca82df055fc8850e1152f SHA256: 4bea8a043bd3384e630b3f95851dc2d99744831709d19600c03922847e1fddd4 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 172 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Filename: ./armhf/syslog-ng-mod-examples_3.31.2-1_armhf.deb Size: 54184 MD5sum: 948660a02900292476985092c2c87250 SHA1: 0b953b8da32ef70ae278be4f88770302b0e4a9b2 SHA256: 5895300631c519f72bbab54572bb0c4047a218ccafae99ff91f377bf82d7acd0 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./armhf/syslog-ng-mod-freetds_3.12.1-2_armhf.deb Size: 19708 MD5sum: c6dc5741e8cca5f45e63f69e9c036326 SHA1: 1a7dc8857bacf0d1ab411ce314f94bb1a93df7fb SHA256: 7e5cf7fe8e8a98092e1f2f975d88c158518d9e5a2ee06fb1e2e75473e9bb7964 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./armhf/syslog-ng-mod-freetds_3.13.2-1_armhf.deb Size: 23666 MD5sum: a0d65e22ddf24d0098b0e4eb62e09b1c SHA1: 36b74f7791f90171e5dd02ee62cbabb2124faff4 SHA256: 8980e093526d83eb37372764869003b7fce4c919bcb1d41b51e2cb48aa89599d 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./armhf/syslog-ng-mod-freetds_3.14.1-3_armhf.deb Size: 19872 MD5sum: 63e6d51fcc32856a4046921b9fe529cb SHA1: 3ccea4d6de9202a2efa15091375e1f03dee0ff8e SHA256: f6fe08d0082bddae739070e3899d8d9852af78e954cc85ef8d1ae78921db9d5e 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./armhf/syslog-ng-mod-freetds_3.15.1-1_armhf.deb Size: 20106 MD5sum: b0136c66a9ff005aca5a66c213b13b41 SHA1: bb6b35f6e08c48d76537036d9bf639ffee54cde5 SHA256: 0cd70e36435fa784b6191c2125b64eacf8c382f0bad9c00c47d77649780fa44d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./armhf/syslog-ng-mod-freetds_3.16.1-1_armhf.deb Size: 23702 MD5sum: 14b5e16ad7d8a2bea934f5f0ad51bece SHA1: 4dfb8ff0860e969cba9ac52b48ac4d8751790f19 SHA256: c7c9ddca720344e58a6dcef1dedd0b4271371733554d8cafeb61f2477d549aab 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./armhf/syslog-ng-mod-freetds_3.17.2-1_armhf.deb Size: 24190 MD5sum: a1d855cca9043c2cc47a7b89d3bd7de6 SHA1: 2fb3ea789a5e6e7394620ebf72401ada70b02cee SHA256: 43a86624f009a8c1009dc835d697dc86f93670016422d6aac9c11cf2f192dd46 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./armhf/syslog-ng-mod-freetds_3.18.1-1_armhf.deb Size: 24170 MD5sum: 3118a4c5380af3fc9a5c9cfad880ecdb SHA1: 7c045750d261a3c304bf4df93bf12a5d64acc6bf SHA256: 74cad4e215a5f692fe18d31ed1846bd5e518d309c4ec00b562233b845f4980e9 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./armhf/syslog-ng-mod-freetds_3.19.1-1_armhf.deb Size: 23750 MD5sum: a720ccfad48784e73470526679d5f36f SHA1: ed5a72e61c8725e572655833d526cc9f92e14123 SHA256: 18799fbfa9ac81a6635d7c417819cac4ce599cb8cc55e584eb3f69d6067352e1 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./armhf/syslog-ng-mod-freetds_3.20.1-1_armhf.deb Size: 24178 MD5sum: da4d6473605bbd752073caea2f26448a SHA1: 6c4e2131cb7da50f642e316fd503d66b0b29f598 SHA256: 9d134d9286b3d97f5588ff12425f7488743b0249114301b52fe4528af7aad0ad 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./armhf/syslog-ng-mod-freetds_3.21.1-1_armhf.deb Size: 24562 MD5sum: 13416107b61771a0a229cd9ade8e71cc SHA1: f270c382d0480c1478895b3749d4587ba402f24e SHA256: f7cdf1404459d050b8af29ef57e30258d52326864d6a8d0b1066d24bd85b5ce3 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./armhf/syslog-ng-mod-freetds_3.22.1-2_armhf.deb Size: 23958 MD5sum: 67f2a4f6da40c88fdb91cddb7fac7f4d SHA1: ff4bab00316bfdcbf6363b36aed695f8716d7335 SHA256: b8d1713a4d6c41146e51788cb02ba1e405fefbcc0bfdbf5b0994743a3e9e4441 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./armhf/syslog-ng-mod-freetds_3.23.1-1_armhf.deb Size: 23578 MD5sum: 314e96eb39c56c6c9b5f0ccd77ef6187 SHA1: 8289fd95a070c1104931fc230a333fb70ddcb192 SHA256: 64b222cca96813cfad8bce0e96cd74e5f3b1716f82c988d7e4d120e9e107f68e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./armhf/syslog-ng-mod-freetds_3.24.1-2_armhf.deb Size: 24072 MD5sum: ac806c28266d287dbe8eca93154da9c8 SHA1: 0d864e5f2c3cd2f6ae51282c1b2eeec35e775337 SHA256: 834d617486265ca0399b885d284eb830f6d9a84058f29dd5b01e44e8fd86220c 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./armhf/syslog-ng-mod-freetds_3.25.1-1_armhf.deb Size: 24186 MD5sum: 256c87d0c53fd34335f726f1bfe7a029 SHA1: b3b7fc72e71e3d8248438e25f2be595779c9af82 SHA256: 4e02b2be0c3507df02ee78616ff697976f0ac488e0e5051d4f76a6300b59d3e2 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./armhf/syslog-ng-mod-freetds_3.26.1-1_armhf.deb Size: 28124 MD5sum: 1a3c037565a030efbea112ebc9e8091b SHA1: ecdb68f47519800c7aa884840ec040f52f11baea SHA256: 6ce5a6dcd9b9a002d43e3e9b1e56f9395a6d4cfa4cf20166d20b2c1b8bebad18 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 43 Depends: syslog-ng-core (= 3.11.1-3) Recommends: geoip-database Filename: ./armhf/syslog-ng-mod-geoip_3.11.1-3_armhf.deb Size: 11888 MD5sum: 10f4a177b265313ca65ae411e4922df8 SHA1: a30932bb07b28cb8353faf5a9ccb9f79311116eb SHA256: a7ad62bd6314686fc155c755c4fb26f9c8fb4d67ae44d50401b4551084ca1955 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 58 Depends: libc6 (>= 2.4), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./armhf/syslog-ng-mod-geoip_3.12.1-2_armhf.deb Size: 27696 MD5sum: 2311dfc6baf0bf246acf6d9bcf954d47 SHA1: 492bed0358dccc2de6a66ea5d64a23fb3eae5512 SHA256: 392af16deab064356b719fb0ba4d68a7b4cd24765319fb5fb94ed5615fb88ff4 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 74 Depends: libc6 (>= 2.4), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./armhf/syslog-ng-mod-geoip_3.13.2-1_armhf.deb Size: 31650 MD5sum: a8fbd577bc769860aad69df4d0f77996 SHA1: dbaa6d47fd16e2345a996e9ac74456436d0950e6 SHA256: fa37c12269c3e7d3a0f1fc5ffb825a2a35e6f754794ed636783edfd58649b309 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 58 Depends: libc6 (>= 2.4), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./armhf/syslog-ng-mod-geoip_3.14.1-3_armhf.deb Size: 27854 MD5sum: 13a8d999dd3474463645178ad589b842 SHA1: da7270fb6be9aa58b90ba8373846eb9ebbdd6e55 SHA256: 6745817a11bc5a0b42ac8acb02f472e49d5c8e2ca09b13ca92497bc8284391ae 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 58 Depends: libc6 (>= 2.4), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./armhf/syslog-ng-mod-geoip_3.15.1-1_armhf.deb Size: 28122 MD5sum: 13abffa9055a66f2dd7fda831aa13d6c SHA1: 9d7b95ff5897a28e8d6a5325be686cc783a82a06 SHA256: 2cb3a9396b71550b1dd4f4b0ad3e6f8ebeb4bc6e53a75c22f07f63bb6da45ce1 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 74 Depends: libc6 (>= 2.4), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./armhf/syslog-ng-mod-geoip_3.16.1-1_armhf.deb Size: 31830 MD5sum: 1aa35adace9dd02ea623c1b8473a0688 SHA1: b78df1914f40d057ffa70fb5f38b5065b0483e39 SHA256: de17f39fefbdcbc3bf26208bc8d6b8418097e1bb1f29b71e1c8ef127c9d12bdd 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.4), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./armhf/syslog-ng-mod-geoip_3.17.2-1_armhf.deb Size: 32328 MD5sum: de6bc971efde88b540ae84f69ec120fb SHA1: a01c6780bdfcbf7b2ac524bbed0bc5a1e9bc112a SHA256: 523ce84ac97da5edfeab76d069134a5b2781f78f8fb08823fb63a88b33f93cd6 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.4), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./armhf/syslog-ng-mod-geoip_3.18.1-1_armhf.deb Size: 32322 MD5sum: 94918e149f53f5f416d0adaa0267a127 SHA1: b09ddcdd9a90dc31245f543bf6d8da1df939ef3f SHA256: 61dcf783fbff5ef49fe98197bf1229317d1825edefd8f252549ad534035baee9 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 74 Depends: libc6 (>= 2.4), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./armhf/syslog-ng-mod-geoip_3.19.1-1_armhf.deb Size: 31914 MD5sum: a7d0beb766ff3e595a874d9e0293d021 SHA1: 817dc0250809d3fbe643a2eae45e00ecf12cb12e SHA256: 6917596936c15344df7b715392f15526dac74f55cf093c72b679b6bcf3fbea40 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.4), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./armhf/syslog-ng-mod-geoip_3.20.1-1_armhf.deb Size: 32366 MD5sum: eb13d1d889bede7bfa504a8bd32d9f53 SHA1: 8444d51607e9121ccfbaad2f5a79a8cddb31c6d8 SHA256: f82c177692e45d83a915141bc4d6fe61b1266c0585813165a2520325c7b266ca 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.4), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./armhf/syslog-ng-mod-geoip_3.21.1-1_armhf.deb Size: 32730 MD5sum: 161695f81fd45dd7f3ee45935097a112 SHA1: 0ee164b282439a6aa3e24fd49feb3a58b74c5dc0 SHA256: 11e6748fc55521626d2523e9f3f179fb0c6b964b549c10d26b85929a6d59481a 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 74 Depends: libc6 (>= 2.4), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./armhf/syslog-ng-mod-geoip_3.22.1-2_armhf.deb Size: 32166 MD5sum: 8c4249a219f7dcc42d39720b3b4ca55d SHA1: d7ff5e0e9f306dfa211eab9c7a622da6f54b5681 SHA256: 629b23dcb033cafe9664332359e9f9539196c44e63b7737688498f8dabfb69e1 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 78 Depends: libc6 (>= 2.4), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./armhf/syslog-ng-mod-geoip_3.23.1-1_armhf.deb Size: 31962 MD5sum: b690ff5dbb4ce3fede4d00cc8a5a5b77 SHA1: d9414f03ee2bb95edd0457c4fe17ecb3f0c1ca10 SHA256: ef0c4c43833969d3cf81e6c08208ae2da1d16bd1bec3e085f89f5f003beb9853 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 47 Depends: syslog-ng-core (= 3.11.1-3) Filename: ./armhf/syslog-ng-mod-geoip2_3.11.1-3_armhf.deb Size: 13304 MD5sum: 090f7da91cf572e0296b5b82f69290a1 SHA1: 885ddfec1217f05ae8b0d59c27d7eee0f751348e SHA256: e8a18d473bee027fcb6ef74982ba513567d9eb44fe0c10c3eff51b460d1e2ae8 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-geoip2_3.12.1-2_armhf.deb Size: 29090 MD5sum: bdad419b21ae04fff134baaa649d5edb SHA1: feec000a1b3af8aa6056aa70e25e2ccd49886c76 SHA256: 66e5c788eba22bf64c708860518f70569eb8783b74dba5850eaa34af2808aa37 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 78 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-geoip2_3.13.2-1_armhf.deb Size: 33090 MD5sum: 74b8aefdd00240031f6cb13bb7832af8 SHA1: 1decc2907a53c51560adce8851a0ee8361ea1bb9 SHA256: 72925d4975edce9a973bf6d7dcd78eb93b7e5818596922b07ccd53eba0846dcb 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-geoip2_3.14.1-3_armhf.deb Size: 29256 MD5sum: 62ed451bb5689947dbbfde261b6e4b86 SHA1: c325adab9ed3406e34ff89cf4c6f2418c818c3aa SHA256: 6e36f7ddef6f49c070caf8751bdd5acd4ae3170b32a72f33f1fe6e6d55186941 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-geoip2_3.15.1-1_armhf.deb Size: 29522 MD5sum: 79fdf3565720e8ecd4d4c6ff513f5fb3 SHA1: 89c3620e553b9feb4136d5904e02c5c6ca77fb19 SHA256: a1160eda254d5f3e8285f5812606e6a20790e1ffee35dd77d56c601dcf2f08a7 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 78 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-geoip2_3.16.1-1_armhf.deb Size: 33202 MD5sum: be50441f0704673bc5d066877a7c24f7 SHA1: d36c72a1f17409b6d5870a5c77819f134a725bf9 SHA256: b91b9435b57934d1cf3d9fb6375eac2b9b77770774fb1c80c091f27bd9353540 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-geoip2_3.17.2-1_armhf.deb Size: 33704 MD5sum: c5d281e063702db074749b905cd94578 SHA1: 7541676b97bc5fe44a0eca7296c558a6829b3c63 SHA256: c121e39246d1159b1df884635438dd08b635f7a1fa342a852559d9dd9146b9f5 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-geoip2_3.18.1-1_armhf.deb Size: 33696 MD5sum: 26d7bc6d0a559aa71e3ae7c7d7832a43 SHA1: f2522b395d83cee1b90da76772a61dcaf496844b SHA256: 1c5a3d338dda0ab2be69d5b71c736995cc26737c564495808c152c5b10e4aa64 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 78 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-geoip2_3.19.1-1_armhf.deb Size: 33302 MD5sum: 5ce16e109738d89429ab8fd09fdd4e8d SHA1: 048c61620869578b61f267bfff8ee53f00af5e98 SHA256: b4fc6c3d0abeadc2da3971eef0a743b12f083dd8e5469deb8fbd18c419d73eb6 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-geoip2_3.20.1-1_armhf.deb Size: 33692 MD5sum: 63dcc590798d8f37b2a6cf8901f4a381 SHA1: ce0c59ecdb3ebadb5eafe746ce1512937f59a179 SHA256: f8405da539b8565cffcd2510a5419bc957ac61c1ee7b65cc3ce597899ebf4a07 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-geoip2_3.21.1-1_armhf.deb Size: 34068 MD5sum: 13fc7edc4b5be1773328f14813413cc4 SHA1: 6adcf248951cc220b9da9976a25cd1a9a282b60c SHA256: 7cdf556e6717744ad98322e60597f6ec5c69af4573a626f030a5a4f35b250003 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 78 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-geoip2_3.22.1-2_armhf.deb Size: 33532 MD5sum: d33b8ad1ece1b0de8c5697c4de150e12 SHA1: 0352def2cbcc5744c86a9a580715ec95c32a0e5c SHA256: 59eb41ad9d322d253f5257f50632906357494a146e5bdb6dbb92a186a5adf0d3 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 78 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-geoip2_3.23.1-1_armhf.deb Size: 33328 MD5sum: 0996d378c8c4d62e8b9471775f29248b SHA1: 45c1b9723aecc6bac84eebc6130f677c75b8b86b SHA256: b6c59b7133b6c6dec0855b928dddd239a30d39ceb6de8cccfa0c4b9e6bc1dc72 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 82 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-geoip2_3.24.1-2_armhf.deb Size: 33938 MD5sum: fe770cfba30942dc95341743410e6ff7 SHA1: 41a534c96743a7c03fa4b956e3eaab5df22a0b6e SHA256: e533614951f749a35cf994df1dd68e780cf224014325fbfa1ba4f4e4e0a42de4 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-geoip2_3.25.1-1_armhf.deb Size: 34062 MD5sum: 0e8555c2e96699db127be8e48a81a55f SHA1: 3ac8385655a87b8cae271c4576842b5a6801e88d SHA256: 6d378411cfe900dd83281662bef617cc2878217ff26c2369940e31d6e4a060ca 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 86 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-geoip2_3.26.1-1_armhf.deb Size: 38138 MD5sum: 7439aaca23b58b43c256abad514a6ae9 SHA1: 8f878dd7dd6c7e282d52a5d45a1e935f1128b00e SHA256: 30fca55f93b41a578a11ec3d1df9a1a5b1edf02a008dcba69fe8a6a25022f06e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-geoip2_3.27.1-2_armhf.deb Size: 38936 MD5sum: cd63c8c0e7f4c59dfb5cc434d8ad69e1 SHA1: b5a32214e79dd1f39090806e080796dc96d91a39 SHA256: e62fbe70c30d570dd66980dca4fab9f5ea34ab9e35cb35252535a4970c949a90 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-geoip2_3.28.1-1_armhf.deb Size: 36588 MD5sum: 008b74b5707c90b6305e5b959243b00c SHA1: 3900a9a279bd0d4fd80129f7c8b2dfe6c0f8d965 SHA256: a255906e9f85e6be83e26bd00a846ea91a16215310e62df0abc067920e225940 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-geoip2_3.29.1-1_armhf.deb Size: 37362 MD5sum: 21b069a91467c5cbd95a764d3248c212 SHA1: 59f95b8ad06914b125039487e730e178be9f0318 SHA256: 86a4dca5548f6b2af0f00b2e4c2c19f62be8c27847cb4ebe355597709877f2ef 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-geoip2_3.30.1-2_armhf.deb Size: 37480 MD5sum: 9ba9805fd59ca17cb635ff06c9e7a1de SHA1: 7ed1f2f160d8a505b102c812611da9b50ed177c7 SHA256: 8ad7bc3b446c952dc5cd1f4e3affbf080df66a7220f3786cc7dea3efd24a70f6 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.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: ./armhf/syslog-ng-mod-geoip2_3.31.1-1_armhf.deb Size: 37340 MD5sum: 0ce4a9523c1057c5b7d58446bbe44e00 SHA1: 50943678d110be903b0981bf8930bde9d86bf9ed SHA256: 413328c070667e47c90f2a6d38495c630922d83242ca0f3bcc98f5c52a0369dc 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.4), libmaxminddb0 (>= 1.0.2), syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Breaks: syslog-ng-mod-geoip (<< 3.25.1~) Replaces: syslog-ng-mod-geoip (<< 3.25.1~) Provides: syslog-ng-mod-geoip Filename: ./armhf/syslog-ng-mod-geoip2_3.31.2-1_armhf.deb Size: 35038 MD5sum: 30907b64008142e9d9543821668434ad SHA1: 12f3bc76d1a61bc3a734f6b79bdeeda12af6a340 SHA256: 047b4f4a8e6dd66a047199d977afb95c91a3d8aef33f02e9b6fb634a4977dc20 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 23 Depends: syslog-ng-core (= 3.11.1-3) Filename: ./armhf/syslog-ng-mod-getent_3.11.1-3_armhf.deb Size: 7180 MD5sum: 81b6c0469c43fbbdb3ce13331c675b94 SHA1: d75491a8babfacb9b5c7d4bb3ef5f46dec2b211e SHA256: 83a3cfb04b7f263dfa7e0bcbe36c00d1e3c4d997bd9e614bbe3c04f9464bdf2a 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 getent module for syslog-ng. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 38 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.12.1-2_armhf.deb Size: 23046 MD5sum: 213a7ae3e15417e2f0ca6dfbfd177700 SHA1: ee98332c3f5822c79dcdaf6a0bfa8453022f8e62 SHA256: f77c63ba9c678f883d51e685b551a61ad02cd3fe67120570060c16ee2364e4fe 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 54 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.13.2-1_armhf.deb Size: 27028 MD5sum: a58ca2dc5880dc7ae1ac9d0b00b70b8d SHA1: 47d1893ec686d0e7d1e06ffe6a1fcd8f7cdcbc0f SHA256: ebd9a9b52679cb177a1dfd7d139f9a18b4e747120e5d63aecc7c05ea7e38ca99 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 38 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.14.1-3_armhf.deb Size: 23212 MD5sum: aace207f11eca2acd96effa5a135b6d9 SHA1: 1e0ef457d0d99e4581483fe4775a6e3aec51e20f SHA256: ee4fae6ea7ec1c351bd06e01c5832c224233bcc856a2a9d25038039f9df5c162 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 38 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.15.1-1_armhf.deb Size: 23448 MD5sum: f3e9e10e7bd975e5e5e6312616545891 SHA1: 0607a2c9d0d8c05f48e5e789e4e594ee8af53a1b SHA256: 5e1683f7be695d452f33f30c5ec238c0cce3036af8f869e5bed084a8fdf807a0 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 54 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.16.1-1_armhf.deb Size: 27042 MD5sum: aa85d032a8d0fe834f3443c753e1baee SHA1: 7c59627adac2623bcbfc1a69f84640cfe4da6a42 SHA256: 456c320f136d152f1287c7a4b666e775433a76d58920295b4876c5300a317c67 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.17.2-1_armhf.deb Size: 27528 MD5sum: 0b4930a611ca43aea6cbc7c0c4638d89 SHA1: e4da5ad82cf08d3c98a0f2e1b449514233377007 SHA256: 166e1a8b2898622f68fe14916ccfb5f2959bf720bd089aa02d213f57b5f04de6 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.18.1-1_armhf.deb Size: 27474 MD5sum: e94c7389a5333e898da02221d07295f3 SHA1: eaf9738e1aa3db2d61f9be7f30bc399fa301dfe8 SHA256: c503318c62a7ce1395bc368d7fcafccd830d18521b0ff48ee881f44121929883 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 54 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.19.1-1_armhf.deb Size: 27052 MD5sum: 76a5e6b0c67d19c32f5d5f3ddc81b149 SHA1: d832ebff30600dc8ab21f4c30e40cf48516146f4 SHA256: b6224db7e872a46fea721b833725d3675afb212cb5b39627ade65b39477ecf14 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.20.1-1_armhf.deb Size: 27494 MD5sum: f0bbbac1d4c4aac43562638bd1e9e261 SHA1: e990599daf7af4cbede0c3328aec8eda160db79b SHA256: bede6e9be00478ca8f417d83d37761777df50bd56de745dc6a780333a67e15e0 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.21.1-1_armhf.deb Size: 27856 MD5sum: a7e144a61bd1133d8ef10f53b328acc1 SHA1: 6c1b5e1b0a5e849a1e696df7ff09690fd1c4d77b SHA256: c476ecddb3a5be92f920cd6962da695d09c9a8593b7853d610b7ce9fa4885fff 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 54 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.22.1-2_armhf.deb Size: 27286 MD5sum: f9bcc706f3eea943da4e5e04af66d36f SHA1: ad670493115301a81a9382b2b1ac131e711a5b36 SHA256: 231f03e46d886dd90c689a4541cd6b9af075ccab4a01696baeadc12a1890a1d3 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 54 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.23.1-1_armhf.deb Size: 26886 MD5sum: bb476e9aae7617d316c1da6f0bfc6797 SHA1: 7871279e8856ce27b192a74e0e4a15a85ed8e50f SHA256: 8b1bd94e967cdb5141c1d33eb209acd573a0ed1847fe6d2fd861989cb5863ef7 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 54 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.24.1-2_armhf.deb Size: 27382 MD5sum: 7f20f5207f146c0134972f285bc7ab4b SHA1: e7f17a0106c252ee486be7090f673ff36bc93808 SHA256: b66443914d0852492da38df618d8590470e82f23ae53c17ce55f3cbe99e4fea6 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.25.1-1_armhf.deb Size: 27506 MD5sum: 75e7b69bc20ab4bea4d71648641516de SHA1: 5cf0feeba9258ea527630bb20bad46ef1469bfcf SHA256: 13ca14800e97021308791f2e201d56fa1af2786749fe74e856412a11f5de8850 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 58 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.26.1-1_armhf.deb Size: 31404 MD5sum: 2180b9e8c93a92af11d87568874db708 SHA1: 073d83b717aafee8fb906135ead95210630a76b4 SHA256: 4a96fa9fa47bda5a4d91fbfb88d87aef32a9f18805b7d70845f73d01ad415f2c 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 59 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: ./armhf/syslog-ng-mod-getent_3.27.1-2_armhf.deb Size: 32066 MD5sum: 6a9ec438c2c95119e635e964cd8d79fd SHA1: 13d4f572eb1fcb3cbe6756f854eb33b67cdddfea SHA256: 95bc8aaa3e42f23d921c86026e58f86d659e9d03222d46e72f44e1d1f66eed48 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 57 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: ./armhf/syslog-ng-mod-getent_3.28.1-1_armhf.deb Size: 29796 MD5sum: 3e7e15b4d10322e3406b66f7be82a5cc SHA1: 6bee01f627f98a239c00dad8e2ebbcbf6946be1f SHA256: 3c21d607450d9462b8d083de418c1ccb0232398b51e10636352387071ec0831b 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 57 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: ./armhf/syslog-ng-mod-getent_3.29.1-1_armhf.deb Size: 30520 MD5sum: 9cc3ae1a49ff96a05b27b79326933419 SHA1: 190b9fd8d4243da77856624f4de8b648154f98b3 SHA256: 464d1242c8227d49a46d5c7e84eb49128d8c1e9927785cf7605a454fbe97d423 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 57 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: ./armhf/syslog-ng-mod-getent_3.30.1-2_armhf.deb Size: 30704 MD5sum: 68a0155f21a11e563b38196713263378 SHA1: cf10cf922febb20e4dd05e5791c19c4ef0aac52d SHA256: 809d0f2ded84a553c1c967261195ded38d6c8b3d38cd0a32319402176d844905 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 57 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.31.1-1_armhf.deb Size: 30546 MD5sum: 12bd1d1cf3de4098a0da967b0428ef03 SHA1: 0a834f48bed32b58e7558c5d79ac531cdea886c5 SHA256: 51fb069f414711178f95cc2ef9c9ebf3b64e77631d3f72d64bdf3840e3308896 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./armhf/syslog-ng-mod-getent_3.31.2-1_armhf.deb Size: 28252 MD5sum: 65a69d2fe0052f3cddf3a35f9513670b SHA1: 0d9567422380a343ef606412ea5b70f8b8646f61 SHA256: f533d119ba909996f5fdc28d0afbce6a644f7fa3bbdaeeee9c91a8a354097906 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 30 Depends: syslog-ng-core (= 3.11.1-3) Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.11.1-3_armhf.deb Size: 7800 MD5sum: e0e4e22366fb03bf4bcd2c9b32037de3 SHA1: 52b9298b349cf40870c70b197dc3e3ae3320eb75 SHA256: 25c2ce9a4756c2f035c1d780613f37d056dd6c11e371fd02750e8f965f9002cd 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.12.1-2_armhf.deb Size: 23534 MD5sum: 8f9e360db05e2092ccdb2c9bd5be057e SHA1: 915133a5a8d0e8051f90081863cfaf3a886dddfd SHA256: a70424b8fc735833a76ab0dd95db5bde69a75ba20c625196d2eba2a0d48cb39a 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.13.2-1_armhf.deb Size: 27054 MD5sum: 97771fad20c9f74530a2e71e2a1cd497 SHA1: 8587e572100e2db05ce719b4fd6b19ac09ebaf6b SHA256: 3c7164f7430c5c0289f1896e500255fcd72eeefac71f75569f43a2498d53df3b 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.14.1-3_armhf.deb Size: 23714 MD5sum: 078dc3c1a989d971b8648cae7acaf0f8 SHA1: 8e6e00d1c6df9ebb8b668973a31e41f89b7d83c7 SHA256: 616f06a569c4e486ca2200464440bf379e90b4d6f78e0f9a1760298e0c8ab9a7 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.15.1-1_armhf.deb Size: 23940 MD5sum: 7d14943b7e8a8f57d47eea97bab0e03a SHA1: dfdea4e8b38623489759c80e286ee2e282494c93 SHA256: f1bf0cd4e90f45951b472278beaf2f4479eb1db0a5e05ad932e6b021cd3ff97a 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.16.1-1_armhf.deb Size: 27058 MD5sum: 9d553f4b263adb328574221b1419e16d SHA1: 2e9236e829f54eb52bd9ec82b3ab644fe3dd2654 SHA256: 9ca71d151a0fa0c20c37c1558099d63de2b49833e82f6584e15c52b4f84c101a 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.17.2-1_armhf.deb Size: 27552 MD5sum: 5bded01a420acccf124baa861353850b SHA1: 9a02cc2673d2adb0da4984967b35d33ad54da782 SHA256: 43064bdb97253f7572bb5223ed0e8b6e5d3afe5810b3b99b6ce2fff09212d1ea 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.18.1-1_armhf.deb Size: 27538 MD5sum: 0aa9d0f88caf361a30ce1c69f76a25ef SHA1: 47652c60044231fa15b8bb4150d47e897fb6673b SHA256: ecdc8018d13dcc531af78185ec0119b94e97c0ecc314cf958f647e69fa7a5979 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.19.1-1_armhf.deb Size: 27102 MD5sum: 833fb7108d1e19a4e6a86aca9e4c2322 SHA1: 9f54e633612ca44339bbf5249f58f4bdecdb90e9 SHA256: 0183cbd83c82bfe9420c1f671c7111b2a5b8aca1dc02d5540031d8498f2be3b5 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.20.1-1_armhf.deb Size: 27548 MD5sum: 52b0f1e12c13a74031c838492d1f7fad SHA1: 21d0fbda7039d7bcc743637357ed770becd93163 SHA256: fab37e3368eca0b7f8b40a57cd6be6794cbb3db1e71d89c9d2297fa320301880 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.21.1-1_armhf.deb Size: 27922 MD5sum: 79f9c8846ccec042e02e196ec35a01b0 SHA1: cf8a97ae7d16c7427b6be8557554e38996f2f137 SHA256: b267bfa211821b035984888be999b72463c5eb6e96014870524f2f453b930399 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.22.1-2_armhf.deb Size: 27322 MD5sum: b91fd1c07e6e52bcc5b2763692e6b574 SHA1: 7419cac8784c22df8aa441760644cb35ab0b76f6 SHA256: 1189c4541e49024966247a3445b719ec81a4b52c5faae8c8f51ea08af76f27cc 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.23.1-1_armhf.deb Size: 26932 MD5sum: f4dfa93641d9a1debe4c659cc651fd51 SHA1: 0fcff81edd7e134a066843a8df57a1e2f42dd5e3 SHA256: ff2365a3351362029baeb816180c270cc75d06f833b5d2de3562a0e75e26954e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.24.1-2_armhf.deb Size: 27440 MD5sum: 9b2e7995d98f02e3df59c75604ff49f7 SHA1: d4e83088dc8e52e467049708f034ad4a9f86bb66 SHA256: 6f4de4bebe59fabec0f74237d9346b2a69ee5a0f1c0e0e0087b4570820c5c0dd 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.25.1-1_armhf.deb Size: 27552 MD5sum: f42ac373f6e60f8e9696848be12de29c SHA1: 068480605938d4963e7427cd6b7c70a8439955df SHA256: c9f996fb27d5ecaec70b21eacffead7d6bf534b2c9d5ca916091075efed680df 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 58 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.26.1-1_armhf.deb Size: 30916 MD5sum: c582a7db701718ac02e47c1dd3532095 SHA1: 88fea07773de572f69c05d5707892d31ca381104 SHA256: 888b35e787efeb41cd2976d0e781b81f4561e0ba455b7a4eee69e5bd7d2419c9 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.27.1-2_armhf.deb Size: 31576 MD5sum: bb538f4140d36c84336e14ab3b4a8a35 SHA1: 9949c2957a4696ae03a5b14cb2342e291d1257f5 SHA256: e43206cff28de74b9f4c956e1f26b628bab0d538746eb58e96b1411aa43576b2 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 57 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.28.1-1_armhf.deb Size: 29308 MD5sum: f010c28d07f713eaddc75b282bdc210c SHA1: 6113db294821322890c994f23f920759658ab264 SHA256: 0cce7f10ea391abc212585a26ff6325778f8f161d60bb436cf67cb13543a6121 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 57 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.29.1-1_armhf.deb Size: 30042 MD5sum: 1a94ec0da4fdf5185edcf598a87df61c SHA1: 91509456a7ddcef6f17cdc59a06dcc8529731527 SHA256: b7439b194037e34fecc98787fd44cf536591145d1bcb55a2bf9ce7762521bfc2 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 57 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.30.1-2_armhf.deb Size: 30220 MD5sum: b604bf748614601c1fbb515d6dfa57f9 SHA1: a828b94f214e860ea46e2ac69602fab7c53d30ac SHA256: 5b46e67921b9c5350b1767f8167777cb2aa2750e7ea1124d25caa79b9b816169 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 57 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.31.1-1_armhf.deb Size: 30084 MD5sum: c34d6e7b88023083b4c5f73c30f8cc38 SHA1: 77dbbd08532424868762ae9857eef0a0bc1f601e SHA256: 813f7bf366df2abe90fd5e87ea5c4ee18a8bb8d759e80e331b07bda07daeb5e6 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Suggests: graphite-web Filename: ./armhf/syslog-ng-mod-graphite_3.31.2-1_armhf.deb Size: 27800 MD5sum: 5de82695d7b472cfa909fc5691fef21d SHA1: fca2c50ef49e6c0544b76a13fb0f7d31c828339e SHA256: b0f4ee12635745f766d46c296935944fa3fcbc8ee0f70afe52e5171b526b8388 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 27 Depends: syslog-ng-core (= 3.11.1-3), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-hdfs_3.11.1-3_armhf.deb Size: 10740 MD5sum: 63001c686f6647d2ce8962e04d54b629 SHA1: e06c80b2059df29af3c5040302e9187e2bbdea54 SHA256: 94f1bfbe90d38c5e5aaf7003aad701e4c804d2f0530e736aa1702f6ade0b118d 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 44 Depends: syslog-ng-core (= 3.12.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-hdfs_3.12.1-2_armhf.deb Size: 28482 MD5sum: 1f0b5f4b26d151fe30045b252fe77601 SHA1: f05a8ed7875c1b0a3c0d3d4be1da7bdb231bb953 SHA256: 0059fbb125f6e6abf98adcfd1cfe0c0b017be224adde58e0a9cf1272311f5ddc 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: syslog-ng-core (= 3.13.2-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-hdfs_3.13.2-1_armhf.deb Size: 32004 MD5sum: f56be8b2b3807a7910cc7c017b1c2a6b SHA1: 36fb21b5d9084dd9de406d6a2db8eb7e619f1f4a SHA256: 009cd5c4b853e94103a173ccf8609b0bd923e2184187b4e0c7b89f210bc0e8c5 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 44 Depends: syslog-ng-core (= 3.14.1-3), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-hdfs_3.14.1-3_armhf.deb Size: 28652 MD5sum: 9d2a883e2bdaadc058cb8cf66cba214b SHA1: b546888ff41668bf65060e9d009882d55d099d18 SHA256: 07a89a6b35092219f741ed826d14cabbd79a9bf0bb7ad44f6905acbd3721455f 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.15.1-1 Architecture: armhf 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: ./armhf/syslog-ng-mod-hdfs_3.15.1-1_armhf.deb Size: 28892 MD5sum: 33b4b5cb96f896e0937fa022b9bb38c9 SHA1: 32eee30b6d10efa31c5b8f47f2cd50d15ac5cb5a SHA256: 28c1ff2565c9028415d1d8fa7a739c78f10975227a9f5167348faea439501bce 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: armhf 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: ./armhf/syslog-ng-mod-hdfs_3.16.1-1_armhf.deb Size: 32036 MD5sum: 274274c8a103ebfc031a27b43a5268d5 SHA1: 675a9f16ddd44e6ceeabedaf20bc6cb1c8a8f997 SHA256: 7d032c2fa702f9d490c39d90a82e46c2bca2f0a08e2bb9083a754d128597e56a 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: armhf 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: ./armhf/syslog-ng-mod-hdfs_3.17.2-1_armhf.deb Size: 32524 MD5sum: 578cc217b83908fdbd4e8ebfebf54ff6 SHA1: bb19fc5731473f06cbe25ebb72d38c5ae1ee5c1e SHA256: 4ce9eea00b606bc82ce30f7433452314633cdb734583adf03dfb2268bbaa9419 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: armhf 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: ./armhf/syslog-ng-mod-hdfs_3.18.1-1_armhf.deb Size: 36302 MD5sum: 1bcb8654515f5a51541c8649f78d246d SHA1: b9ca953bdf88ba2028e56c1982bd825385a80b10 SHA256: ccd648ac734005e319c495c6a1eef4671c3b2b4dad9933f946d812de1b1d4d4f 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: armhf 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: ./armhf/syslog-ng-mod-hdfs_3.19.1-1_armhf.deb Size: 35884 MD5sum: f81f8bbaf77044c1afae82fb8af9f6b0 SHA1: a6f2ab879de9d32681e5203a1b5cc070ae4a611a SHA256: 7bf724d500927d0cc27802b71a866da1ac86dc28fce978d3a70603fd12c33da2 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: armhf 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: ./armhf/syslog-ng-mod-hdfs_3.20.1-1_armhf.deb Size: 36368 MD5sum: 575d67425dba224e426c17c3c4478658 SHA1: 0eb64cbc74c708ded37cf60cf314171dfa5465e2 SHA256: 84d327dd89467bba4fc878c270bd46328b6e8f9ccff0b35b59fe834026c1b2d4 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: armhf 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: ./armhf/syslog-ng-mod-hdfs_3.21.1-1_armhf.deb Size: 36732 MD5sum: 2a01ae99d9fd5e20299dedadeb0c8e4f SHA1: b8624a9f5cbe96f4b4f6b2ae712306117a340d34 SHA256: acdf95351ef1cd8b7a19111c0b7bba92fda1904c00dd27170ab8e275029255a6 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: armhf 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: ./armhf/syslog-ng-mod-hdfs_3.22.1-2_armhf.deb Size: 36152 MD5sum: 8764ace63c3b622f6fc1b8ebbbf4b784 SHA1: e7479ba6f5b0b8f1d313078b3cc3210d8df4fdd1 SHA256: da0a6f239ce396fd8323bf452cecfe46d841f7c3eda06620067d6166885a253d 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: armhf 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: ./armhf/syslog-ng-mod-hdfs_3.23.1-1_armhf.deb Size: 35770 MD5sum: 4e8082307edfdda5bfb57928727d2c65 SHA1: 26f632d26abcce72feba27fa69bf951670208c13 SHA256: 445913e496bd0fc3d64af9b277cbf548792ffda2558f8efb7b4c9ce3637b9085 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: armhf 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: ./armhf/syslog-ng-mod-hdfs_3.24.1-2_armhf.deb Size: 36258 MD5sum: 7b23cbbeb5651faf4505a1e95bcad243 SHA1: 9fca0ebd8435faf636c4c00f6565056532005479 SHA256: a2aa1db6432988c791799e2cc3594f3d3d8e255705f02025e4f8dd90f890ef6a 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: armhf 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: ./armhf/syslog-ng-mod-hdfs_3.25.1-1_armhf.deb Size: 36378 MD5sum: 96882a205904652fd96f77bb5d7daf6e SHA1: 13c97229efa0f545d43a4cac2840bea2daf3378b SHA256: fcf0bb030b77b2dc234afa578901b3b42c13802b0c452965b07f723ef28595df 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: armhf 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: ./armhf/syslog-ng-mod-hdfs_3.26.1-1_armhf.deb Size: 39790 MD5sum: de97f7c0a8032ebb5e6db58d17ad7a7f SHA1: 8335882dd75e59b0a646d3e3627d09468944dd66 SHA256: 8f7b14ab7f5628c299cbecb61e628a1bff90f7569a604d723b4b020d4594b916 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: armhf 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: ./armhf/syslog-ng-mod-hdfs_3.27.1-2_armhf.deb Size: 40440 MD5sum: 5c3b97e8b70f2fcc896b529d26341fcf SHA1: b48992054410cd7d98df3a8d8e8440678ab109c9 SHA256: 03199685c1fe4d0828db5da3c321e4569ee8a0a775e2f8df8b8779c0cec92ba4 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: armhf 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: ./armhf/syslog-ng-mod-hdfs_3.29.1-1_armhf.deb Size: 38902 MD5sum: 4da1af0a61365a6dcae0566600bb6371 SHA1: 55512164a77fe4011dbd86191b3f82ee76149230 SHA256: 32f2a4443a0b3559026ce4f4c7f716ca8d7f8a5f1f56af9fc6c28a8f550e4e65 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: armhf 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: ./armhf/syslog-ng-mod-hdfs_3.30.1-2_armhf.deb Size: 39074 MD5sum: 08e89c70170f96055da8b2ccd62672c5 SHA1: 9bd2adf617af197a7867949e6b63a5af55815f5c SHA256: eb543c3f5195595446ddd59eeb12c999c0e3dbc76bfa00e081bb7de2bc67ca2c 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: syslog-ng-core (= 3.31.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-hdfs_3.31.1-1_armhf.deb Size: 38932 MD5sum: 1c9c0024aaef1e91558ad4fd1d22ee4f SHA1: ccdc43fe0e97fe546dd3653749d27904ffc23f51 SHA256: c270c8a0f5e2f3276254953a0aea11bd4233e57d78d2dbc48592120a90dcf218 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 58 Depends: syslog-ng-core (= 3.31.2-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-hdfs_3.31.2-1_armhf.deb Size: 36640 MD5sum: 4431117a87614c374dc8eb1e46dac8f8 SHA1: 169296c845ba2b0b3c4844b775edffacde866b9e SHA256: e7aa7fd047491e20ead2a9b0c920f5cd5fbc7b72b3aa5b40bc6f65a38abd8c91 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 52 Depends: syslog-ng-core (= 3.11.1-3) Filename: ./armhf/syslog-ng-mod-http_3.11.1-3_armhf.deb Size: 14408 MD5sum: 264b6d834f5f6974c090465cf9465220 SHA1: d1e1334947dc07159c2a5ecdb390106a65708b03 SHA256: 36818848480c0ed68e534e0a418901d6247bf6edbe433b1dee17641cdd96ba07 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 67 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-http_3.12.1-2_armhf.deb Size: 30648 MD5sum: 62024a377e3368fa51afcad463b844e0 SHA1: 34cdfd704b9e849c5cd58775d16d0b3a23561cee SHA256: e44f5e894339f30e25eb974518c94379318cff05ac8eca1eadad4a662d8fc8c7 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-http_3.13.2-1_armhf.deb Size: 34674 MD5sum: 9200698b9178347d4270874a32a2f70b SHA1: 61c74d4887e8d19a3f51030b7ec489f09a9ccbb8 SHA256: e48b5f196f94e879b9274434c5c821f2ad68de5b8e2dcc40118e6c4257643a4e 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 67 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-http_3.14.1-3_armhf.deb Size: 30950 MD5sum: e3442e7d943a8b505ae26ac60f402235 SHA1: 6a927d06da2a0772594c84c00e578cf60579d040 SHA256: 34872c8460e0a9ac7e3c6e688d78ea504ba1c3a6002a5d3d22ce49a3e2127cb2 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 67 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-http_3.15.1-1_armhf.deb Size: 31196 MD5sum: 277f47ab2bbbd747472fba57171d461a SHA1: 3e1b449a239918a0cb5ff96874f9b5793242f898 SHA256: 7f9cc12ef81254f4d14fcce7f9d69aa441e2bd31fa6990cafc805461bb9c9acb 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 89 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-http_3.16.1-1_armhf.deb Size: 35292 MD5sum: 3e48fd699cace04a6d1314809b244ca6 SHA1: 2195d40ea4467e41a52dba6d9a69aff88e64242b SHA256: 4d16d728eebc5ef2958631d79e22ad6fb2afd227900d3544840ff72e5bca527e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 90 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-http_3.17.2-1_armhf.deb Size: 35772 MD5sum: dfb71d698c379b5983f16f28f35ab6d1 SHA1: a9a33f16653513dd4de78af72b2dd2046d3edfd3 SHA256: 625c778e420db53ac9bdd7f473e9b440de028e8986a0d520319c09551ffed8e6 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-http_3.18.1-1_armhf.deb Size: 37298 MD5sum: 6ff097f47bcab019ca7aed43da78b74d SHA1: 99b8dc40dace84dd47ae59504d26a278e422385b SHA256: 9ead60e4c9cd76f296e464917dd347d9270d9f5401ffd4bc0a2c85d595be09c9 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 105 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-http_3.19.1-1_armhf.deb Size: 39734 MD5sum: 580e18367262c1435baf7a2b47ac8297 SHA1: d55d8e9d11063a334aa0365278b75c217bc5ccc0 SHA256: 2c626736ad2b93e2e5c3645ba90d5e51a73dbf0fbf43ae4ad5a4fd8b77a5bb2d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-http_3.20.1-1_armhf.deb Size: 40994 MD5sum: c2482e82ed6722a970a0461369e2be45 SHA1: 26cbcfaf0f6c1ff360f3a9fe86c692f33a1ff634 SHA256: e29dfb07c2b5604e243b139b54abd5f3906cee27c92cf488bb2ad20e345d4ebd 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-http_3.21.1-1_armhf.deb Size: 41422 MD5sum: 42591de778a55becc914aa7ba9d37a1a SHA1: 0aae02f672dbda3d974625bab55c536237a00e6f SHA256: 10c3ba85edfcb53433ac5b95b0c570da4d5581ac19cc78ac5466c398370bf674 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 109 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-http_3.22.1-2_armhf.deb Size: 41048 MD5sum: 2259b2fe264051c0efb8dd7bf1aba58a SHA1: db636aea574085a5c79d090d1c2df4678324a612 SHA256: 6a647e7425634926f7e07cd9ce3b51771686b863dfcb7129df49496d6a827eae 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 109 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-http_3.23.1-1_armhf.deb Size: 40832 MD5sum: 7a537cc00950069584b7c6186ccc5cd1 SHA1: c35504cacb48d1fdad11643c0bad8549a3f328a2 SHA256: f5a19f23d075864fa97dd1f2bb6f72d5407a206036980a5add9a0ef559f11444 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 112 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-http_3.24.1-2_armhf.deb Size: 41614 MD5sum: 6de676931c079b31e66b15020f2fdb6d SHA1: 51c6d90ad88e1e0646d4a1d7f0bc263a0897fac6 SHA256: afd7f13d42194e54630e02d91b2d2bbc81b086a0a7904bae4db2d6272d583f4f 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 117 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-http_3.25.1-1_armhf.deb Size: 42934 MD5sum: 90204a726bbaa30163d9853ee57a1ec3 SHA1: f478d4fb020256c35dfdd553ebafc8cbb2ea0e4a SHA256: 569ca66ed07b921d20343d4dd1821d851598e9e0c52c829ba78c962a8f6dc78e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 137 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./armhf/syslog-ng-mod-http_3.26.1-1_armhf.deb Size: 51350 MD5sum: 3e379e059dc96cfea2eb9a8e27e622d3 SHA1: 637cc9892047af3c63e4ef7bcd98c6373c32eba9 SHA256: 3343a1e30ce80afba2a5acd9e6444068494c5612fae95fd4d521dbfd09519be9 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 142 Depends: libc6 (>= 2.4), libcurl3 (>= 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: ./armhf/syslog-ng-mod-http_3.27.1-2_armhf.deb Size: 52020 MD5sum: ed63c7219a6f931f1a4b6fe3804d7ace SHA1: 25aac97dbaf7252d63d526d15555d7aa40651b1b SHA256: 3e5120e94ccce89ce4742ecd8c71b80e54bc988da6c35a175f749ac9d0a4318e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 136 Depends: libc6 (>= 2.4), libcurl3 (>= 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: ./armhf/syslog-ng-mod-http_3.28.1-1_armhf.deb Size: 49070 MD5sum: 0193620b7cac03e0cc45fe210210aac4 SHA1: 5defb775a1dd5310711b1346ff2edb21693bd022 SHA256: 562cfa9f4d2ea83255708e42fb47a5e182fd895841351e7bb06216699be89fcb 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 136 Depends: libc6 (>= 2.4), libcurl3 (>= 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: ./armhf/syslog-ng-mod-http_3.29.1-1_armhf.deb Size: 49808 MD5sum: c4cb88bd1294b635f1a5287f2d0c74c9 SHA1: 298c3f4a66dc6e5d7d047e6018e4e8d51e9fef2d SHA256: cb994c0d02b297679fb039549285dc61e9a7d6388cfbc41ebdd37a39703d81d6 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 136 Depends: libc6 (>= 2.4), libcurl3 (>= 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: ./armhf/syslog-ng-mod-http_3.30.1-2_armhf.deb Size: 49816 MD5sum: 4ec2d1a5091c538a8413835a48d4237b SHA1: 1a11db64a67c58bdc9e709ba29bec227539384ea SHA256: d38b9428612b74fcae17be1984213acfab03445e8a052e096f704285e7d33c08 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 136 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Breaks: syslog-ng-core (<< 3.26.1~) Replaces: syslog-ng-core (<< 3.26.1~) Filename: ./armhf/syslog-ng-mod-http_3.31.1-1_armhf.deb Size: 49820 MD5sum: 29fd54932de87d2a5d77e574a56a5ad8 SHA1: 20333872be2d952df73b0e2ad419d2aebba1a68a SHA256: fa1449ea6550e3130e2ef902141a04c817920541cc4ea3712e315e011a508655 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 134 Depends: libc6 (>= 2.4), libcurl3 (>= 7.16.2), syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Breaks: syslog-ng-core (<< 3.26.1~) Replaces: syslog-ng-core (<< 3.26.1~) Filename: ./armhf/syslog-ng-mod-http_3.31.2-1_armhf.deb Size: 47546 MD5sum: 9b446cfb1ce7dbf8deb57b9171b0c38f SHA1: 86bb839af52df7fabe743ce9b1f758eddafb11ce SHA256: b37c7089e095e88e2ec1e531f125fc80a691e752fc7d15020471d2e28beb1aee 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 71 Depends: syslog-ng-core (= 3.11.1-3), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.11.1-3_armhf.deb Size: 25230 MD5sum: 3adb4e4ab720af5915b626562213b73b SHA1: 03960b95ad64d614e62949655e305c6bdee1b389 SHA256: 60a3016d722a2a76004c0e917b7a86606c1f656240093f81e886cb3a77e8ba82 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 86 Depends: syslog-ng-core (= 3.12.1-2), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.12.1-2_armhf.deb Size: 41462 MD5sum: 50b9eea0eca1fbc9fed511aac24db3a9 SHA1: 7cbe7abea6edfbd171f7cb03abdfb51ef71f00a3 SHA256: 12d6347daa9dec6d4cf955812e9894aa6e5ddb6d13c4f3f7be2e4dec4aca8ba5 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 102 Depends: syslog-ng-core (= 3.13.2-1), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.13.2-1_armhf.deb Size: 45596 MD5sum: b88d35ab9925b183728ac0688b149e6d SHA1: eacb4a0540b9103e90c6b4eb96700801d79d1b93 SHA256: 5a5bb51152f86d6bae0952cdf90cbd40e08fbc916a8a7727a13da2d2f26d62e5 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: syslog-ng-core (= 3.14.1-3), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.14.1-3_armhf.deb Size: 42102 MD5sum: 984387cab118daf978672642d5e1ce69 SHA1: 146d3eeca906243b32682b8ec2501a6b8dfcf33a SHA256: d5565966b0b64d30bf813b52c021d3c81f36d0a5222b6519eff728304aedd5de 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: syslog-ng-core (= 3.15.1-1), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.15.1-1_armhf.deb Size: 42414 MD5sum: 816932eac36e4f857b742a0b7244daa3 SHA1: acdb76a161c2a539f0ac18bc597527f1784f65bb SHA256: 194d24055de4126f703bef01811ba928a807b6cdcae56701d7df7f08a2c0bb0f 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: syslog-ng-core (= 3.16.1-1), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.16.1-1_armhf.deb Size: 45792 MD5sum: e06cc887f1d2adc3270e534da39361b6 SHA1: c9d0c975bca5ed5ae504c21d781a5fdf8fddb901 SHA256: c62935041ba8be2a14adb124cc4bd69fd2000fa71cb3c20000ef0b1d65d0ee7e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: syslog-ng-core (= 3.17.2-1), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.17.2-1_armhf.deb Size: 46368 MD5sum: 426767165984f4eb063a761ab4d6f793 SHA1: 79d79d081ecb2c83d0d0bf3cf4504e06c1520f15 SHA256: 10b35e7fcfa69160ba76365c983a5a67b04bae6c9dd965757a1d88956bbdb944 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: syslog-ng-core (= 3.18.1-1), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.18.1-1_armhf.deb Size: 46292 MD5sum: b415d35d65dc8ad682b80ec37852d8d4 SHA1: e2a4fa9419e79bbecdf669da691e51eae24ed08c SHA256: b84400e2fb9a01cce3ac4d98cc7bdd05eb93233de117765dc78a4d37c3528afd 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: syslog-ng-core (= 3.19.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.19.1-1_armhf.deb Size: 46026 MD5sum: 8d89bd2d90b4f9100403e4b311c964e9 SHA1: 018634a6ebd4dd11ad6b06133254a8625883f1bd SHA256: ecf9766be335ce7585607a479ccfd875d3e08547cdc1d2e99af6d47fe97794e3 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: syslog-ng-core (= 3.20.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.20.1-1_armhf.deb Size: 46984 MD5sum: ebfb883ae194f3241a7e474fe40f5c07 SHA1: 662cf0d66ff7aad1d8af341ec75684720ec31305 SHA256: d2e7b5d019d643196c4948e814fa5fb8ea50e58051b98c4c7d63c6eedb763bad 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: syslog-ng-core (= 3.21.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.21.1-1_armhf.deb Size: 47358 MD5sum: 508185062ac5b44ab4add5fbad95e99c SHA1: 2991c3ff355eb4b8fbdefed8b6518bd51299153d SHA256: f7b2bd9fb29bd01863fe87255bf39607b00fe6eab469c332bf045e65dadbea6e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: syslog-ng-core (= 3.22.1-2), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.22.1-2_armhf.deb Size: 46834 MD5sum: d9b13511d45bf6af2e5b35e6bc835c72 SHA1: 66c7bcea22bf7117357bd408bfb5b0ad7e353c5c SHA256: d61b2026336d303ca9433b8be2175e4b47b5205983d1d45bd626494a980b51da 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: syslog-ng-core (= 3.23.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.23.1-1_armhf.deb Size: 46460 MD5sum: b623e3dc4a348e9d97932696675f22ce SHA1: 92300b6efd443b3fc0db8b74804e9e011bc180e2 SHA256: 88bfc1f11ced2fed0396ae86ae7b51d9aceb7c8ac0ce8bb35514edbf5bcdad79 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: syslog-ng-core (= 3.24.1-2), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.24.1-2_armhf.deb Size: 46924 MD5sum: 5229972da7622e9b329894c06a5e84a2 SHA1: 69889bb117acf52cfd4447f45f6ccb7b0a2edc93 SHA256: 14649e2de69d556ba58a712d7c0072256246a56398f23af737fa572f8b34d8c9 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: syslog-ng-core (= 3.25.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.25.1-1_armhf.deb Size: 47056 MD5sum: 1db9c946fc8a653da7d2e2a1a9d93a6a SHA1: 442697764ff8cb9e740d05c0b1d6814ff00c404e SHA256: 587c3c3c55c974e1b0a6a6d5bfbefe9e08a65909d897bdc31dc0ed56f3a3c8de 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 107 Depends: syslog-ng-core (= 3.26.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.26.1-1_armhf.deb Size: 51012 MD5sum: e1bee5d87edb93454e358b4bf1a0821e SHA1: 2dac85e5ce8e2665c8655f17fa2249bf32bcba24 SHA256: 32a8e3f64a490ca7d41974080e5b335189b3d054f0b8b0675506fc606ef6e409 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 108 Depends: syslog-ng-core (= 3.27.1-2), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.27.1-2_armhf.deb Size: 51692 MD5sum: 1184837f7d280a500aae5aa41eb7cb80 SHA1: 8dfb6309fd4a25275adebfbc1bb012d5d33afda2 SHA256: 503e8d3794649055a700f2a75fd744220dd072da9230157832345aa56520a528 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 106 Depends: syslog-ng-core (= 3.29.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.29.1-1_armhf.deb Size: 50198 MD5sum: 76421e73c076255a50710d760267e1bc SHA1: bb1edbf0633f8a70624108e8097df23a38223d3e SHA256: 5c740d1656ba436b9138fb169aadfe10ef5f79bf13ea3fd9d184102f6c11399b 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: syslog-ng-core (= 3.30.1-2), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.30.1-2_armhf.deb Size: 50432 MD5sum: 8e09bce04fd920d802f7c0013da93231 SHA1: 1a3460ebcad40f871f8e664aef983f66611fd399 SHA256: 9910e06726e0758880c909f0d45405a6edd58d2779ae911958014291b2c58ea8 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: syslog-ng-core (= 3.31.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.31.1-1_armhf.deb Size: 50296 MD5sum: d1fbb7ff961dd3c8afb3abdf61df0875 SHA1: 347ba62584f6340114314b53e60ea4d536ec5b17 SHA256: 6f0e41e0a03d8c12b2cc83bc4d1aa5cdd31153ee2a7a39a466cefa9415aefc8c 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 108 Depends: syslog-ng-core (= 3.31.2-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./armhf/syslog-ng-mod-java_3.31.2-1_armhf.deb Size: 48024 MD5sum: f71b372cc07f8a845b9965121dd8565f SHA1: d389fb6a925ffec4e28e6c326a7fe386d48fb929 SHA256: 1c8416b06df0eee23e9984827a6a2a64b063906bef48d2ccf32a4bd7fea5a4ba 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 496 Depends: syslog-ng-core (= 3.11.1-3), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.11.1-3_armhf.deb Size: 446038 MD5sum: 46486afe8c4b611271d5dde8c14f76e3 SHA1: 4b74a498370bc43f0117fb2956d52cbe88269606 SHA256: 0bcf29ba5fdd45ccf25fba52d6eb01df3511bc6343f910e986fe03d61cb7a104 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 511 Depends: syslog-ng-core (= 3.12.1-2), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.12.1-2_armhf.deb Size: 461784 MD5sum: 5e8d318d158bf96f0dedb0038ca8f12b SHA1: 31656b2939a4813c1968e13bf937ebfddf03cf50 SHA256: ff6052c964c183d650791b476b689f6cd56b807bade98f80f8ebefc083d16b6a 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 527 Depends: syslog-ng-core (= 3.13.2-1), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.13.2-1_armhf.deb Size: 465732 MD5sum: f80122bf05d8e2eae0fa862c6de18ea8 SHA1: d3a20245c193a63165ca470f719be0e274ad8699 SHA256: 6c6b6efe4bd9412d6d63b8d9627722a4b6f478db399c5fcc6e50669c34149e78 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 511 Depends: syslog-ng-core (= 3.14.1-3), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.14.1-3_armhf.deb Size: 461912 MD5sum: 86dfbc9ee540dd4c858ebbaf80154997 SHA1: 418523d762c7a1a43e48369095540a53d48f4eea SHA256: 63a3907f97ecaea0c92eb340f9e79bac20262e29daae82a1c6b12e7ec64b5fbb 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 511 Depends: syslog-ng-core (= 3.15.1-1), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.15.1-1_armhf.deb Size: 462188 MD5sum: 6cbbf2b5879c7fbc70208a1fba996258 SHA1: 49b54b68e561cf970ede25ab3d9ad1a485349a50 SHA256: ab9cba4571c54ef0cc138d098ffae1c4aec5d52862f21fb3e4274ec6ab8bf6ac 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 527 Depends: syslog-ng-core (= 3.16.1-1), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.16.1-1_armhf.deb Size: 465732 MD5sum: 42026ad7b7c093a73fc78c96e9c39b43 SHA1: 6a227f96312974768200aa73881c50cec9073861 SHA256: 822b37e499d77351a7d77b59c8efba1acc6760b88f79b789be2ddf7a39c3b6a2 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 528 Depends: syslog-ng-core (= 3.17.2-1), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.17.2-1_armhf.deb Size: 466256 MD5sum: 043137d6422c89c08df6c7aa123a48fa SHA1: 51883ea655d329c1daf4ba80fcd5cbcedcd0542b SHA256: 02c6b768b6edaec6af0d1fa1820ad8326fe9cbf012560de2774f44e16879be0c 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 528 Depends: syslog-ng-core (= 3.18.1-1), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.18.1-1_armhf.deb Size: 466248 MD5sum: c1622345d2398ae7807b80f24b0305ac SHA1: 0da8856a0e6ade5a36c2fa10c7916a7160fcb815 SHA256: 8e8f5c638856fc457ec4e85e2d00e1100f4e5140754b8a3419ced6465aacc051 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 527 Depends: syslog-ng-core (= 3.19.1-1), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.19.1-1_armhf.deb Size: 465824 MD5sum: a272bdb6d0e19b94bc85b74dd62a7f3d SHA1: 00b1e58c87e131dc1025ead8d7cf37fb3b0d0092 SHA256: 2b1a97dbca20414c6f337d11a8e4116ebad984965cc0c8e76e6d30c3674ca8cb 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 529 Depends: syslog-ng-core (= 3.20.1-1), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.20.1-1_armhf.deb Size: 466376 MD5sum: 474a163b6a1719d437dd8289b4fc4758 SHA1: e987047b4acd5fe8c5e0a2816460dc2e44e4936a SHA256: 87675c2ad1af298e8a9cd07995510375998143a3ef99e7bc3ca76a473b9031ae 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 529 Depends: syslog-ng-core (= 3.21.1-1), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.21.1-1_armhf.deb Size: 466704 MD5sum: 67eab3575393aeb8e0aee5bed7a3a87d SHA1: 93c6ce67d81617651a3ab93d5e99432fdca819d6 SHA256: 1c3e1fb6e4756b8f6f0477aaaad582522e2de84db4c0068e197d10a6d4015bc9 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 528 Depends: syslog-ng-core (= 3.22.1-2), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.22.1-2_armhf.deb Size: 466088 MD5sum: a5cbfd0b57cfeea00fdbad953757dcaf SHA1: e66134583b575d5f8f4fc0273d14c9410e986862 SHA256: 3ed5488326a3cb9751984e04f5a84de5e818fc858f7a9c6b8444f18770fb4794 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 528 Depends: syslog-ng-core (= 3.23.1-1), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.23.1-1_armhf.deb Size: 465728 MD5sum: 1c2d4b9618522172d1338c8e77f6e2dd SHA1: 1d7dbb82ca63b834620d5d9755560deda78370c1 SHA256: d8dec9134d8ffaa588cacc43eda8237c1478749147d3e11e2486324314e008d7 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 528 Depends: syslog-ng-core (= 3.24.1-2), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.24.1-2_armhf.deb Size: 466214 MD5sum: 0a45ff310f18a798ce14515bf9712e61 SHA1: 9914abb129389de9bb2feb1486b0bf6243affab4 SHA256: fff33bc21d52ac089201777102e56a8847eb0b13cf1cabb2128c49852e9442d4 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 529 Depends: syslog-ng-core (= 3.25.1-1), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.25.1-1_armhf.deb Size: 466298 MD5sum: 8eca59d0cad3e8487f32d1210fe43b24 SHA1: 44e378fb76d5186180c84f08d62f9379142f18c5 SHA256: f4a65c0825dde01e45d41fd65a9fc4f734769ecc9abb569f25cccaebd8db574c 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 532 Depends: syslog-ng-core (= 3.26.1-1), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.26.1-1_armhf.deb Size: 470230 MD5sum: df7ea667fc6d525514616fe0689a38ab SHA1: 2405bed46eee9997576a38d7f24abd4ba2699cd5 SHA256: cad245c48be720d35825d307ab93de56dca70c1f88f1287dc75ba33b4fe6a012 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 533 Depends: syslog-ng-core (= 3.27.1-2), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.27.1-2_armhf.deb Size: 470900 MD5sum: 95eb7a455f5e522c4c2c8bbad0b56d7c SHA1: cfa3520ff1a29ac62b7ac67b962338a1c22a8cbe SHA256: dedb0918fbcaa0c1ff3ae74609fbe12f5de68f59f2fd43fb8bbf100bb7b0de19 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 531 Depends: syslog-ng-core (= 3.29.1-1), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.29.1-1_armhf.deb Size: 469332 MD5sum: b0bada1477d5a9cd930f19f34673f3d1 SHA1: 95288280776523479140506406e6bde4960defa1 SHA256: bafe043184519d8d83f1b44b161824a227f23c1e62757329aaaf3d8996705b73 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 531 Depends: syslog-ng-core (= 3.30.1-2), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.30.1-2_armhf.deb Size: 469530 MD5sum: 9f9b5423a4e1675763e949c8dacc25ae SHA1: 7fcc981a1e6ec0137a1e15cfdb27a53f8d4d0e0a SHA256: c31272df7e1c53aabfbee4d30dd309995041c1709594030fc6ce3a371ddfd3e6 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 531 Depends: syslog-ng-core (= 3.31.1-1), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.31.1-1_armhf.deb Size: 469386 MD5sum: 5208a7df79dd5439f140058c1f102494 SHA1: d7e85ece5d4a5d05e5ecb6d4f318de23e1f6694b SHA256: cb0f0ea08f5a3547c7dee372275dcb895a92d90643f87d79e2c15d19dbea3382 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 529 Depends: syslog-ng-core (= 3.31.2-1), syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-common-lib_3.31.2-1_armhf.deb Size: 467046 MD5sum: 90113bb7fd99c8bf5b0fecae23d2b6d7 SHA1: 56b7c7e4047daa00b54cad4322a72f5d3b898e7a SHA256: 9742030e69a07d615aec4412d02d2589cb207e6d52d5c16036ff2b543f4cc799 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 19 Depends: syslog-ng-core (= 3.11.1-3), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-http_3.11.1-3_armhf.deb Size: 8060 MD5sum: d70b8f62270faa2c882fb36629be8e18 SHA1: 88ace746cb671a5b75a4c7e7cba860e9a6389161 SHA256: 92b13a3f949cf78f16208b4de44791f5377b786cbb462be9ca6e172df32779f5 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 34 Depends: syslog-ng-core (= 3.12.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-http_3.12.1-2_armhf.deb Size: 23766 MD5sum: ce2d1f4490c0da8488f5f0b1ebac14fc SHA1: b4b12effd64887f2aae103ae213ca1fa18219a25 SHA256: 9ec0b992dae49a08d2814a55ea119d5955bcb0c0b146b53bc83bf24ccb98ef85 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 50 Depends: syslog-ng-core (= 3.13.2-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-http_3.13.2-1_armhf.deb Size: 27726 MD5sum: 337c8fa9a618c5443775b795b5893f21 SHA1: 82a21d83c7d6cd09989034b72979e9ad542ca8a8 SHA256: 5233ab2ff4fc5962d49cd69fcad62dfd2e002be67333ea7ae314978cc0c0cfda 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 34 Depends: syslog-ng-core (= 3.14.1-3), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-http_3.14.1-3_armhf.deb Size: 23936 MD5sum: e9065e8fb385b0713bcaabaf9bb56d14 SHA1: 2278ccd87101b16f6d013358e00b1288bed00363 SHA256: 50e08bc9df017440ccbcd0076b4cc58f16d95824b5a65581d14b382fcb7582b7 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.15.1-1 Architecture: armhf 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: ./armhf/syslog-ng-mod-java-http_3.15.1-1_armhf.deb Size: 24172 MD5sum: 9a66bebdd38c75c78d9606af4defc02b SHA1: dabe24eda70356f509f55f78c9911f1be63c80e8 SHA256: 9a79ff34c804d45c68da30cf58444fb0ea619e934f8673f7b9da59ac0cd2caf9 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: armhf 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: ./armhf/syslog-ng-mod-java-http_3.16.1-1_armhf.deb Size: 27774 MD5sum: c76bc02625f9b0f2078d7c4342422fc5 SHA1: e03f00d43dcb4deebdc6be6c60564a02d45fed5e SHA256: 14201fa37553b29c4d11421da3aaa03e47b5956c7ec76111e1ae82dd3a730929 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: armhf 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: ./armhf/syslog-ng-mod-java-http_3.17.2-1_armhf.deb Size: 28266 MD5sum: 611a7caa949f92742287247f7f82b0ac SHA1: dc56d90e61b17312ea86e4224769d5fa5f0c9e43 SHA256: b1175f3cc1ea044392164c443679299f88f622cfcb2ca7e6a6937c66dcb89322 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: armhf 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: ./armhf/syslog-ng-mod-java-http_3.18.1-1_armhf.deb Size: 28234 MD5sum: 463520bf9073080fdf038f79ce129e6a SHA1: f1b11e8798be58c616a4340a6f4d811b7261213b SHA256: 94195575af9b5e5693ce996b31d56f45be5cb89ab1d5ba84373a52c548c5cc53 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: armhf 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: ./armhf/syslog-ng-mod-java-http_3.19.1-1_armhf.deb Size: 27812 MD5sum: a5592b61e24c6ac5fef1d36440464e02 SHA1: 49c410821017e193111760e48af6554111865a86 SHA256: e09407d5d11ffb3cc4c2b64e38b5a1c18b308b7949ca8a0dc5bc339a5fa2da9c 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: armhf 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: ./armhf/syslog-ng-mod-java-http_3.20.1-1_armhf.deb Size: 28260 MD5sum: bec7446075d87febad8e71b0ce40cdad SHA1: d413fbb7ed151018a26115c5927058ce5d3f5fd3 SHA256: b51f045607191081822052dda2619a0609279ffdf86b243730ab64613bf05cff 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: armhf 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: ./armhf/syslog-ng-mod-java-http_3.21.1-1_armhf.deb Size: 28630 MD5sum: be1b99be129f670e8d21a78d1e63fec3 SHA1: 14d02c3ee5fdde6f2e6987133849d1e0931e77ba SHA256: f48ac705bcfb2e86e5415fb1728775eea16025b7f365db22f285d32173581311 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: armhf 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: ./armhf/syslog-ng-mod-java-http_3.22.1-2_armhf.deb Size: 28050 MD5sum: 793c764c52ae67411067f8eb2c7408be SHA1: 20d76d82ac596ed558e64dc95706c031068fd9c0 SHA256: 60b64ef8b17363a27e30db6dbb0eb37e582e5056ec1274bbe68e60894b8f182d 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: armhf 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: ./armhf/syslog-ng-mod-java-http_3.23.1-1_armhf.deb Size: 27666 MD5sum: 3198121708bacdc9a84047f152e1a87e SHA1: c282bbf14f531e5bfbdf33f8be15d5950280f2c0 SHA256: 53a2c219df73ee78b6ff11af47f1a0c3b35bd133fc66bac835a3a0c03c607203 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: armhf 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: ./armhf/syslog-ng-mod-java-http_3.24.1-2_armhf.deb Size: 28144 MD5sum: 0f2a1499f43a4e63c56677023de2cbaa SHA1: 2314acd564aff26129146e4c019a725089cca9aa SHA256: c83c3e459761456282641c4813101d3c959df481c68dea91cb03b7d9c019f780 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: armhf 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: ./armhf/syslog-ng-mod-java-http_3.25.1-1_armhf.deb Size: 28274 MD5sum: 6e666e03eaadde496a210258688dd070 SHA1: b5b6fbd6026066ad783ab290b6f541fa57832c6a SHA256: 8290094570ed458c4280f32be1cfde31ceb1a1073729640defca6cf9959e0cad 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: armhf 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: ./armhf/syslog-ng-mod-java-http_3.26.1-1_armhf.deb Size: 32198 MD5sum: 9ee29d2870844d14a9835ab15188aa7b SHA1: d42b1e1fdfdd516388f56cab7fdae2b592c00f5f SHA256: 010b7ed337d530e1ecdb4717aeaa59d0b470c6cf3fdc5dd4475303b61ed5821f 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: armhf 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: ./armhf/syslog-ng-mod-java-http_3.27.1-2_armhf.deb Size: 32842 MD5sum: c30999faed7646e79c424322b95b88c1 SHA1: 34916c368d4ce86c9823381498e16057e9a0e847 SHA256: 97c1bec065edc17959d189af3ad247f9e2079b9559a5750f3c01c70316a0c63d 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: armhf 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: ./armhf/syslog-ng-mod-java-http_3.29.1-1_armhf.deb Size: 31272 MD5sum: 4d7eec10daa59ccd204670a9722dcd47 SHA1: 9017fdedc2aadcbd1abf36cab8341b36462d16d1 SHA256: 647802a4520627a18bb54d9db46df9f74473d9670598f00d485ce52deedc40c1 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: armhf 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: ./armhf/syslog-ng-mod-java-http_3.30.1-2_armhf.deb Size: 31440 MD5sum: c44e5c6d4b964d05a785c162956b7d44 SHA1: e3271a547fb25ea24af636f283a527e0a922e622 SHA256: d48f886d9e88f3f5cc3a6271fe32cbb7b36feaa35a39e414c2560a5160854410 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 53 Depends: syslog-ng-core (= 3.31.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-http_3.31.1-1_armhf.deb Size: 31304 MD5sum: 77af32d643aae3e1fe0c1e3bc362693f SHA1: 35a561271960bf5b3215f642e08e4f3ba7990733 SHA256: c71752258be4f6ad1dbf3c0eeb9ff5ed2505c6ebb0175c3005c76026308b39ac 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 51 Depends: syslog-ng-core (= 3.31.2-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-java-http_3.31.2-1_armhf.deb Size: 29012 MD5sum: 7a6eaf25954288f292e13f2bd4f6d7e5 SHA1: 22257529f3049ad3bc63481b515eba8c35c4e784 SHA256: 93afa878db4c8057d4c3f3fb7c6e268d3d0de040972559e7612e022b8bf3eb0a 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 59 Depends: syslog-ng-core (= 3.11.1-3) Filename: ./armhf/syslog-ng-mod-json_3.11.1-3_armhf.deb Size: 14932 MD5sum: 92a999fce05b97e1422579b826d72155 SHA1: bc8d559006d459bd67108279a181273654c8f1ca SHA256: aeb85beb88bd18f3b498f573958c67e68f0481738c140723404ad3fc735e59df Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (JSON plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(format-json) template function plugin, which makes it possible to conveniently serialize system log messages to JSON. Along with the template function, this module also provides a json-parser plugin, allowing syslog-ng to parse JSON input. Package: syslog-ng-mod-json Source: syslog-ng Version: 3.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 77 Depends: libc6 (>= 2.4), libjson-c3 (>= 0.10), syslog-ng-core Breaks: syslog-ng-core (<< 3.8.1-7) Filename: ./armhf/syslog-ng-mod-json_3.12.1-2_armhf.deb Size: 30940 MD5sum: c3d20129f27a71fa97bf965f1568bff5 SHA1: 17ab4388aa06ed96b8ddaea76b318113ad07ed01 SHA256: 8361cff2d153e2470818bdc6f7673d7837dacde6dcf50cd705afa2bdc3550a9d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (JSON plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the $(format-json) template function plugin, which makes it possible to conveniently serialize system log messages to JSON. Along with the template function, this module also provides a json-parser plugin, allowing syslog-ng to parse JSON input. Package: syslog-ng-mod-json Source: syslog-ng Version: 3.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./armhf/syslog-ng-mod-json_3.13.2-1_armhf.deb Size: 23644 MD5sum: 0706878ee7ae3f75e7d810e328149e44 SHA1: ccee83de55b71e8f19a8d0881ba11a6a583367b7 SHA256: 6ac586f1490a9236f1d12fb02bd0c82995240df2734fa2771b45238549aa38b0 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 25 Filename: ./armhf/syslog-ng-mod-json_3.14.1-3_armhf.deb Size: 19860 MD5sum: c5241dcb8ee6378807cf1e26956e9a93 SHA1: 0db0d96aedc208ea46f366801d4c0f7d4c8538b7 SHA256: 8839a62ae656226c4884c19f65a1eb8fe2a5e6cae099dec5e9c5b7f86ad6af17 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 25 Filename: ./armhf/syslog-ng-mod-json_3.15.1-1_armhf.deb Size: 20092 MD5sum: abb739caa1200d650ea1cb4ba290742f SHA1: 36814f2cc4fabd2a7a0fe74a30d88588da040b0b SHA256: cb0c25ea6e8826edeb861d105102ee698e54a0379d6246dafd166f5ff043f11c 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./armhf/syslog-ng-mod-json_3.16.1-1_armhf.deb Size: 23684 MD5sum: b68a3d4d17be53293c1a41c1cdae9138 SHA1: f2369e8d2314d2d8549e6e7efce59a7f2d931fdd SHA256: 6e1a60bf8fd2e6495676d13ae9d82cd03bedaa364b5eeccec2ad65aa93edb2db 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./armhf/syslog-ng-mod-json_3.17.2-1_armhf.deb Size: 24170 MD5sum: 9e50e34f9d6edbf4e262f40ed694d85f SHA1: 6b07a2a531bd72f0ff9a6c942e6bdc75aba9a348 SHA256: 35113f3296f1ecb80adb15aac6b9634b1706fbb24cf1901f87adf56988975e06 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./armhf/syslog-ng-mod-json_3.18.1-1_armhf.deb Size: 24138 MD5sum: 09a03f2baa8e2c9aa1de70f8399d29a5 SHA1: 20891e417cd842c566dbf9c4fa2f04fb37d3877d SHA256: e7394d3d1896a42b6be0bf3297c071c9e440589183e925ca0b3775814ee06c16 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./armhf/syslog-ng-mod-json_3.19.1-1_armhf.deb Size: 23736 MD5sum: 5c13ab06842dad38becb670d2ea77e05 SHA1: 86e6a739729a8a8ef419305309ed9110d0eb3fbd SHA256: ff581341e34e5e90076a1897d832e77b02bc702eedb40725bed1700031d0da91 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./armhf/syslog-ng-mod-json_3.20.1-1_armhf.deb Size: 24162 MD5sum: c99d8ba274bfcfc40fa02296237127a7 SHA1: 0b9373bd25415ce8f752c321651fc3fff7f7ebdb SHA256: 3e5a1ca275ab4cd337fa54f692a88a8a5751bd9d5d81fedb50b7f504c64704f0 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./armhf/syslog-ng-mod-json_3.21.1-1_armhf.deb Size: 24536 MD5sum: 69b951f436095537927fa88f0c88ac08 SHA1: a8cd4b0dfd4e56e77f9b0765dabfb0baa9c4ffb6 SHA256: d8ff2a6c0e87cf9bde1852e9802120e757d280d15454c828f0949695957fff36 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./armhf/syslog-ng-mod-json_3.22.1-2_armhf.deb Size: 23944 MD5sum: dd878fdf9ac40e99e4bd535c755cebfe SHA1: 34ed692628b8b83f469705d2d8efeaed7a1a8bc5 SHA256: 613488ff0e85c7857d2c006a00aacc6a1d70ec06ca5a3582bcb861c944b7449d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./armhf/syslog-ng-mod-json_3.23.1-1_armhf.deb Size: 23560 MD5sum: ca663e9fd029901dfbbc1dbcf8aced55 SHA1: 6184790eb4f9452b5a55600ea383105574b35103 SHA256: 5b3ea83b3e0a1babbbd1b16e6c1d97c3ef72a12850962cea2fb13c86637576bd 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./armhf/syslog-ng-mod-json_3.24.1-2_armhf.deb Size: 24052 MD5sum: 696f9f1f18f1fb6f07943f3b86bfc69a SHA1: f52ee0e7b8f384cf7c10ded3089f41094336cbf5 SHA256: 5853f5d31dc8340ac3d527e7b8d73cecf43d1c39ae46815828a44e8eb61d7cad 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./armhf/syslog-ng-mod-json_3.25.1-1_armhf.deb Size: 24172 MD5sum: 74ff23fe74f3614e7cfe91e991c4cbda SHA1: c24b2a04bcd1329c171d07783e52abf84fed2314 SHA256: 0d00aeda03b7e640ce0d5b02f5a033f4eeeda85a2c33c6a40e806077dc94c38e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 45 Filename: ./armhf/syslog-ng-mod-json_3.26.1-1_armhf.deb Size: 28114 MD5sum: 0a7022b032b2e36462bba8686f187963 SHA1: f405d29a65ea94bc92875aa70f4200d3c80af67a SHA256: 0d39d79cf3acd463d39db0a743d678637deaf5a701045779da6e9b08f4b95eb6 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 28 Depends: syslog-ng-core (= 3.11.1-3), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-kafka_3.11.1-3_armhf.deb Size: 11414 MD5sum: 9cf6f23f60e21e5f106826aa153572dd SHA1: 0aa8279166c56d2e0401cd6fca5225e5d6523542 SHA256: 6458a0ff9137c99dfcb7e02db39e0a10ec98a1419af18b97184910079c9b68fd 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 43 Depends: syslog-ng-core (= 3.12.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-kafka_3.12.1-2_armhf.deb Size: 27146 MD5sum: 4808152dffa2e22163ff430907757709 SHA1: 862f55e61f0df0f5c1b251b3d4b42dc2a1c4ebe1 SHA256: 54f3fac2dd9c4739c332a3e95008ac9d5a8b7db85acb4758526b49e06c54178a 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: syslog-ng-core (= 3.13.2-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-kafka_3.13.2-1_armhf.deb Size: 30664 MD5sum: 3a75fff202a91386c44c128347726f2c SHA1: 9e7b057953819f73fdcec2179ca18054b5c25f76 SHA256: dd4a94d4158f646514b3e4b732b0d7e0ed0343116f0659c84689f86049668d60 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 43 Depends: syslog-ng-core (= 3.14.1-3), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-kafka_3.14.1-3_armhf.deb Size: 27312 MD5sum: d2822953ebb0d51f86fd7cb3e47f6f88 SHA1: 417bae2f8a7acf967ed2945b7205f0168a97d6b8 SHA256: c2f4d4156148d3e94ff913caa21a5e725519beb36e68b80422c674445f8a4be8 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.15.1-1 Architecture: armhf 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: ./armhf/syslog-ng-mod-kafka_3.15.1-1_armhf.deb Size: 27550 MD5sum: 6e2c785764c1bec12f173b4b2152c22d SHA1: 567af0607ba9a53a099a98438cc4428e0bf121a4 SHA256: 16f9c02eb2d6fb0ce8b220230e15ed791fc6d40090b1cc4d8bd1c3f0224cb0b6 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: armhf 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: ./armhf/syslog-ng-mod-kafka_3.16.1-1_armhf.deb Size: 30712 MD5sum: e037b0e35a6c323c6fee07eae81f78e4 SHA1: 347f2ebc5ed7f8f27065b15253280c578c9c91b6 SHA256: 91723f70c4ed5790ce5f8488cf0a4ad668787514c0b1fdb30a9424a27b7c6f13 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: armhf 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: ./armhf/syslog-ng-mod-kafka_3.17.2-1_armhf.deb Size: 31186 MD5sum: 7ed67947d4c0befb3bfcb8ea322c3c3b SHA1: 37e30a103567eec1f7b06c0555e34235a62a51a8 SHA256: b43ecba27dd150f2e39ae027fa31ab64b2d75a48d53295e0e97c174c4c58e163 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: armhf 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: ./armhf/syslog-ng-mod-kafka_3.18.1-1_armhf.deb Size: 31168 MD5sum: 5472a60e3389dc885d9d61ed5ed51014 SHA1: dc2d89fdd74046d4fe932db2e84fad2e0a1c35fa SHA256: 010d58091ae91d0ec8d167bb114bfd23aca13efaddcd913e46d30821cc36376f 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: armhf 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: ./armhf/syslog-ng-mod-kafka_3.19.1-1_armhf.deb Size: 30750 MD5sum: 0c85bf5c68c185228ffe8af29e929bc3 SHA1: e95e9aab5ed6ea75988f9ea314de18051c7b56b2 SHA256: 66abf744fb62fc34db57e90031adc5641f2d1dfe91ce6424f07b1294049095b7 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: armhf 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: ./armhf/syslog-ng-mod-kafka_3.20.1-1_armhf.deb Size: 31248 MD5sum: d5018fb0f4979d9294b6a53457c2443f SHA1: 098ad29f6c12e22e10a3a1e49b0cf216485decc0 SHA256: 0aa4f09d36e2e47f9fd2520aa16db77398364599cbc2391e7309cf1fa9e049a5 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: armhf 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: ./armhf/syslog-ng-mod-kafka_3.21.1-1_armhf.deb Size: 31642 MD5sum: 294382e32482a801f24d74dba46e07ac SHA1: 3bf8ac754ffd2211bd4de0dbd3fca4010700dbee SHA256: 6ea57c49f07218e039b88d542f355bccd02e1a354cdcda8afd009e37d52c1bb7 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 106 Depends: syslog-ng-core (= 3.22.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-kafka_3.22.1-2_armhf.deb Size: 44586 MD5sum: b374aebbc2db2a212f72572dc5a8efe7 SHA1: 4d6409022ddbf6adc84e12b0cc4e6dbc1cd8ae90 SHA256: 4f12bb1c576da36b8f267b8d701265fe5e5433434e067a4c073d21eb8cedeaf4 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: armhf 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: ./armhf/syslog-ng-mod-kafka_3.23.1-1_armhf.deb Size: 30682 MD5sum: 9b73da03c3e585b8782344e126d0887d SHA1: fcb9aaa8fe81631dbfc993631a09538aa3fc3353 SHA256: 7f6293b70242ea5db5ab7dc0a7170c9ff7634780c61bf761992991428b89fe87 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: armhf 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: ./armhf/syslog-ng-mod-kafka_3.24.1-2_armhf.deb Size: 31170 MD5sum: d149e53362b8a9dd89272cf1816c8e88 SHA1: 8d32715effb3e936b72a1ecd440cb968045e2ceb SHA256: c33f8a233475db3805a02b3cee38a54ce24276113fa4a3090eb48294c5d71fef 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: armhf 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: ./armhf/syslog-ng-mod-kafka_3.25.1-1_armhf.deb Size: 31296 MD5sum: 8838502da3ebe011e37bcabf269c7484 SHA1: 8c0d80f00686f0567b5cb44188cc159a65aec855 SHA256: fd176ad5070f442d7fbf5d049bca20574d3d53d68ab8aeb065cbdd0749860055 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: armhf 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: ./armhf/syslog-ng-mod-kafka_3.26.1-1_armhf.deb Size: 34724 MD5sum: a3bbdbdb2bfa2a3d095a138482c0c553 SHA1: b40c669877d9c3611b4981a652a33e932b8a3a97 SHA256: cf0082cbb728aa624ad2f5fac78c949711565eaf6e1124061af243be98b42419 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: armhf 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: ./armhf/syslog-ng-mod-kafka_3.27.1-2_armhf.deb Size: 35384 MD5sum: 63dc781b885b3f0634276675574bfbc5 SHA1: aa200e0935e3339c0746f65df3a477b260f4c49b SHA256: fe8d8fe84b7f1deb2f00f7d6e31d9b01a5a146d55d3faa721706dae162069e54 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: armhf 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: ./armhf/syslog-ng-mod-kafka_3.29.1-1_armhf.deb Size: 33836 MD5sum: bd3de80e14868dc57fbc618ba5fa2999 SHA1: e9036c40b16fb99f8ff3107a818d24f37cc42418 SHA256: 891347271b46c865f5d50a3df3af7d9f89d681cef1ccad2366d4f5886bda348e 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: armhf 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: ./armhf/syslog-ng-mod-kafka_3.30.1-2_armhf.deb Size: 34004 MD5sum: 32f0c6cb0e6d3a89beea0ded20119d32 SHA1: d160d67ca626035c41b3ae0ae67d67c3404b80df SHA256: cf930ec5bb35ec9f95c47fa24ea5f4156253adc97702a894ee92acaf6be984ec 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 56 Depends: syslog-ng-core (= 3.31.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-kafka_3.31.1-1_armhf.deb Size: 33878 MD5sum: f08b946ee68999df3568243f72323c9f SHA1: 287814d109bf8d6d4ea7ad246b9ed27ded380028 SHA256: 29cfaaa80ca27e593b792400aad4714bdb6036ebbab7fd6661eafb86cc4832d9 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 54 Depends: syslog-ng-core (= 3.31.2-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./armhf/syslog-ng-mod-kafka_3.31.2-1_armhf.deb Size: 31584 MD5sum: a0386ea08706488c8db9191461b72309 SHA1: 2cc3fd909bda5b5dd9649776db65bdf871cdb694 SHA256: 2bcf6e11822477d0ba6fdbad69de36592a148c08165983ffe6db6bf406843bef 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-kvformat Source: syslog-ng Version: 3.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 47 Depends: syslog-ng-core (= 3.11.1-3) Filename: ./armhf/syslog-ng-mod-kvformat_3.11.1-3_armhf.deb Size: 12746 MD5sum: 4e58b93b774f8ad17e3973f84adfe224 SHA1: 74aed2c43bde62eaa384f96da762e1c6891e4abd SHA256: 4fc56345ce775dfaa2bb1bc1617c7d477620cff81c4c95dbce6606bd253c0e86 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (kvformat) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the kvparser parser for separating a message consisting of whitespace or comma-separated key=value pairs (for example, Postfix log messages) into name-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 43 Depends: syslog-ng-core (= 3.11.1-3) Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.11.1-3_armhf.deb Size: 11170 MD5sum: 997a33384ca28f7e92f681aee642651f SHA1: 3c3c1c0f40e5f9fc3459276cbab5c5a3719f0d8d SHA256: 995e572fae17dd3351b3bbe890c4bf5c10057d09b72c1c2682fa9397665dbded 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 map-value-pairs module for syslog-ng. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 58 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.12.1-2_armhf.deb Size: 26992 MD5sum: 21c5bbc640554b1c235319a2901ad858 SHA1: f1fbd8768b8b162349155a3cec0f4819c18f290e SHA256: d354c1e3e480475abb4e6281827b34473fe06d40d19dec3d60fb80bfbab22f3c 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 74 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.13.2-1_armhf.deb Size: 30968 MD5sum: 2fe864af54b1f21ab20703e21829910c SHA1: 0578705e0c687bac3973ad8f2513b3b005741c3f SHA256: 8f445c69d11799979e09515d32fd16d2ab624e724cad72b9f8a0a358192e5753 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 58 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.14.1-3_armhf.deb Size: 27140 MD5sum: 088d4013eed98f5d72c3bf0c32386320 SHA1: 5b69a0043d22d1009b5f892057977ec5d98c9d47 SHA256: bb6232e80a7408fac2a108f0925ef8339ee159f0844346d3574ab21daf9b9466 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 58 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.15.1-1_armhf.deb Size: 27400 MD5sum: b0c552b0174d2b59ecbd601249430962 SHA1: cf1509af58f5a4ffd4cf1e5fd476ccc49bc2f814 SHA256: f2eb7c1e2b0470b46bcb54dba46175f228c6753c737117c5592183182c81de88 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 74 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.16.1-1_armhf.deb Size: 31166 MD5sum: ab911fa8942f20a7899f8eacb6d58146 SHA1: 68624a84ea7b854119d507b3ea2dfd77da797bdd SHA256: 9749663cd84e5de8e2b756c8e04c1f3cff1d8d7a9a0f717a0bc15bc46ca81b14 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.17.2-1_armhf.deb Size: 31666 MD5sum: 7a138b06e06338eab6c953e9d3fc901e SHA1: 38e65f280db74f9e4072900ee2177a5b3b95f2e7 SHA256: 797aeb418abb969085fbab00520cb65076ef63a8608b26f02881a9bf7bdb50e9 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.18.1-1_armhf.deb Size: 31672 MD5sum: 8f312c601ad6a23b032883ee20d1fc87 SHA1: 8ad8f4d0bc19860e3b084b901b504a0b7f1b96d9 SHA256: da8eea1cf6fbc574b67fdb247d04ac072813316294447c667831ae600641709d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 74 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.19.1-1_armhf.deb Size: 31378 MD5sum: 6994e2ed27c5c40aedfe865712b77fb7 SHA1: 922e319219051ba03f61fbe45b946739b7c6e127 SHA256: f15b4cf593e7bf643b20acf8a5b273c95214e2c5da153cfcdee8a0c5dde79018 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.20.1-1_armhf.deb Size: 31824 MD5sum: d00c7c7c83adc5d74d58d7006c3235ec SHA1: b8b77130688641877a1d6e102aec7b98aba2a739 SHA256: 67e821a9787d91098aa67bf68ef651b250691394343f614a2a0becbcb9cd4b77 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.21.1-1_armhf.deb Size: 32204 MD5sum: 7a658d1ed8a0d61aeb68a66fdef02b4f SHA1: be464d3f2322947edd5d5baeb97d358cb56e3c8d SHA256: 0d18c231bf397c43f2684d5b3df39e551ca73b87814fd27f02030f0b07414de9 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 74 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.22.1-2_armhf.deb Size: 31626 MD5sum: 53725c0759efa4821249720688a8f8ec SHA1: 8275bee1c888b113a96bd1873ec712958cfc93b5 SHA256: 12986cb77b3578b4c760a05764df292662966da63d2520e1379ec788c9348ea3 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 74 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.23.1-1_armhf.deb Size: 31248 MD5sum: a15a31de9130115082e5a7a0773e2ca3 SHA1: 2ada01b184e4a4cf27d7916c07c8b6d63c8a48c8 SHA256: 9092b3e5cacca0f0dbefbfae18422417c830b55b2a96e9c6f776e33bd3ea49b5 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 74 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.24.1-2_armhf.deb Size: 31746 MD5sum: 85ad90a792384a8c9942b4e91e3a732f SHA1: 1a70bf2e5a1f3b6f0c347b5d9aabf5df43758287 SHA256: c3da4effce6cf4fe698bec237e354953e4406886d5676040e3b33aca165cb106 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.25.1-1_armhf.deb Size: 31872 MD5sum: 63461752d07c7438250bb3e7ebd44ace SHA1: 0ea2d057bcac0bd33a45062fd8f5850a5b9ba1bf SHA256: 96c879037114cd757df241ae3278f49fad32944f37dd5b0607ec4af9fe15493f 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 78 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.26.1-1_armhf.deb Size: 35794 MD5sum: c461310cc75aa81ec90e997451b13099 SHA1: 4b9d3f9fc50adcf7fff6e39255735c64823cfd8d SHA256: 132d9f2d303f4af1c57f710915c9f3fa0af76ee79a09300df2d41659c5a25208 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.27.1-2_armhf.deb Size: 36442 MD5sum: ab3b6f9d5fa9e2ad3f2950c196df5020 SHA1: e983437e8cb96b99811d6c6c9faf8fe18887c2fd SHA256: 1ab0aa8cb2cecb6fffafb490052587bd0d3ea4e3c89ebd47b62d7200fcdad85e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 77 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.28.1-1_armhf.deb Size: 34174 MD5sum: a4ce80e4672890f0515b8b1412ba6483 SHA1: 5c6bc251ad92f5b1a760ef41ad3555d5639fc74e SHA256: 9d205c29f356f56fe2484c29e6862ac4d333dd04def9495e0bc0499eea5e0a68 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 77 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.29.1-1_armhf.deb Size: 34938 MD5sum: 096638f41488bbdaf1fb811eb512d0d5 SHA1: 262346156f107bc671196b7138ca285647d523f4 SHA256: afd13f544ddea6eeaa9e40608656088c37cc7916b6e1fbce99a71f7ae9b273d2 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 77 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.30.1-2_armhf.deb Size: 35182 MD5sum: f1f52e4d10e00540da5fd5cec7b2c41f SHA1: 88f32cee9cb25918d42764415e499888121ecc64 SHA256: ddcdb71f3ce5373287c7ef48020bff2119f0d500b7823b263c56fd547a90f46d 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 77 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.31.1-1_armhf.deb Size: 35046 MD5sum: 537af42eb1e624017a60a531c0cb7faa SHA1: c7d428dabf703055944e53c851c4308a662059dc SHA256: 3493a8e221c18e97662b9b64df34e57a216d71ee3d94d56185f5a28253f21b22 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Filename: ./armhf/syslog-ng-mod-map-value-pairs_3.31.2-1_armhf.deb Size: 32742 MD5sum: 38bad0cbfa8c68d829ec2b1e6ed57dd5 SHA1: 17265e10aa1519b28a6545687272158865984268 SHA256: e7bba7dc4ea42c48d1962f83f6443db578141be33c3b882e054a12fbef896531 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 66 Depends: syslog-ng-core (= 3.11.1-3) Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.11.1-3_armhf.deb Size: 17852 MD5sum: eb6515e9254dddc3d318ef3690778519 SHA1: 7dc6cb8394e015c1aa38b1bb6d7b57834a71bf30 SHA256: a845db33a56a6f62cf7e6144f73d1d6e603c6f4ab0d7906e18c757d0e17e1ca7 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 81 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.12.1-2_armhf.deb Size: 33682 MD5sum: b2caace6efddfab5bce9a749af06e1f6 SHA1: 1c8345429bbb64e34a35ce0b983c9fbdfda1406f SHA256: 4d2632d0e83d628f7e57d72897230fbe9e8464f528d11f9bf377a1f8ffc37dae 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.13.2-1_armhf.deb Size: 37614 MD5sum: 6a6c3556afc13facfc813bcd2ddd1597 SHA1: 798e4cb0ac255c461dd11be45da205a8ce896146 SHA256: 7cf84be8541ceb1c7e7e339cf865f51ef5326e43a3434ff03fb328f2ed941a06 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 81 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.14.1-3_armhf.deb Size: 33844 MD5sum: f5bff483916d41644c634194d955340d SHA1: cebdd9e2b9f7d99bfd15fab71e5c83dbf42646ad SHA256: d1f9d1741117dbe9497cf09b26debf8c7ee72ed577288625e453d2fb34d3cb07 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 81 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.15.1-1_armhf.deb Size: 34186 MD5sum: 0f8fb861b6896e44e93899fce6e454cb SHA1: df6624b8b8f3e2c1a0e2b284872e1c041334e019 SHA256: 7b56abf54ff7822264a75c4dcffe0c65d1bcc2a0f93204ed3957bd62991bfd45 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.16.1-1_armhf.deb Size: 37768 MD5sum: b61852cf2e52755a73ef7f438d0d2a6b SHA1: cb6bf760f20e5d9bd9873aa65a35d04261c3c25c SHA256: 233cc808ecc389272af8d63264ddebb7f2d17e7a1db5bf725b1e0f4940cc8ceb 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.17.2-1_armhf.deb Size: 38058 MD5sum: bd1eb3655f7cdbdff6c0e8271d86ef7c SHA1: 849d2199758288a5b69959e33103026ed2c2595a SHA256: feb1754db6795d17e93db2c86fa3a895948cf56f4133dbe08afe08025b2103ff 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.18.1-1_armhf.deb Size: 38196 MD5sum: 4157fae3eb2fdefc0b7c9dbb62092598 SHA1: 8cf4f5c521249ac81f066cdefa59fecbe53b642e SHA256: 53de125e0bf8109e9ad0d7a37c5f6e414663cd33afa926866c8c04fd20041449 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.19.1-1_armhf.deb Size: 37898 MD5sum: bccad942f5d7156d0250422c47925185 SHA1: f5ef329a233c99b42bd31f8f7c968cc9796ee765 SHA256: bfda3f8c00786a4bc34330372f4b5986605c193806eb932bb8b7a48ca434fdf4 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.20.1-1_armhf.deb Size: 38292 MD5sum: 299258ef3c7421f8b49d42df6a74c858 SHA1: d9a803b92896bcd1a955bab02a520fec0aefca4f SHA256: f41c8c5421f9b76ae7086e876d6416c3be6feaea7c2c5804df06361544d4c3bf 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.21.1-1_armhf.deb Size: 38620 MD5sum: 0defedf94c941f42cedac608774b139a SHA1: 63dfff82e6cffc89d9551b036f5b6e56d04ff0f2 SHA256: 4cddd5b64391503b951e447a1a2de4cd9e7195cd0b6817473914a4be41f34b36 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.22.1-2_armhf.deb Size: 38040 MD5sum: d63f0f30bccfddb2682998142aa032be SHA1: ec082b1bf32abcb086bfb9ec6a770cdf74fea0dc SHA256: 58aa6c1fa705095aa158c66293b9094ac4c48504324b3a5e312db6dd54f7c04d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.23.1-1_armhf.deb Size: 37662 MD5sum: 0eef45d17f8dab9a9dbf465529a416dc SHA1: 2aede9f0ec6a52a49b7c16323556118645617bad SHA256: 1fcf1e3e64aabcccdaaaed7ff9e589bfb4dff9a442e75c1e88829a2b89a12a5a 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.24.1-2_armhf.deb Size: 38138 MD5sum: 6d66dbddfdb778df64cc60ffebea1f00 SHA1: d537823984c6fcb716991e3b743c6085e8f1fedc SHA256: 2eb6ca6bd040d934cb447a3e9ed662cced0c0baa16e5b3fb1a6d3da13467f9b4 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.25.1-1_armhf.deb Size: 38286 MD5sum: f02e099030f1d52f3b74e2fa7cbcc95d SHA1: c6652dbf7d55185a037f8092a2036619ddbe4565 SHA256: 31514b8ce70a2071b063086f1f485a8dc8b6c240182611834c1d7a904987b064 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.26.1-1_armhf.deb Size: 39482 MD5sum: 6e8d91ca7e0abdfa51921aa6d2f94e44 SHA1: c678ffcec58ff0e13922286a8e4e02dea5482435 SHA256: b5ca75afc764b91987c7bc0090aefac131e6e83a06d050536128d4308f8477af 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.27.1-2_armhf.deb Size: 40174 MD5sum: 095abebeaa72dc742e3ff622d4898391 SHA1: 680d99f9f5edb800e5811461d869ddd39fe11f2d SHA256: 271686473b411a53aedc3fc7683e08453e26508400f288dcdaaad1ab70ae7052 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.28.1-1_armhf.deb Size: 37932 MD5sum: 29baab0eb0d9bcdabe9ca1147beeaf65 SHA1: a71296796538a6d90308a9fd2292a0252c7686bc SHA256: b8f7f5a35f3b2198b645aa5a6ba6febe55591b4286865b6116376ba028385cdb 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.29.1-1_armhf.deb Size: 38670 MD5sum: 8f811a85df298e462349bfc72cafbaa0 SHA1: 8a6b5508a7031c937aaada7c1076b3aa63c921f8 SHA256: 2dbdb4ddac6c24878a275e20f6e69a60aba90ac423af4e1132fdbd44fa944516 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.30.1-2_armhf.deb Size: 38860 MD5sum: 6b6247a9f950882b5bc00a5964b0064b SHA1: 0c4b7c609cb2390759e3921c2113c18fc523d5a6 SHA256: 04ed816244559d0d0e898ec24cf56a17e3cf282624eda8bcdb4b4ae8d5f83f69 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.31.1-1_armhf.deb Size: 38700 MD5sum: 04da73a8d3138d8e63f3b09a64bfde17 SHA1: 5a0853f00af3aa3122a0ca16311f06119d0a4f42 SHA256: 0d47123c0a21554ca769209ee3f905158eba1d2276848bcb2feb86f01edf3a64 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 90 Depends: libbson-1.0-0, libc6 (>= 2.4), libmongoc-1.0-0, libssl1.1 (>= 1.1.0), syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Suggests: mongodb-server Filename: ./armhf/syslog-ng-mod-mongodb_3.31.2-1_armhf.deb Size: 36406 MD5sum: 4785120de5e04541a0b012811501f4a6 SHA1: 2b0a3f1b1c89174cd7b7a497261ab5defdda9d87 SHA256: 2215edfd6905135f2eee36a94bc987cb94ba57ed27759fb9ca5aa1937ce1f509 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./armhf/syslog-ng-mod-mysql_3.12.1-2_armhf.deb Size: 19688 MD5sum: c1d28aaf387fa14d38f9ff2c9b978a1c SHA1: 56225b63a6556bba6146f7f076b3b79220bf7123 SHA256: 13e9c0dbd907a5ed70192fdb7acd93d6470ad09521e90ac4120ffd879f1f8e0d 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./armhf/syslog-ng-mod-mysql_3.13.2-1_armhf.deb Size: 23656 MD5sum: 53ea69326093be70a92d780b613529ae SHA1: 1d0b9410211cc2bb2281b52fc75babef13e0f0a6 SHA256: 4c6f14fc7b75e7dddc326eba43226b685e6cd179d63bde1804416c654fd43b10 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./armhf/syslog-ng-mod-mysql_3.14.1-3_armhf.deb Size: 19856 MD5sum: bf4d713b4533997ba4361ec3e77054b7 SHA1: eb189c048d5c14ef6e5b55a656117f43a938258c SHA256: 54278ec0015741ca8b9108f056f87a4492f186998c7f9c3c3dfe32b25887d0e6 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./armhf/syslog-ng-mod-mysql_3.15.1-1_armhf.deb Size: 20106 MD5sum: e8c32184774bcccf5523911e0eec0039 SHA1: b74816cbd9845c8aa250185ff727cf91dbf3647a SHA256: 84003948cb4c0af0f8c5bf831467d733d7ea66bfb1ea1abc95f0d4baf0339377 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./armhf/syslog-ng-mod-mysql_3.16.1-1_armhf.deb Size: 23696 MD5sum: 7f1c394915f351ea4ad9f3a49dcb8926 SHA1: ef4e4f1835c877486523a16f2b9e6d88c610116b SHA256: 204f1c71f76bc4b5925b7a8625c0de21c9d3992fa8625fa242094ecbb849362d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./armhf/syslog-ng-mod-mysql_3.17.2-1_armhf.deb Size: 24182 MD5sum: 015cdd5ac7cfee90133fa5f5968d5a2f SHA1: a5965b5358fb8847dfa8112a7e685d7e300d9ffc SHA256: 6eb7627b0ddd5117d3107f9d14304561935ff18f216459b0ba772e341f429dc1 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./armhf/syslog-ng-mod-mysql_3.18.1-1_armhf.deb Size: 24148 MD5sum: e180cff0d3b075affb300953d57eeb40 SHA1: c6c7f53f5dc4ad2b58925b31722fbbbed48da512 SHA256: ea7dd5f778ac605249565e08053bdfeea14a0786182388d91dba5d2903f8fc01 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./armhf/syslog-ng-mod-mysql_3.19.1-1_armhf.deb Size: 23734 MD5sum: 66eaeaaa729a599fcc3f1424f93aeacf SHA1: 664ac2f3d31995f7bcac301282953f194600adf4 SHA256: 7e24237192abbe3c7eaf099193b8019bd0090adadad10874dd57d1be8015407c 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./armhf/syslog-ng-mod-mysql_3.20.1-1_armhf.deb Size: 24180 MD5sum: bcf4771664edea76e45ab27c1ac0f319 SHA1: be4c98d8b718a4ab8d5323706d3445fe9677e98b SHA256: f576135fda30a53f4ab3e03d08bf2657e3347774790ed866752d1c0dd43c88e5 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./armhf/syslog-ng-mod-mysql_3.21.1-1_armhf.deb Size: 24554 MD5sum: 78a36a0943b57d3bc85a626d6bd83155 SHA1: 0003ca171d14c793c12de59734da99afafb764c4 SHA256: eedf0530538fe7b76640f7df65463245f8d4683013990dc5cec560df70016691 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./armhf/syslog-ng-mod-mysql_3.22.1-2_armhf.deb Size: 23956 MD5sum: 104fc8561f6b62e7297119d990401933 SHA1: 632795a54436362401afd7ce478a493714f5b2dc SHA256: 19c6e9d53aa717273ff04190698a35280a91ba3610c41e3955d0e63d6be1deb9 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./armhf/syslog-ng-mod-mysql_3.23.1-1_armhf.deb Size: 23572 MD5sum: 28ec6c4001555b2759f621d1e93e6904 SHA1: 2fa06065ecdc80febad0b506f2aa40daaac3be2a SHA256: 6bd4c6087b3aaa90306a367fdc64a6e66b8cbff5306c41246c9b79f32849b2f2 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./armhf/syslog-ng-mod-mysql_3.24.1-2_armhf.deb Size: 24066 MD5sum: 7df0d11c2c67c26b518a02d6c02964b2 SHA1: 039f00ff7ec20c468a95be58caeaaff246316d25 SHA256: 79a7dfb1e57a8660434ce280b91f4f457b241e6a9f10ada698177893562ee6ed 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./armhf/syslog-ng-mod-mysql_3.25.1-1_armhf.deb Size: 24184 MD5sum: 59496b05f4cd17dd3fb20101adfcbbff SHA1: c45efb356de50ce3e103352ddc18a24c1d901482 SHA256: ffab153aaca1c198e151141cf1a40c167a2b495188a5d78f530cf59d56290b3b 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./armhf/syslog-ng-mod-mysql_3.26.1-1_armhf.deb Size: 28122 MD5sum: 16de12660ae4f5f7f89a76dad09034d8 SHA1: 211e773b4854ff47e1f570c273e409fba5ede3b6 SHA256: 7343213797d81f278af97f7984775a17fe7fbe66bda738c3c7a6a08e5fc0c563 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 23 Depends: syslog-ng-core (= 3.11.1-3) Filename: ./armhf/syslog-ng-mod-pacctformat_3.11.1-3_armhf.deb Size: 6572 MD5sum: 441ec55aea811be019bb03fb6e1d6617 SHA1: b0aed67403e3c76d2aa8d817d19596c9cd7d2722 SHA256: 1a5bc2a490c083b8cb54b4b88b6f592c3430e56e2ab29927586e201e0ba49127 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 44 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-pacctformat_3.12.1-2_armhf.deb Size: 23062 MD5sum: b9dedb3ad4719dc974891f5e555d8e48 SHA1: 5657390c68a68760103723865d09cb07262ac441 SHA256: dbce2ee237185a00dd9d54adeafd28df53cacafcaed14361ef30b64f0869dfe0 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-pacctformat_3.13.2-1_armhf.deb Size: 26638 MD5sum: 4d9d67f255f993500bd1eb6b97be1a6c SHA1: f958ff9b07cf579087e041e57409b8f455c65dc9 SHA256: 0b6919741f195be0b8b44de693d1e570c45854972f325ccaa7955acc092a597b 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 44 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-pacctformat_3.14.1-3_armhf.deb Size: 23230 MD5sum: 1416c1359813caaed37866eb68f0c07f SHA1: f8e3952328f1ca2994fe91c985d08f46a03ddf12 SHA256: 3f03f2315f21bdc72e1d4234a690cac87221788dbdd3b6ec9d1d21b77b944b60 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 44 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-pacctformat_3.15.1-1_armhf.deb Size: 23470 MD5sum: 64195469278c8ab2f9ba32808c232c51 SHA1: f278b8d891ca58ac38d6d5ef57fadd478001ef1f SHA256: 6b4ba1832ba5e1d643b0d8db66599a175f473c87453f4ed485319c178a6cde34 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-pacctformat_3.16.1-1_armhf.deb Size: 26632 MD5sum: cb660abd5d99d9131a6c6bc938f51ea7 SHA1: 0ba6c45c1e709e536cef4439e62db40c568cf917 SHA256: f0525ebb26656568c6317b20272ce36b0483a8dc1dfa7e2bd3646461001496bd 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-pacctformat_3.17.2-1_armhf.deb Size: 27124 MD5sum: 9b83384337e1214f7e3cd9519317e6aa SHA1: 53d36e81bcca70216f8e73bca238ef57ddc6d04b SHA256: 36c6d541ed578d85789bafbbff7f6b7b5b93acd1f3c195394d096aa8fa672072 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-pacctformat_3.18.1-1_armhf.deb Size: 27100 MD5sum: fd6640c6b4c3fc4d2b47a6f3538d22ce SHA1: b481e716c7ef0336b45f9a993afdd555f125ea9d SHA256: 6a7736dd8dfc77655f9b7c92f5e189f4ca118f11799fb5ac8ab46754a588012d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-pacctformat_3.19.1-1_armhf.deb Size: 26664 MD5sum: 4915db47a2f384af9ab2628bdbe6770c SHA1: ab8ea9234d0686c99c7fa2d1d7d60cd8346d2c08 SHA256: a3ebd414c8f4f6557bf589249a75df46303001efc0bc50ea2a5822eb29456d07 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-pacctformat_3.20.1-1_armhf.deb Size: 27112 MD5sum: d9f93fa3146cad98cd3e4242e1290c2e SHA1: 52ea5180fe23f53c5cdeb773ccda68c94829579b SHA256: f590cff201666d97a0e5a5681bf1f14cdae21801c7dfaabaa9715c4c98e11265 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-pacctformat_3.21.1-1_armhf.deb Size: 27488 MD5sum: 977b2b062f570e93794dd88628d185e4 SHA1: 7652858bbf4400d1f93a4f5e7e854becc6df1e84 SHA256: fe51913fdfec0d9b6edd1f07c1f65c0aabd9982e0ae5896555d92ad2640c3913 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-pacctformat_3.22.1-2_armhf.deb Size: 26902 MD5sum: 2fb8d7ccdeddcb4c552ed6eae3bb99c5 SHA1: ee8ebb633dba99f945ea6807056ac29e4047d084 SHA256: 2e9c1984eb98f051bf8c9bbe3f9b9bc174b42413dd6bee888eb16a23f947dcc8 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-pacctformat_3.23.1-1_armhf.deb Size: 26512 MD5sum: 6f6f32f151df33b7761a3403b87b5d83 SHA1: 23174a5e42e2d327ccc7209a1a396e8a82378055 SHA256: 34b2ed12ea0236aa5309b548ad4720fd9d289751659a89c4c562c7dd889cb5bb 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-pacctformat_3.24.1-2_armhf.deb Size: 27006 MD5sum: 7e4f02078fa5ffe63fc66703cb6a4509 SHA1: b9c3ed305056e3fcd8bad8f6ec17420910855f67 SHA256: 2acff419a62c2a5d97ba3640bd8f2601ec81c916e7b39255af9af721ae683c40 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-pacctformat_3.25.1-1_armhf.deb Size: 27138 MD5sum: a336a4f4f8061539fb44b55c8414fd79 SHA1: dadf3b4437dc44b55811d42e81b86395bfa43422 SHA256: 7a59501eca6bb48b54d84acfec188dbbc65298d490a8c7e7d3e604d57316cb18 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 58 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-pacctformat_3.26.1-1_armhf.deb Size: 30716 MD5sum: 3e7be1bb932b8dc75b2fdaf5ee6b641a SHA1: d6a6cc41ce2cbda6877f3a26ee7491dc1ab3ab7a SHA256: bac9061306edb52ffe59b8b948511458c771eae6b5439dc90d4dbcd57683dab4 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./armhf/syslog-ng-mod-pgsql_3.12.1-2_armhf.deb Size: 19688 MD5sum: 69f70ceab9cd0006320649375824749d SHA1: feec23a98cb44fe7891f9e029ac103ea2c504bde SHA256: 340b1e2f71ca23ddbca27bfea9f3a0275ea4b125305d7add8634ef8ce62e34d8 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./armhf/syslog-ng-mod-pgsql_3.13.2-1_armhf.deb Size: 23652 MD5sum: c7624ee7f0f15270b845f055255fc5b6 SHA1: 6a4051c6f60e74ea033ec4778a5d63667bdad1d6 SHA256: 7e641b20ee1a7ffb3524946aefe6f2bb750e3551e88743a1f013f26345248c02 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./armhf/syslog-ng-mod-pgsql_3.14.1-3_armhf.deb Size: 19860 MD5sum: b4737ab3826f79bd488a5ad5eded7cef SHA1: f45266f79de49aa33fa1ffe77607a4a02f67e768 SHA256: 5f0d6fa71108d39b394c825f2ca1b4ff897b9e535c9290edb87d064ddb708999 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./armhf/syslog-ng-mod-pgsql_3.15.1-1_armhf.deb Size: 20096 MD5sum: 18101cce49969dd8a95b94defed0d0dd SHA1: 0d5711e0d0ea5c21202d37eb83e46b2394ea630c SHA256: 32ce6e1e0b35b3dab66119f883e43158471ef39e383fa32a9d62f6f46003e6f2 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./armhf/syslog-ng-mod-pgsql_3.16.1-1_armhf.deb Size: 23696 MD5sum: 4d5693a81ebf4c3b071ee472b1a96b12 SHA1: 9d6ccb62fe91bd6f780325efcc7bcb0c4849c207 SHA256: f55f8a85b6c8442b73006d159a72fa3ca5122abe26f764bc92aaa9838f1986eb 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./armhf/syslog-ng-mod-pgsql_3.17.2-1_armhf.deb Size: 24178 MD5sum: fddbe1f9b3558a7b3e3fae01e6ba9304 SHA1: 08a7d618561d550c4110f992e3a05d2a74f70f67 SHA256: c94c98ad9dda503edb1d9231e1d1889ca6252e7be040c8ee4a240bcb08dc8b9b 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./armhf/syslog-ng-mod-pgsql_3.18.1-1_armhf.deb Size: 24146 MD5sum: 98351fe0b71db5df58fae472935c7c23 SHA1: 65a0613d3f8194dd4230e754f3e8e8f4464d0a6b SHA256: 71bbcecbf35391ab12d28833aa8abc6caabf73c1ac0d336314c3e4c1c599e9e1 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./armhf/syslog-ng-mod-pgsql_3.19.1-1_armhf.deb Size: 23732 MD5sum: ca9c465a1169bc82d93946a935efbb23 SHA1: 7c79db9c3b732efc6b3b55b4a1e0800ddb994e9d SHA256: ad085e7785142d10c118885e06b4ff91c76845967f8a63bd528e5aa8c3a82f18 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./armhf/syslog-ng-mod-pgsql_3.20.1-1_armhf.deb Size: 24174 MD5sum: ad841801c89967fbe6ced2410b5dd04e SHA1: 3931ff1ee7495ebf3b36d1359472e6739d131f45 SHA256: 3a6b53588e592c01dbc0e11bf1809fffc23bd3c9f258b6b8c1e496ef15a2be14 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./armhf/syslog-ng-mod-pgsql_3.21.1-1_armhf.deb Size: 24546 MD5sum: d4df07a58c9b736cca29c8e38f5398b4 SHA1: 743a384cce2abd406652a707fc944077f5579ee1 SHA256: fed4a899c69f3fd26a1ca57c279e6c0d4cc9ece9f80cf2ea73a70a8cd992c89b 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./armhf/syslog-ng-mod-pgsql_3.22.1-2_armhf.deb Size: 23952 MD5sum: 25489f5b296a18774bd7752c5bbe3f5b SHA1: 8a0f85cd01f24d6a17f94689bb473ab137ee1326 SHA256: a0909627655907ee2f05ce42a3907b3338146aa1561cbd749770f7ccf39911d7 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./armhf/syslog-ng-mod-pgsql_3.23.1-1_armhf.deb Size: 23570 MD5sum: aa5a8674383fe8008d676005c69e2d66 SHA1: 050f89cffc99e20badaf05941104f71957efc14a SHA256: cfafe9eb2a35fd428a86959ca622303f4af87f2788ce1ba254c871727ab687d7 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./armhf/syslog-ng-mod-pgsql_3.24.1-2_armhf.deb Size: 24068 MD5sum: 8f85c1f07e78261861c7c876c38a1821 SHA1: f6a7cfb99bb820ab5bd38c5e751e978987d44798 SHA256: 235297a9b77109ece013a193b9db6212c2ed8926d8b29fa8c6c712cd8fb08b57 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./armhf/syslog-ng-mod-pgsql_3.25.1-1_armhf.deb Size: 24182 MD5sum: f70a7f2c8a37b401cf2469d4c2c39654 SHA1: 732d71c0d74bbc3482864db245e4ed7297a21641 SHA256: 5976eb23421e326996156f961da269fa89bf3e4033559c9e3960b338452292eb 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./armhf/syslog-ng-mod-pgsql_3.26.1-1_armhf.deb Size: 28124 MD5sum: 464bca185a728fc7c90d9c7f2f157bde SHA1: fc8f1c781f64f9e6fef1de03e77d2d64e32f5038 SHA256: 80df1d3d85ac5e12ce5f7a708f8c89d550588ce9c1d364b6a69168235fe70d91 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 68 Depends: syslog-ng-core (= 3.11.1-3) Filename: ./armhf/syslog-ng-mod-python_3.11.1-3_armhf.deb Size: 20156 MD5sum: 2abb61ddc912220cd6d73d17bc38d540 SHA1: 33a4058bf643554251eba0861c682c326b0e5bd4 SHA256: 61e5d766e60f21ba17549b21ead7c3d67ad7bfdd246728f13ba5ddd6b5368ac1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python 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 Python destination, allowing one to write destination drivers without having to touch C, in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 160 Depends: libc6 (>= 2.4), libivykis0, libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./armhf/syslog-ng-mod-python_3.12.1-2_armhf.deb Size: 45368 MD5sum: 2e89a619f1aa09e998495d769f3d6c34 SHA1: d078d9a2e3e9a31b0c3df2ab6d391c66269ca9c8 SHA256: 8406666812ef58deebff1b6301df79e562dd046b60be2b0ec2c29edda8570f5f 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 176 Depends: libc6 (>= 2.4), libivykis0, libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./armhf/syslog-ng-mod-python_3.13.2-1_armhf.deb Size: 49042 MD5sum: 67e521afb3839df1321f901745982e24 SHA1: fa7580c907c4b272b61143fce5f99c65caf2759e SHA256: 9715860bd2c8e4364334fc5c0b33a3e774f68fe9f65215ed15dec69da63c116d 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 160 Depends: libc6 (>= 2.4), libivykis0, libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./armhf/syslog-ng-mod-python_3.14.1-3_armhf.deb Size: 46096 MD5sum: 0caf6f184abaafd73783a5408fb70bb0 SHA1: 10bf0b1faf3fea8210ff432f5ea6f308d3e9c433 SHA256: cd609e6812eade4b52ee9b5166d1fb2587bb6bbfbc87d7becf6bcb708c4b22c0 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 164 Depends: libc6 (>= 2.4), libivykis0, libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./armhf/syslog-ng-mod-python_3.15.1-1_armhf.deb Size: 47520 MD5sum: 03c5453aed5bb37e7e591d2f409f3a80 SHA1: fc24f9bea966e29e04a4fe80fe6d2ccaf186ea81 SHA256: 1750e52cf3c3850c2482591a9536c15a79af06533d950f7263e29cfb853238f0 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 180 Depends: libc6 (>= 2.4), libivykis0, libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./armhf/syslog-ng-mod-python_3.16.1-1_armhf.deb Size: 50320 MD5sum: 15f605c2e9c017f5fdecd229a0f81edd SHA1: 63a31f8504b4f550b4b7e0ae95d09522132fa5cf SHA256: d996483180b41b908f6ce972f49fe0b410426d50fb2733d714363d25bc4bd55d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 181 Depends: libc6 (>= 2.4), libivykis0, libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./armhf/syslog-ng-mod-python_3.17.2-1_armhf.deb Size: 50822 MD5sum: a386a38e09dc4d5e62a4db65da2b2471 SHA1: ba86350df294332bb1a60eb1595ec5d43dba67e0 SHA256: 7134a121fccbdf3f2d92353331e51dfe217c8c7479dc3dd581ce582ee79bd858 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 207 Depends: libc6 (>= 2.4), libivykis0, libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./armhf/syslog-ng-mod-python_3.18.1-1_armhf.deb Size: 58038 MD5sum: dbbc3a4427c9a3aa0d72f996f6b6dd35 SHA1: b69c4b4c3c446e2e29a5852bcb26769c5cb2fee4 SHA256: a15ecacb3ee5dd3ad50003f325506caf2cfb60ee3f716ecd8d4f91223731a773 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 206 Depends: libc6 (>= 2.4), libivykis0, libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./armhf/syslog-ng-mod-python_3.19.1-1_armhf.deb Size: 57680 MD5sum: 52b5e395b535b7045212dafd5b52dc88 SHA1: 09a2c11edc2f986e9de97d4adcbfa96a59e77c7e SHA256: ac6dd9c5399c488d898342688763523e0a1954a0078e78f20377b667cf05c7d3 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 207 Depends: libc6 (>= 2.4), libivykis0, libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./armhf/syslog-ng-mod-python_3.20.1-1_armhf.deb Size: 58850 MD5sum: 06863fbc9e2a3efe89424d7612d19a48 SHA1: 365714821077c1d7fa71d6df7ade02f9b477dc7d SHA256: d72e521354737286c38fc99332bfc54c00226835b2b22de2b5637449acef7427 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 211 Depends: libc6 (>= 2.4), libivykis0, libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./armhf/syslog-ng-mod-python_3.21.1-1_armhf.deb Size: 59244 MD5sum: 57cd49d7399c16c75cb61c0e86d48084 SHA1: e41d3cb34001459e336ef866d8d51b9a20e4bceb SHA256: e73b3727c0d1f9a9db65b23e0fe643b5c87b4fc3a1dbce97402def0fd9acc48d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 278 Depends: libc6 (>= 2.4), libivykis0, libpython2.7 (>= 2.7), syslog-ng-core Filename: ./armhf/syslog-ng-mod-python_3.22.1-2_armhf.deb Size: 70910 MD5sum: faba9359e64bc35c247b815108ee2cc0 SHA1: a7f3ccaed8706157d98451badcf2d3ae680dc5b2 SHA256: f397e58da56ddd548086750ee499c6476a1dd7a6be832bd795c715be1a4c49b5 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 278 Depends: libc6 (>= 2.4), libivykis0, libpython2.7 (>= 2.7), syslog-ng-core Filename: ./armhf/syslog-ng-mod-python_3.23.1-1_armhf.deb Size: 70504 MD5sum: dbfbd56a00f43aaaf2bc1f7ec16c2fab SHA1: 9bd8ed98db6f272c9f9005b7c890acd66b1c1445 SHA256: 34679add5f159bb883f16e8d268a427a5a82ff28dc8d183571410fa9aa0df297 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 278 Depends: libc6 (>= 2.4), libivykis0, libpython2.7 (>= 2.7), syslog-ng-core Filename: ./armhf/syslog-ng-mod-python_3.24.1-2_armhf.deb Size: 70986 MD5sum: 127b345c15a27aaded173b96484cf949 SHA1: 15866150cd281ff40765e8373d3c502a14a7232f SHA256: 97c0ded46c46b9a6f08762afe54a430d5c14cbdc6d56ab8b96d56daa2a725778 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 279 Depends: libc6 (>= 2.4), libivykis0, libpython2.7 (>= 2.7), syslog-ng-core Filename: ./armhf/syslog-ng-mod-python_3.25.1-1_armhf.deb Size: 71378 MD5sum: 11d59d31f96cb006f66cd6665852aa89 SHA1: 40f1de72098207fa99dfd3b4d579f7a93e87a458 SHA256: e34ab662d068477e05050ad897f5013fc113dbe7ca61d521c5b13e1f01d9d68f 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 291 Depends: libc6 (>= 2.4), libivykis0, libpython2.7 (>= 2.7), syslog-ng-core Filename: ./armhf/syslog-ng-mod-python_3.26.1-1_armhf.deb Size: 78254 MD5sum: d4f66d09fe666eef6eda1c7bff9fa413 SHA1: 686e834b7eafbb64088fccb8a52452e4b522eb66 SHA256: ed6131e1ae5e162b44212b057d9b343b0680ce0add76a8722105e3f33672d82a 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 292 Depends: libc6 (>= 2.4), libivykis0, libpython3.5 (>= 3.5.0~b1), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./armhf/syslog-ng-mod-python_3.27.1-2_armhf.deb Size: 81864 MD5sum: dbddbeebf8c72f184a3250125a1be06d SHA1: 504ca9d549d2c4e8ae9273e52653c38962b77e86 SHA256: 69dee94fe2da474f9baf666e9fb5d127e8c4f8559035ef530cc885c1073617c4 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 290 Depends: libc6 (>= 2.4), libivykis0, libpython3.5 (>= 3.5.0~b1), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./armhf/syslog-ng-mod-python_3.28.1-1_armhf.deb Size: 80518 MD5sum: 72b9f0d814ba5fdb454e9f3e0975c134 SHA1: 72dc235ed0f2bcd2eacc18ef3b45e28b98a5ee3a SHA256: dd2268ec3627d5d3815fef82bfc717fc933aee56a6a087fd1ebb4fc120fea9d7 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 295 Depends: libc6 (>= 2.4), libivykis0, libpython3.5 (>= 3.5.0~b1), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./armhf/syslog-ng-mod-python_3.29.1-1_armhf.deb Size: 82834 MD5sum: 188a7e468b1e7543a23fb57eec773378 SHA1: 4abf34f46876869353374fb75bfa00ba6c02a476 SHA256: 5c6c9a7116699af5f496a8efda1c850c5bbd36856b3f8a0ce034adabd8437d3f 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 303 Depends: libc6 (>= 2.4), libivykis0, libpython3.5 (>= 3.5.0~b1), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./armhf/syslog-ng-mod-python_3.30.1-2_armhf.deb Size: 84322 MD5sum: b7f6f6d256c83f3db08f4a6179a96070 SHA1: ec79ac5516bfe7df16b173d57a0c32727b150e5b SHA256: 8771a421874c49a70e9cded92250cfdcf7213c05e186695b77309c89bafe1b08 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 303 Depends: libc6 (>= 2.4), libivykis0, libpython3.5 (>= 3.5.0~b1), syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Filename: ./armhf/syslog-ng-mod-python_3.31.1-1_armhf.deb Size: 83962 MD5sum: 919e9bf13338a938dff875d66799eac1 SHA1: 30f822fead198905d1455b11493fec4ede0d1755 SHA256: 83534587094f12ce4abf05bbdf3b62655ed23e8dbc5b40c9cf99d398d3b01994 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 301 Depends: libc6 (>= 2.4), libivykis0, libpython3.5 (>= 3.5.0~b1), syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Filename: ./armhf/syslog-ng-mod-python_3.31.2-1_armhf.deb Size: 81732 MD5sum: b3521b13066f424bdac56fdb0b3929f9 SHA1: 9e13b9523b7c29e8157ca3a2b5f2a78335a24ad8 SHA256: cd1b5add4aba1d3b6d1104fceec3a5ed97911526f9c323aef94db3ee8a9fde59 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.4), librdkafka1, syslog-ng-core Filename: ./armhf/syslog-ng-mod-rdkafka_3.21.1-1_armhf.deb Size: 38114 MD5sum: 3ebd79f0450eeb48926d3d30ca1f5b28 SHA1: 58c25281d181ead05391b5184551a2c7c494156d SHA256: 6d4001706dc910194552bd6aeb694d63ab331bcba123f253afcea60cd32b9063 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./armhf/syslog-ng-mod-rdkafka_3.22.1-2_armhf.deb Size: 23976 MD5sum: 5c251448ff9dd05e2fea8f091cd4916e SHA1: 478d21d8a755b253e2710268a260c3c2dd30a3f5 SHA256: c3dd9bcdb3267d862636c3fd8900bd0c02f231764e9b31bf7fc1a9fc8b88e8bc 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.4), librdkafka1, syslog-ng-core Filename: ./armhf/syslog-ng-mod-rdkafka_3.23.1-1_armhf.deb Size: 37374 MD5sum: 38cc4224441bbe30468facb878d68ed4 SHA1: eb4f02e7948fa6d37398cdc84cd9f10e4009ba0f SHA256: 7e0b510b87366e9195db7c557d46f8c52db469bf607255700478b44bea480b6b 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.4), librdkafka1, syslog-ng-core Filename: ./armhf/syslog-ng-mod-rdkafka_3.24.1-2_armhf.deb Size: 37792 MD5sum: 834c88ae48948778ad24f5a709828f29 SHA1: 49e29284be793fc45f9e1cbe03f26e6de20924d7 SHA256: 516602dba5829026432e14066686b01fc0022c5a45fc8247e13d021fbc6805bb 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.4), librdkafka1, syslog-ng-core Filename: ./armhf/syslog-ng-mod-rdkafka_3.25.1-1_armhf.deb Size: 38028 MD5sum: 59ac544c36335e5e35bfb95301fb58ea SHA1: 0444cd1cc35a40098592943fe3deed936b5f918b SHA256: 50f832818979bfdd10285593dbffc083804acc33620f3b5ffc5cca7cb8100945 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 95 Depends: libc6 (>= 2.4), librdkafka1, syslog-ng-core Filename: ./armhf/syslog-ng-mod-rdkafka_3.26.1-1_armhf.deb Size: 41832 MD5sum: 9348937b0d380b68a79808dceff117f6 SHA1: df8a652cfb24353968995cb4214c88d8e37794ca SHA256: 3b958c58c01fd0b5c66124e5924715e149ba296a5cec04a807bb6229ccd92498 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.4), librdkafka1, syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./armhf/syslog-ng-mod-rdkafka_3.27.1-2_armhf.deb Size: 42632 MD5sum: f369276ae290322c1ed891dd0076f1a8 SHA1: 10c12c38d556e3c7f0e262994c5f7cb786e84248 SHA256: a45a932104e7588db885be7ebb1dd2a4e8a395892bb206514b9f049a25daff7d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.4), librdkafka1, syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./armhf/syslog-ng-mod-rdkafka_3.28.1-1_armhf.deb Size: 40406 MD5sum: 42336c08bd063205d0f54a5724668e4b SHA1: 9ff2a14718870391c116e167030ca3195dee17a8 SHA256: 3722fa258b44c8e233504516486d24644446413ac78d276fbecd3322f46ac54b 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.4), librdkafka1, syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./armhf/syslog-ng-mod-rdkafka_3.29.1-1_armhf.deb Size: 41176 MD5sum: 05c3bf81834e5c0c4b639131864e899a SHA1: 4dca82a81fb553f23da8802781fe69a2f224b15e SHA256: a30ddbdc96487798ec1d80aaecb07f2534afe3d02ae987c1b93c25346a7245a9 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libc6 (>= 2.4), librdkafka1, syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./armhf/syslog-ng-mod-rdkafka_3.30.1-2_armhf.deb Size: 42912 MD5sum: a034730f38df6297077d767157a38ad9 SHA1: a0c5a855d8729abb575123267756e114ddf2e25e SHA256: 38eb6846c47e3021928c62cf1d13422a09d339c7d20e8db27e7fa516fec97bd4 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libc6 (>= 2.4), librdkafka1, syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Filename: ./armhf/syslog-ng-mod-rdkafka_3.31.1-1_armhf.deb Size: 42632 MD5sum: 6b009f8f7da08c8d377050f5b78687c0 SHA1: 70f3a51cda8313941575ff5acdb02e074b0353cf SHA256: 01404ebfe7dbbc92ecb5988496132aa400e7aa917cd9f1778854f50c33624e51 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.4), librdkafka1, syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Filename: ./armhf/syslog-ng-mod-rdkafka_3.31.2-1_armhf.deb Size: 40350 MD5sum: 012f5f65dd9bd9a2feb52f07e302a685 SHA1: 94006d6ebf35c3db58c967a7bf09ab7d2f3b354a SHA256: 608092427c23965a1e54c40a6995e3b9ce9f422b818bb67ed9dfaaad7dc595ba 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 47 Depends: syslog-ng-core (= 3.11.1-3) Filename: ./armhf/syslog-ng-mod-redis_3.11.1-3_armhf.deb Size: 12936 MD5sum: b6d7abc22f2e7dcc6c1fd50dd2341f89 SHA1: 617fde3706240652e06e7e1a3198de907987af1a SHA256: ddd22253b34434ea67faec96872bbb368e65637773147431c79aa92d8133a978 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./armhf/syslog-ng-mod-redis_3.12.1-2_armhf.deb Size: 28724 MD5sum: 38dc93154673197f6e6032d9656bb0b4 SHA1: 332cef3e309434748f7cd199189a187435c59118 SHA256: 866f0795668187ba05fe75b2c45035fdb9b3236757042724852014dd110c9eb2 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 78 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./armhf/syslog-ng-mod-redis_3.13.2-1_armhf.deb Size: 32760 MD5sum: 2d1dc96a5136399d7e5e8a836e813d29 SHA1: fc9088546cdb606dcb83998b8bb90a414f31266c SHA256: 078e0e4762bb92d30dd811f945e3fdeb7c6874b4450c5c34c8486f50326b8de1 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./armhf/syslog-ng-mod-redis_3.14.1-3_armhf.deb Size: 29120 MD5sum: 0c874326d67419f3793dac28a7fd6d87 SHA1: fd2b633249caffd8eeb07d77061fa51d248dbf85 SHA256: f5e3f68670e99eee0ec79572b64083d2fd6a3dcb00a4017bd59701f440b1fd70 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./armhf/syslog-ng-mod-redis_3.15.1-1_armhf.deb Size: 29332 MD5sum: e2afb578e5edff6262eef118af7338b9 SHA1: 35f461423fbd32888b957ad0466a12b8ca9aa2e0 SHA256: 663a8c147db6e3941b32510ec8b374dabd151bc5d509951967af0a5200dfd2ae 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 78 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./armhf/syslog-ng-mod-redis_3.16.1-1_armhf.deb Size: 32914 MD5sum: 0a7ce406337664f0b6cf8f4f6ca80f43 SHA1: ff5ca84be234b29d38bb3b4e4c89d0d566b66617 SHA256: 4f08eb7598d2b764124490586feb38ff2e435e078c6df285f535917555bfc633 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./armhf/syslog-ng-mod-redis_3.17.2-1_armhf.deb Size: 33334 MD5sum: 4613c1aef771559d95261e608ea94566 SHA1: 783ea2f0eeb6892da205b480f98486de77cacf42 SHA256: 3b143a7929f5138c6cb92c3ec4760e9c50798d98d5ce070627ce30fe0be36d9f 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./armhf/syslog-ng-mod-redis_3.18.1-1_armhf.deb Size: 33438 MD5sum: e14698978519018e76bd2f30643d4f4e SHA1: 1be1998cb529c54251d4da69bd6101ce3cca9519 SHA256: c54b4aa99460447205742d03bdc2520442d306c8ca4edd358a22b8eebeacf72d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 78 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./armhf/syslog-ng-mod-redis_3.19.1-1_armhf.deb Size: 33114 MD5sum: ce2c609b5cd636b5f3191efc7a2ba587 SHA1: 4506e507c929fe3c8d3bfe23a8c3803b4739b291 SHA256: 236ac9ebe69e85d5f52256129216eb9b46cc53dc57a0b3ddad1ab889ca59f6e4 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./armhf/syslog-ng-mod-redis_3.20.1-1_armhf.deb Size: 33550 MD5sum: 9c4bfdaa01fc2590e1aba7842a23c5b9 SHA1: 41c0cec347960a2580e445ab5d17dbd83c15af82 SHA256: 2878ea850ba6e972e0bfb9810285fd98133a0347b5f4ad82310bc058661cd2f9 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./armhf/syslog-ng-mod-redis_3.21.1-1_armhf.deb Size: 33938 MD5sum: 86c270c0b07d403a5bbe235d33f2e2c4 SHA1: 548a8a877fcf3208009473854f5f2890a7759f3a SHA256: 4b462f4d22c00be5cb6caec6f4bacc862ef655c77784c1253d58a136c83ff46e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 78 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./armhf/syslog-ng-mod-redis_3.22.1-2_armhf.deb Size: 33368 MD5sum: 1dff9efa8520b3cdb045926269d12b66 SHA1: 6e8cfac1d542d2b3cd9e782e7deea6882b1b5953 SHA256: 3699c3d990d419a447fefd11dd560da706087a074ef40eafc535e0c346e755cc 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 78 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./armhf/syslog-ng-mod-redis_3.23.1-1_armhf.deb Size: 33066 MD5sum: 131795a2695253bd2412f2f10162eb45 SHA1: e92477fef6edee512da3ecdedbd8f645d14e2efe SHA256: 247b0f92785e1f54833b9b5c739b789c842886f43e1f22f0c52a9bc8838caa35 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 78 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./armhf/syslog-ng-mod-redis_3.24.1-2_armhf.deb Size: 33574 MD5sum: f31b65411cc05ac9c76da2eed9ed0e9e SHA1: d9e83ea1f8fa0af9dd6f1c0a5e0bc9d18c001fa0 SHA256: b743bf7c4325be05fa63152bfa3787ab8c58d680d5cd0fbac57c5e0dc4f99fe0 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./armhf/syslog-ng-mod-redis_3.25.1-1_armhf.deb Size: 34918 MD5sum: 1e44cbd18cace29dbcc6b2f28eae072e SHA1: fa1fef6241b96d8974e59dd72b48da052b72e521 SHA256: 6ce43df9215321a1d7989dd5f8862ba2b8561f300adfd39569d38a974d1f24ed 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 86 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./armhf/syslog-ng-mod-redis_3.26.1-1_armhf.deb Size: 38834 MD5sum: a1fcbf634c32df1fdcda7e0cc8bdb17d SHA1: 6c5cb1de2fd99aeea6e5a569ac790ee69d202305 SHA256: 134e512594fed81e836be2e1b964482dbb91808bbe5df28f5cbd74d94e4ae4f1 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./armhf/syslog-ng-mod-redis_3.27.1-2_armhf.deb Size: 39564 MD5sum: a871e30eef6052f2e0522c219e0b016f SHA1: c70b49fd9467ddf019e2c7a2eda2a5e5d419aef8 SHA256: b19111482c4e56354014c602761ff10e5a155e0d35934e0ba44c3b8c19cc1034 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./armhf/syslog-ng-mod-redis_3.28.1-1_armhf.deb Size: 37272 MD5sum: 576cc985a5dd8cc23af27aa6bfddbbfb SHA1: 0f100ce8b1d04df683bb6b1cc3816ecf763832ef SHA256: 5c1efe85e1af031656182499b283858a5a206d3137f0c625b8d687e52fe3dc5e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./armhf/syslog-ng-mod-redis_3.29.1-1_armhf.deb Size: 37980 MD5sum: bbe7d7076317c7afa48555b9b89f2e81 SHA1: fd4ffb9fa77318b8addc33cf1d37ece52f728bfe SHA256: c2644e2d9bd4cd27bca9e8604bf35af642e84ac4eae6fd3635d3479bb3892ab3 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./armhf/syslog-ng-mod-redis_3.30.1-2_armhf.deb Size: 38178 MD5sum: 9ac09e6f27534aaa274be7433e5bc11a SHA1: b768486efb95b7ab1f3a8a2cd6b6d8f5fbfbee0a SHA256: d70e3299e42d94dccb760d19211ca1c3d40813cc5cffd334b87190f7b3d25b17 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Filename: ./armhf/syslog-ng-mod-redis_3.31.1-1_armhf.deb Size: 38052 MD5sum: 2ee2128a315dd2a825cb6249d64a7c16 SHA1: 0f718db9b4b5a0ca57fb24fcd3c286243b1b820c SHA256: f7a935ef62659604c102cf443f243c3a0d6cc3f3c2580ba6a460b5404c217f59 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.4), libhiredis0.10 (>= 0.10.1), syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Filename: ./armhf/syslog-ng-mod-redis_3.31.2-1_armhf.deb Size: 35762 MD5sum: 9aaa4958be5402dcf41b3aaa3d33353f SHA1: 12c1d98e279c3181c656c8bc4dcf48a5945e3623 SHA256: 913d0dac0b7bd8e061efbc2d98f00790cbc982655f15ccd076c3528b2b418e36 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 56 Depends: syslog-ng-core (= 3.11.1-3) Filename: ./armhf/syslog-ng-mod-riemann_3.11.1-3_armhf.deb Size: 15230 MD5sum: 720cf7e0238658f332a71a72d4e62ba5 SHA1: abeae2e0184fc34d6d5a72aff63be0d87bdc1a31 SHA256: a49758c4ffa2b67d9788c246eaa82267a1edf3357386c2e1c7b6db9b3b76818d 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 71 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./armhf/syslog-ng-mod-riemann_3.12.1-2_armhf.deb Size: 31060 MD5sum: be7c8b1e0a970fdab7becac96ec81fa8 SHA1: 79f75107d540e7d270c1b6601efb2ac9db60464d SHA256: c45c0919b57440c49ee7155f0750d1d993e4df3993a06e0164046432d9749fb7 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./armhf/syslog-ng-mod-riemann_3.13.2-1_armhf.deb Size: 35224 MD5sum: f9c4237da957a632bc4ee4b4b60c141e SHA1: 5a8d37459ea61df7e21848cb6fbe5604816bc2ee SHA256: 35c397229c219a598ba57f0139dc39b99b13f8153a7d82328f26af5ac60a2670 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 71 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./armhf/syslog-ng-mod-riemann_3.14.1-3_armhf.deb Size: 31376 MD5sum: 6205da601dabf46683feb3cad402c33d SHA1: 599dc698c2359b799efafd91f248e0ac7f4d40d6 SHA256: 631752fae8434ed04987ce0e4f87afbab63dfd068071f37ced2f13aea41b6fdb 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 71 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./armhf/syslog-ng-mod-riemann_3.15.1-1_armhf.deb Size: 31650 MD5sum: 4efce0107b0fed6e4aeb7a3d5bfe99a9 SHA1: 2a8bd83e6b8b649b4dfdee70c3b0dce454ae5a05 SHA256: f0b3047a8a950087c474cb492e3b24093ff807b3fb4724f8d3571e3a883539c5 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./armhf/syslog-ng-mod-riemann_3.16.1-1_armhf.deb Size: 35276 MD5sum: 0de6d90a8966b6ea442039f2ea693165 SHA1: b5c0203b6eceedc38ac109c420c8392b4c7bd9b7 SHA256: 4569bc4a3f1d6214986cc24aec5deea786ab6fd7ce0f2d9238c820c4afdbe33a 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./armhf/syslog-ng-mod-riemann_3.17.2-1_armhf.deb Size: 35698 MD5sum: aee0e45ed814d009e8ee5dc40d98e9bd SHA1: 5b8fd54e261ea3bd94d593f0c213aacf24bc13c2 SHA256: fd79b3a758087c745c9d0530de17bd871fa95ee4fd9d6b3ced4e5f8feefe3710 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./armhf/syslog-ng-mod-riemann_3.18.1-1_armhf.deb Size: 36544 MD5sum: ea155e1f45ec398315af329bb4590759 SHA1: 3e2529f1623fe2cea1e7a913f2cbb37a926df3a7 SHA256: 2c5da82ee14dac99c5c4b20cf8036a4c3abe660cfd956154977d9f3c669eb757 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./armhf/syslog-ng-mod-riemann_3.19.1-1_armhf.deb Size: 36446 MD5sum: 0beb1dcfa20735d0ea86e7ee6b612558 SHA1: ee4c49b8e696edae9700da630f03e7b393c4dea5 SHA256: 3b415c58dd70eee4548a6da7b7e36fce05e90fe833f483d874d6e88a2cdf7c13 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./armhf/syslog-ng-mod-riemann_3.20.1-1_armhf.deb Size: 36980 MD5sum: 9c9592dffd4871676e1d0e82b9b2e412 SHA1: 1486e6616ccc521971f942b684c32db05b05a094 SHA256: 7e14dbdf4a20c82bd1f2d376b47d9c7a35da707f8a6884b51b2a33c29ff170d6 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./armhf/syslog-ng-mod-riemann_3.21.1-1_armhf.deb Size: 37364 MD5sum: c4d7af93e43ef512c44d842250cb0b6a SHA1: 84eb60d59d0c65756b4a0aa430565285407d85fe SHA256: cb60c8a80d3ce67e8bb7cd3bb41effd76aa934a94f5b82407d70db25e68411da 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./armhf/syslog-ng-mod-riemann_3.22.1-2_armhf.deb Size: 36830 MD5sum: be49ce2c25653886a409e171c70b5518 SHA1: 60ebb257964f6febf80acab0541364d6b380c2f3 SHA256: 745fec47098a102ab498773fac3024fc0b927456524fa513353f45ecceaf6b99 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./armhf/syslog-ng-mod-riemann_3.23.1-1_armhf.deb Size: 36566 MD5sum: 848feeb3be090a23093710763810cd9b SHA1: 439d15340db5c686308832f19c84be058b5cb5cb SHA256: 62b7b6c79c608262da6bdbc7b205addc593c806d490552d62d4598117f3c4645 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./armhf/syslog-ng-mod-riemann_3.24.1-2_armhf.deb Size: 37086 MD5sum: 6824642fe0133e78bb2520bbe885a03f SHA1: 7e1f5eb71ae902b02efe72c336dc0f32642ace77 SHA256: 50dd2a5e89ed4b3ca2d0103dda1e6d42d59a92d702000a185339f8cd7f1bcf51 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./armhf/syslog-ng-mod-riemann_3.25.1-1_armhf.deb Size: 37288 MD5sum: 6bba184f42380b349024efaaeef2b038 SHA1: 7a4d5917db4084f7897bed3b49613e0628141086 SHA256: 6dfcdc4b13fab7d0b5326969622926893a61b11c66c158c6729ada7a45602091 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 95 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./armhf/syslog-ng-mod-riemann_3.26.1-1_armhf.deb Size: 41202 MD5sum: 60b43d15e5ccbf2b0f664159740a0cd8 SHA1: a278a830797e87241ea0322229a7d13c1c9fde1d SHA256: 0d2a3cf2d99eb33be6b5def027402e44f49b7d5e4b7f3b76348f53a2b4272840 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./armhf/syslog-ng-mod-riemann_3.27.1-2_armhf.deb Size: 41888 MD5sum: 538f0db768191ed97955337061a7b574 SHA1: 6985ebe95f9569746736aba165e34a9f07c1bd33 SHA256: cbe666ccdee1757cbab3aba59a4b789bb1ae10032585fc66da3bf276a4a8a23b 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./armhf/syslog-ng-mod-riemann_3.28.1-1_armhf.deb Size: 39586 MD5sum: 9eeba7ac42b74688befaa39d16b29ae0 SHA1: 280568f7a513ebef19a965b3c221309ac0ed819e SHA256: a3bb6855d5e84436cae8ab2ff4893d809ee56e3360a25abb1bfd42d4b691f6d0 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./armhf/syslog-ng-mod-riemann_3.29.1-1_armhf.deb Size: 40500 MD5sum: 59e98a644e938034bb599795e343ff42 SHA1: e3c404576904a8d0709965f1d3a287e490e90edd SHA256: bd300e4bc51fff284ba35de04fe44c1db3916c3249919412eae1115eae967fec 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./armhf/syslog-ng-mod-riemann_3.30.1-2_armhf.deb Size: 40492 MD5sum: b4ef993fea071d8d0124ab874be6282d SHA1: 505abd8b85dfcf129d4f5e8b53aba7d86c8bfd04 SHA256: 4b3546ba248111bf2200450fa8b42803d675cc9d721c56f11a7fc23b8cc72a21 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Filename: ./armhf/syslog-ng-mod-riemann_3.31.1-1_armhf.deb Size: 40342 MD5sum: baba244621e3727886dae190e945a8ce SHA1: 23fea5454d13a61a10d651fbc37a6907a71a6799 SHA256: fce1a32f198b7403d3d6cc5e554c7ff91f48791f480a2336d8eb5f7513f49e28 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.4), libriemann-client0 (>= 1.10.0), syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Filename: ./armhf/syslog-ng-mod-riemann_3.31.2-1_armhf.deb Size: 38098 MD5sum: 96a37d0d8711d0722b42e48b6f1deaee SHA1: e7e1acb54eb4ebae66585f14c161a50ee565fb2b SHA256: e2fdeba9456f9f58447968d736d0ff9548794da098eb171ef1ad584f7df79075 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 118 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.12.0), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), syslog-ng-core Filename: ./armhf/syslog-ng-mod-slog_3.27.1-2_armhf.deb Size: 49622 MD5sum: a414fdf04ba13e03fc3acd9a1747b899 SHA1: 97402791b9df372f6022ca3a822d243cd8df2235 SHA256: b20b21c750834af9a6b5af9f7da65685d11273cf8ff4b9db6804baad36610092 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 193 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core Filename: ./armhf/syslog-ng-mod-slog_3.28.1-1_armhf.deb Size: 63578 MD5sum: 9ef6f9bfb024d752d51d4864912088ab SHA1: 26e2a654e4af1d2c94d4cc885158c524d2e3536e SHA256: f613442c3cf0ef96e0cc66a889efeef07450fec229bba0d4578b38ad2bbc4d57 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 193 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core Filename: ./armhf/syslog-ng-mod-slog_3.29.1-1_armhf.deb Size: 64424 MD5sum: d38eae0ce6dc756b4bddae5002f9dafa SHA1: 7c0732a5652be0b6af2c431aa7a725078eadd555 SHA256: cca5a259912d06ba5b4e3a0bd3e4262626262c7fb2870ba71cf5c57b9a350bd5 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 193 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core Filename: ./armhf/syslog-ng-mod-slog_3.30.1-2_armhf.deb Size: 64624 MD5sum: 6b60976269ec5ef477da00fd2fd705bb SHA1: d6c84168c8e46d029562514aa3bccef7d9855379 SHA256: 45470af10d1c3ce4108b632c97b5106deb48e2ec37bc7896ebbcf5e6cc35cbda 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 193 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core Filename: ./armhf/syslog-ng-mod-slog_3.31.1-1_armhf.deb Size: 64484 MD5sum: 62a1a3976ec36e8f4cdc9c13900b549f SHA1: 3cfae19d2d891950c104b265e9603376ed7b82d7 SHA256: 7f4fd6779c1d61f42bb15715a8191c90d05a6937f82f1306cd8b6b53eee6b48b 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 191 Depends: libc6 (>= 2.4), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libpcre3, libssl1.1 (>= 1.1.0), libsystemd0, syslog-ng-core Filename: ./armhf/syslog-ng-mod-slog_3.31.2-1_armhf.deb Size: 62052 MD5sum: 4eca25d69bc670c879b24c668bd2663f SHA1: 6f200fc66bdf93a4e6463577df032b7eb58d8de4 SHA256: 050f230d98c74eadcfbc814f1af8c207d3c3de63ead0e0583e6500a2c1acde14 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 51 Depends: syslog-ng-core (= 3.11.1-3) Filename: ./armhf/syslog-ng-mod-smtp_3.11.1-3_armhf.deb Size: 14706 MD5sum: b3598b88e2535cd6144ab8d704766c99 SHA1: d58635b7b5e389e62fbd41d5613f5931280f27e3 SHA256: 198e2923b8a52127e3ae41f5e79c9101916f08d237d2ce53b57dc14a4d2feae3 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 66 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core Filename: ./armhf/syslog-ng-mod-smtp_3.12.1-2_armhf.deb Size: 30530 MD5sum: 72794c66651d89cc3a2c78e01eb4b059 SHA1: 79a5124dbd911bfa0b2718a9b5916f5ab67d1939 SHA256: 5467dad609fb9bab3f303985a7b7c54fa13d6b66cc1faaa44436a075e00fcded 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 82 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core Filename: ./armhf/syslog-ng-mod-smtp_3.13.2-1_armhf.deb Size: 34380 MD5sum: cf1b66d109af43efd95c5cf5b0e797f4 SHA1: a74a7e4f4ceaa617c8181c16b3ac40eae9aaa3dc SHA256: 11ce0c3026843ef958626d00a02b6fed219baeb969ba2ae2a6803c5441085aff 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 66 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core Filename: ./armhf/syslog-ng-mod-smtp_3.14.1-3_armhf.deb Size: 30704 MD5sum: a21ed130832e7b0b601c11bb24f60a6d SHA1: 5b4e8151dce13dcaef4ea61fa8134bfe54aef92c SHA256: bca2ffcb64ad9c5929d11f4d2fd2dac15eb39ccc90d4875e25fb6f2bedd9e967 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 66 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core Filename: ./armhf/syslog-ng-mod-smtp_3.15.1-1_armhf.deb Size: 30906 MD5sum: f00efcb399ed6bf2b66fb6e4fd44348b SHA1: 1f6dcf9f4fd8db2bd0d9061dbd61ae16304c3b03 SHA256: a21fbd8e6522222bddaf2f9e526905aab25b6cf26348ada4b23fa4acc16b3b99 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 82 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core Filename: ./armhf/syslog-ng-mod-smtp_3.16.1-1_armhf.deb Size: 34582 MD5sum: ab18a769b24c73104dbf706941c794d0 SHA1: 53edab7811c7f0662a80c6208593f4123bfb2f45 SHA256: ec9fa1b0ebba0fe27de723cb0ab6730add3514e5e1c52ddb7ba32473aac0a68e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core Filename: ./armhf/syslog-ng-mod-smtp_3.17.2-1_armhf.deb Size: 34976 MD5sum: 93b17906929f00a8b8d9d3b033f8962c SHA1: df1e859b11e669b7d2838f13b494bbe30ef81668 SHA256: aa3d6c6680ef81b0b176a0f8527a45249b8a5339f0533afa2f6bf9b4cb9a8e60 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core Filename: ./armhf/syslog-ng-mod-smtp_3.18.1-1_armhf.deb Size: 35000 MD5sum: bb60e4ff37f1cbaf9fc74176e1a2b045 SHA1: 16f93010ed386a377e2a9ebeb3185f0e6ea4a457 SHA256: d4533bc621f4bb0960805bf1739e37a40b20bac740a4aba1b230711fec4f20c2 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 82 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core Filename: ./armhf/syslog-ng-mod-smtp_3.19.1-1_armhf.deb Size: 34790 MD5sum: 3117b68d58bc8773e8ecbaf1dbc91d9a SHA1: 1daef9ca2a779a8e57a9ba8c084a56d6ad237302 SHA256: 02d7e5c310af5077f8a1a0459f26324684fe8de0ae40abd37ee59f3cea63b936 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core Filename: ./armhf/syslog-ng-mod-smtp_3.20.1-1_armhf.deb Size: 35228 MD5sum: 290d2d73a0fbc3283897ec09ad0c3ff8 SHA1: 26cfd7b3234560c038461a7bf5bf6929db1582dd SHA256: 6e4beccbbd1558016efd7773f8ea65bf58af62b657653f2978bc6c49c24b9ed1 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core Filename: ./armhf/syslog-ng-mod-smtp_3.21.1-1_armhf.deb Size: 35604 MD5sum: c3d8159b592f24eb1763c42924fb9ccd SHA1: 632b4aaab8faa8f2446a57445f96d8851dac89ca SHA256: aee05abd9661a5fadbdd8add4d928f14bee1b310aa9f177531d548441da685fc 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 82 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core Filename: ./armhf/syslog-ng-mod-smtp_3.22.1-2_armhf.deb Size: 34990 MD5sum: 4daec46b9575148d5b6262eff00fc03c SHA1: 455ba96b60b09929f0eedd9c4de54e5f573337db SHA256: e9a01bebc6d134ba7f0f1938f82ef542cf94f3fd1429240d9af8d3b04ee4f214 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 82 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core Filename: ./armhf/syslog-ng-mod-smtp_3.23.1-1_armhf.deb Size: 34612 MD5sum: dadc799a5367acb31c8ec5ff1c085b00 SHA1: 4dd05b5917613af41c70edb49b5f878d2db6ed04 SHA256: 5c0b13b4d6dd1d08298bb794f86458ee3fc0c64407fb6409f4998277ce4430b8 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 82 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core Filename: ./armhf/syslog-ng-mod-smtp_3.24.1-2_armhf.deb Size: 35218 MD5sum: 81604f2927f2a5f87dce5e8932fc4b33 SHA1: 77f1a7d38ef96bda8815a31887e844f8764bbe8e SHA256: 5587d6461cd40ca5b0397c5c53e053ff0a8591557a28f286d634762e32b8cc54 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core Filename: ./armhf/syslog-ng-mod-smtp_3.25.1-1_armhf.deb Size: 35322 MD5sum: a28ee15c3e344186f70fdd3ed6e3ab2d SHA1: 735d214859251f191fe35691693402f47c5f011a SHA256: 393e827680c054802b72ee71a8d5fc79c67ce6f0fd56ea2376ce62669c7e5244 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 86 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core Filename: ./armhf/syslog-ng-mod-smtp_3.26.1-1_armhf.deb Size: 39262 MD5sum: 9a3764f0b029cd9a56e3da3b1e60bdc8 SHA1: 25e4a9ebbc581b77cddabda46ac3a6805a8d6843 SHA256: d8fb792f32ae2a1c3cd0f302f5bc780cf6177ffb5aa70f8474c0b70a96754a4d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./armhf/syslog-ng-mod-smtp_3.27.1-2_armhf.deb Size: 39970 MD5sum: 81a2dd85331b5f799387388c206a6963 SHA1: 4bd634e61c5bf5099512ea65436be551030f5b76 SHA256: 40ff0183049d0e3a4acbf55d064428d07bd51000a317bb9ce4af31848a37eb7a 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 90 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./armhf/syslog-ng-mod-smtp_3.28.1-1_armhf.deb Size: 37694 MD5sum: c7659e858a75f0ad5db4757b718de561 SHA1: ef64d76ece4ba2acfcc83c16be9a566a3845d50f SHA256: f9b27fcb6db23d69df0e4db068c6dab9e90304255968b6a2dbdf074067a032f7 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./armhf/syslog-ng-mod-smtp_3.29.1-1_armhf.deb Size: 38318 MD5sum: 38159a8ac79ced90266a70b36cbaaf35 SHA1: 7a920b22046be0c477370fcfd379b45eeaa72f10 SHA256: 798678c9364e9486c3d5ca8c3c894d5aefabf62ae78eb17590705b4cc8280fe8 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 89 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./armhf/syslog-ng-mod-smtp_3.30.1-2_armhf.deb Size: 38626 MD5sum: 1f7f3c25267eb836fd44d58ad7eac6fc SHA1: fcfd27425003c11ea23dd82e24250c1fe5f3b4c0 SHA256: 38f10bc3c3d4b1fed968aa14cd8ef82945acd2280df1f88523a4e96ba0393567 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 89 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Filename: ./armhf/syslog-ng-mod-smtp_3.31.1-1_armhf.deb Size: 38456 MD5sum: 579e9acf38bdd049837d5b225471f2b6 SHA1: d40da00f375bcc29e6db5576b7c26646221c3047 SHA256: 7205b754d43cd6e0f2e1e6243cfc58c4da1ce7e1c2eabc4ba24f1838086e06b0 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), libesmtp6, syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Filename: ./armhf/syslog-ng-mod-smtp_3.31.2-1_armhf.deb Size: 36168 MD5sum: 96470c5343a64a2557eb5e066ead4061 SHA1: 2434f783b91244bb37a7104298074414f7ce6bfd SHA256: eba0a06b3fc0c26c52a54786296a8bb9af89a8bc45bb2b7421e0f50889a3e550 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 86 Depends: libc6 (>= 2.4), libsnmp30 (>= 5.7.3+dfsg-1.7+deb9u3~dfsg), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmp_3.22.1-2_armhf.deb Size: 36148 MD5sum: 30c0454e19c42adefcaa653fb255e3a6 SHA1: bf6533165d0cdf15db63b7879611bd650c2c59ad SHA256: 5202a6fbd2b470839804fed9ebd60b9282695d2f059402476da4f354141aafe8 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./armhf/syslog-ng-mod-snmp_3.23.1-1_armhf.deb Size: 23552 MD5sum: 2cd555b18d1699c0b0596bc6a141792e SHA1: fb6d552e990b01001d1ed96850857d736112746e SHA256: 8785a2edfaac4452ac5f0dab27b4ce107b194d2c8bf11994d28cd701b1afa657 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./armhf/syslog-ng-mod-snmp_3.24.1-2_armhf.deb Size: 24050 MD5sum: f746c57ee9a9d7ab0ef03995010d7500 SHA1: bc4435e4f1e7766f5cd8b5ae21635a177f43dea6 SHA256: 0f50bc190ba5e87e034845de366929785865e2968930ad1d65930c1c80cd2825 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./armhf/syslog-ng-mod-snmp_3.25.1-1_armhf.deb Size: 24174 MD5sum: c2333d6f4ca819f583530e95508ceda5 SHA1: 31fa73db9c5c80b71838d77c1884a8ba60caf913 SHA256: 47ddd6d8ef3b0fed71d62296aa954ebeba6d0049732158519e3352a581f48354 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 90 Depends: libc6 (>= 2.4), libsnmp30 (>= 5.7.3+dfsg-1.7+deb9u3~dfsg), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmp_3.26.1-1_armhf.deb Size: 39776 MD5sum: d4ec29b03837703f2e9a58e15cc4ac84 SHA1: 07d9282da31ad77c2c07312620f773a40eb64936 SHA256: 282144e491e54be2daf59c365a69ea54f835727e2311232d4c1cde213a03d736 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 99 Depends: libc6 (>= 2.4), libsnmp30 (>= 5.7.3+dfsg-1.7+deb9u3~dfsg), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./armhf/syslog-ng-mod-snmp_3.27.1-2_armhf.deb Size: 43364 MD5sum: 715d51319a6773af0bab8ceb4cd59f4d SHA1: dff9e25868221236c1701bda26ee15c091856813 SHA256: 1351d28e892fb059d8e1515ec251de3cd1615613b08aafe24d4a7534feaa2f1f 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.4), libsnmp30 (>= 5.7.3+dfsg-1.7+deb9u3~dfsg), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./armhf/syslog-ng-mod-snmp_3.28.1-1_armhf.deb Size: 40996 MD5sum: 8bbf79e8cefea4de1ad89b15cf53f0f6 SHA1: 7da53f1b5a3489a367ecfbdf3baa840a999d94e0 SHA256: 415a899d2613a92256dcfa131f12bf0d96ca08d5c106acd6206b392d85d0d559 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.4), libsnmp30 (>= 5.7.3+dfsg-1.7+deb9u3~dfsg), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./armhf/syslog-ng-mod-snmp_3.29.1-1_armhf.deb Size: 41690 MD5sum: 784985390b24d1c4a5df6ea870ecfeef SHA1: 1e8d26805dace01747ce8ad76340ef1e706e1ab9 SHA256: 779d281a02a4cf2d2c4c196c70bb52e5f52e75c9cfcaf5ff2ab491292108dbd9 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.4), libsnmp30 (>= 5.7.3+dfsg-1.7+deb9u3~dfsg), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./armhf/syslog-ng-mod-snmp_3.30.1-2_armhf.deb Size: 41950 MD5sum: fcbafda0575f3506e96b2898244f1b20 SHA1: 0f13dae13a67547ec26e35c966c1bb7d8d9f9643 SHA256: 865c189a697a7bdf23643ad4fc70ebacf05000c15bcb9d5ffc6aa5e1940b2629 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.4), libsnmp30 (>= 5.7.3+dfsg-1.7+deb9u3~dfsg), syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Filename: ./armhf/syslog-ng-mod-snmp_3.31.1-1_armhf.deb Size: 41810 MD5sum: 96adaf2953781ea97a0f39dacd680403 SHA1: 7289b6cd6e39ebd486eaab37c3be8fd2f268dd41 SHA256: af78a43739492055d97777ce9bca1aa8dba7cbe01979fc01ac4c5c0dec16818c 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 95 Depends: libc6 (>= 2.4), libsnmp30 (>= 5.7.3+dfsg-1.7+deb9u3~dfsg), syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Filename: ./armhf/syslog-ng-mod-snmp_3.31.2-1_armhf.deb Size: 39526 MD5sum: 48866de5d6e1b0b1694d3832a876b02d SHA1: 0e389864e6d1e0f57e87bd9e27e617630b6fc56b SHA256: 420f7aed5b349f0ec0ad4390f672efee5e46a1d7edecd82be64b57257104ed13 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 47 Depends: syslog-ng-core (= 3.11.1-3) Filename: ./armhf/syslog-ng-mod-snmptrapd-parser_3.11.1-3_armhf.deb Size: 12672 MD5sum: 048de862388fc2e362d8c00c9a7a088b SHA1: 8f3b3e9de9087a0a26d6d1e0b95e75a5a6500f63 SHA256: d58a41ba557c7484f8d98862d628d3bc89d98fb88f4887f03ae71e1798e5cca5 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 snmptrapd-parser pacctformat module for syslog-ng. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 68 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmptrapd-parser_3.12.1-2_armhf.deb Size: 29354 MD5sum: 24d2260103c227d13cabf6b7b48bb8c0 SHA1: 731e72277a6a7d91faf8a947989666cfb6f53d69 SHA256: 87a14e3a59af489521f1d2e70c419e813b08c16b27e150b6ebc3133d52599036 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmptrapd-parser_3.13.2-1_armhf.deb Size: 32888 MD5sum: ae24c83493962a51edd8829a7dc8a3cd SHA1: bdff2a1a6522168ce523999fc5b4a89ee29d1abc SHA256: 7a1364b25ef26989c012c79fad56c760fa1472e416d4fc4d2b09c1a74ea7e2b0 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 68 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmptrapd-parser_3.14.1-3_armhf.deb Size: 29480 MD5sum: 7be24279071adc11cb0780f70beeab17 SHA1: 349160767beea74f0fd2aa7044b7432d73d20d16 SHA256: 863a60bfcbbe7e6b738c42174939081bda0e70979813dd63134dc5bc6064af7a 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 68 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmptrapd-parser_3.15.1-1_armhf.deb Size: 29752 MD5sum: f7f67d2b383492e38bee06cd48e3ecd8 SHA1: 71dcd0c2e3f02b3336aa3c3ff8a015215693401d SHA256: cae1737e158460720fae76826109a0474831a404f064aa0f7ad46ea356064b71 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmptrapd-parser_3.16.1-1_armhf.deb Size: 33192 MD5sum: 7ce6ee11bac2b49c748d80af0519b612 SHA1: 34245f1e3d4e4bc94b11c460e9ee0ff7e4f97e53 SHA256: cb405789089d4b4bb72de56be7453daeebd7df1bc6049ff3806ca233b7c40186 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmptrapd-parser_3.17.2-1_armhf.deb Size: 33622 MD5sum: 9ddb02c631495392a39653e497bf5183 SHA1: 73791f4f89b04d087a4d81b56cf07925c9b5ad29 SHA256: ffa67979ac83b80870d5aeb472ce18c3689d6a86ba898983df65469465e85521 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmptrapd-parser_3.18.1-1_armhf.deb Size: 33636 MD5sum: 058ac3cc94182dec73d2abf784834c83 SHA1: 177afaf1862e431ac4dfc7874f1978fef8bffcf0 SHA256: 79b06db47c426effb0f79066356a4c5c3a876864cf7278ee1e047ade004cd11b 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmptrapd-parser_3.19.1-1_armhf.deb Size: 33216 MD5sum: f11e512274b0bdcd7f3ab5fcddfbef2e SHA1: e8f34395ecdd17bc2fbf7c27c7479e63d6e852ca SHA256: 34a017ba571dad69e15f2bdcef6a4238794456a9ff70e81d23567daf4bd7bc33 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmptrapd-parser_3.20.1-1_armhf.deb Size: 33762 MD5sum: 812b55a01b3aa24246273fcdc14ee4eb SHA1: f734f11eaf7951bf4c1684c769f200bd92b8af61 SHA256: 536ceeb97b5aa2c477bfc21084b5753552dd4c0c6a4cd47a61f9815523e5bf43 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmptrapd-parser_3.21.1-1_armhf.deb Size: 34128 MD5sum: be3691003ea48639aef9dc6ea250d851 SHA1: 7bc5958cb5d3b83cbe50af9a3cbd951280e04074 SHA256: 14adb72dde357eab2442843e9796eeed0abd6ad3b28126689e3a50a929fb7e52 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmptrapd-parser_3.22.1-2_armhf.deb Size: 33532 MD5sum: c83dcb7c80edb46d094e38e2ed5c9fee SHA1: 22226e3b1bbdb4701cd502bd8aa7bb995ff98f74 SHA256: 4dd4c21e17925b2f46cd8f1f568e7a98d9b55688271cffb57acf30c23af5bf7e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmptrapd-parser_3.23.1-1_armhf.deb Size: 33156 MD5sum: 4a5e0cc8fd9d71e707e855781f5a83a2 SHA1: 411c9d1a6f691227c2aae42c9b4bab7cd82e0397 SHA256: b7c144c616369d3f3cb4f0f90aadde3615c53bb54895bd42d91e7f0c77700ffc 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmptrapd-parser_3.24.1-2_armhf.deb Size: 33682 MD5sum: 7feaaae7854052d9e9d62435b253fdb9 SHA1: 10ff00619d03fe1fd053e032fcc15e950fa4c1c0 SHA256: 993aa1d9888d3d0864dfd5d8e21a0f5877375bc6abc88729a34e6cfa68f681d9 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmptrapd-parser_3.25.1-1_armhf.deb Size: 33802 MD5sum: 518c79ea8dfc26a8e4f659cfa5635244 SHA1: 5dca608f893b2dbd1461fb53bdcd3cfd105ab2f7 SHA256: 7510bc70fb0c03e475e2cac7b1cf2b49b38f3f749c7f3aeab8fa3e6e60181d76 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 82 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-snmptrapd-parser_3.26.1-1_armhf.deb Size: 37262 MD5sum: 6e21a50090578437d4bc32cc2a9e99a5 SHA1: cc1d09c1f68322376bdf96bc6ba7d031189971e7 SHA256: 8276ee4f40b3111243b6396da741bfa7463061b49da42c3bd4df3c3e162c10d8 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 70 Depends: syslog-ng-core (= 3.11.1-3) Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sql_3.11.1-3_armhf.deb Size: 19466 MD5sum: eb696ca67b16802c03f2eb21c93851b4 SHA1: e715262f2ab4c4d479d947676cd594b6a3b6bd94 SHA256: d4a0a04619264e1f5b2fb1e231c9ce150d9777ea3f228e7cff9523eaceb406a6 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.12.1-2_armhf.deb Size: 35252 MD5sum: a24a0fbe7e74b1f53a7d6e697c682483 SHA1: 17f1fb8a8df1b6ea2220e0b124d332e548281acd SHA256: a50056caae8ed4427074be51d73b6557c380966c1f8d5b828905388a2e966316 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 101 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.13.2-1_armhf.deb Size: 39204 MD5sum: 26230a72c828cda22110825296d67f55 SHA1: 38d959c057f11097f3703f13852a93878a773f44 SHA256: 4efed03b8f3bcd16d7ab8ebfdc115f72a37748396d15b0a0a31856f27f1ff245 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.14.1-3_armhf.deb Size: 35510 MD5sum: b5500ed762b4fedd9a383308caced52d SHA1: 6622387a9676f85bd572ae93d758fefe070ceac7 SHA256: 0322f937f0ca78a5620a4b797711608505dcc3b36e066ea48f5cdee09a059c4a 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 85 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.15.1-1_armhf.deb Size: 35756 MD5sum: 55eb9214acef5152b0a811e8e4a9b5d9 SHA1: eeab664d427137966b0011aaceb03b6e9cfd3917 SHA256: 1cc5a8f63b9b50f93ba467dcc6fec9d4795d04e38973a89b013fe76bf9eb930b 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 101 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.16.1-1_armhf.deb Size: 39524 MD5sum: e770a1e986f7c3a4a841ca9dec6e957d SHA1: 2a8299caa562ff35a989595cd0ec977ce96e840a SHA256: 80e1a8a4757523f8668824ef867ac9c1dc8d2571eff034ae34d1b696dbb07a5e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 102 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.17.2-1_armhf.deb Size: 40128 MD5sum: 521c0b9bc7a69f3003c07ad749328c4b SHA1: d3b929a4b13f4c37d121283a613523770171ff66 SHA256: 44982f50316ddf5299823cd0cebbd5530d85c6ec90cde391e5ea32e64539b8f7 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 102 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.18.1-1_armhf.deb Size: 40148 MD5sum: 2c9ea1fcd9061a769127344e2fa6ea69 SHA1: 83ae4ff84c10c800c5f6683138f0d5802a34f78d SHA256: 6422df9eebecf018f1ccfc1aaae674e85a3b58b660b4a014be198015c629b156 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.19.1-1_armhf.deb Size: 38242 MD5sum: 31f8a033c294224d50a40107b05730f9 SHA1: f35697e6712b72b52502118c80e18ec266a7b719 SHA256: be4b21b93e0f57dfc80c351dce784e7223ead5f26f0b3a05a04360769a09afea 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.20.1-1_armhf.deb Size: 38680 MD5sum: 181f3a5dca5576de52afa5837c0c997c SHA1: d90025ff4a7cf830774010e2b36482ba40a144a7 SHA256: 96044d53842f4159117e0b18a32428a6c64638615fe59e86611cef5d41cbc254 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.21.1-1_armhf.deb Size: 39068 MD5sum: 121f776f11408ae8c348bf8761987406 SHA1: 84d84381460429d8d3471284cc8f09b3955f7788 SHA256: f506e244007b3c0921421ec3d4643c541cc33ac782d7fa893f37fff4787703cf 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.22.1-2_armhf.deb Size: 38510 MD5sum: 14a0f808254978c07fe1e922168c76b9 SHA1: 9f9992a9241b86abdb191c1e551c7626999b178d SHA256: 37992a7b05435be5641f7624434876f79c90e1dabafe1df9ddd526a839217060 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.23.1-1_armhf.deb Size: 38126 MD5sum: 8f3a8a0477fb0444d52dbe329774b47c SHA1: 80c63868ed52951b06e45655b6aaa7c613ebdb6b SHA256: 3f20456da32fb1b99d88a007760df340a29f3e32a5d84cb0e1ecc36431f78a63 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.24.1-2_armhf.deb Size: 38724 MD5sum: 229f8a3a4e614c678fc2cba4fe5bf478 SHA1: 2c3f048fd9b95766b7cd395d95528072820b2f46 SHA256: b8eaf207e28895d6551588f5b1464d658d8144a7044cff599a184f591c0a4004 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.25.1-1_armhf.deb Size: 38850 MD5sum: 2c1f5a5e0382e4205d075aa88db317d1 SHA1: be7db3172caf4dc09c8e94271291d6c24bded3cd SHA256: 0adbb47f7cc5c7addfd56b69a6be460e7d6c1c34c8d2af0f558da48971f9c33b 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 101 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.26.1-1_armhf.deb Size: 42792 MD5sum: 5d23e180c7b36f29dae1e7b782525f83 SHA1: cf681f74480395bafc186c264da1bfdbdf26ac7f SHA256: 03173a2a4efb74dfd3d111fed750f1292e39796f19e3d3dabf9d3f69766daed4 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 99 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.27.1-2_armhf.deb Size: 43432 MD5sum: 285301645ffcfa4c22706a2699f0b03c SHA1: 1d765c0c0096915a2066f43fe65fa4a1527c661b SHA256: f4b26985833caf52d9ec7f0bcd2aaa16a87e881ae298b5f6a4266a2550f2a97d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.28.1-1_armhf.deb Size: 41146 MD5sum: c62948dc8a1961714d10a2f924b0f525 SHA1: e1d4b20d6da651f4af29537234c9a2cc0a936ed6 SHA256: 054d256d3e81747aa2acf7f60202b26a36286050ec036a1cde58cf889d0a286a 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.29.1-1_armhf.deb Size: 41900 MD5sum: 3dc3076469d9797a4052df19a0f035ca SHA1: 4792729772ac83fa86019f06748c9b33631da0fe SHA256: a85db9fb564f4f28bdd7e9f343cd5840a540a67dac397702fff81cba40896e89 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.4), 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: ./armhf/syslog-ng-mod-sql_3.30.1-2_armhf.deb Size: 42058 MD5sum: 3ee1c1e682b7d365d22dff5c2fed8975 SHA1: fe9656d89c12fc680b65a5df7b228ed1a6262b51 SHA256: 56a0d3e6351c30f6ddd5a719b7571a56371c9da52f161fe3142f59284c9315db 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.4), libdbi1 (>= 0.9.0), libssl1.1 (>= 1.1.0), syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sql_3.31.1-1_armhf.deb Size: 41910 MD5sum: c1bcb57411c078a35660438ed3bd0e7d SHA1: 4761db132b45e067a62152cad9e8be1f18c4502f SHA256: 874152c5d078f4189f74b9f824ecd6f95297f67219bfb63d6604982feaa914f3 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 95 Depends: libc6 (>= 2.4), libdbi1 (>= 0.9.0), libssl1.1 (>= 1.1.0), syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sql_3.31.2-1_armhf.deb Size: 39620 MD5sum: 0e538cbcb91e153d7986463428142e2b SHA1: 51d0b7e14d9dec496a9219bdedd75d84a2c1d8aa SHA256: 6da1cd7a871f1a739c40573864e02f16cc7e009b953d9228bc111f8318ee6152 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sqlite3_3.12.1-2_armhf.deb Size: 19702 MD5sum: 61a001d1c421009eaf21c2ef21d6ccbc SHA1: 5c207452a8f8994784f5407ccb093336ca8fa50d SHA256: e89b43f4fccf8ab673339c31aa2a93235ab06b568f213f304526bc42d44129d5 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sqlite3_3.13.2-1_armhf.deb Size: 23658 MD5sum: 587ea951286df4cd4aa4e3e2107326c7 SHA1: 0fec5981135306719a28a33967c9549d8a209f88 SHA256: d47b2632f7c875618faa1b0f9d80752d0691a2c6e54429c10a5d696821b951f2 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sqlite3_3.14.1-3_armhf.deb Size: 19866 MD5sum: a8f8b377d706adafe417ae0d56f467d9 SHA1: 6f799862e96acaef43f3116a3b5e2b080879eedf SHA256: 734328ff91e74cbd2695ecaf380c5722b9ba49ecbe51e88cd19359af875c6d7f 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sqlite3_3.15.1-1_armhf.deb Size: 20098 MD5sum: bdc8bca94a8dc8c8954212fa41580ca9 SHA1: 7de6510704d03b36dd16cec137ca97b87a02bffb SHA256: 5af0289e5e007f10a7df778809342a86c7e2bbbea7a893b06a538f65853c6b12 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sqlite3_3.16.1-1_armhf.deb Size: 23694 MD5sum: 774529145d79c1b9cbd43bd6ef46dd01 SHA1: cbfe0d9136820c1f074e9dca36701c5495de23b0 SHA256: a451aed7e80cdea9f14244b63370d5d1f1a1a404b02a10c67bd92781fee7f59f 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sqlite3_3.17.2-1_armhf.deb Size: 24184 MD5sum: aaf7b837328c977735ef1d70c633ce9b SHA1: 309a52a424893e819150e5b536215964c36e7219 SHA256: 613cd82062af78d6c72fde07e9812306e82437e7c934546c6f40465448c97b4d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sqlite3_3.18.1-1_armhf.deb Size: 24156 MD5sum: 6232cdce1665731d58b30113234864e2 SHA1: dbd62169d504b6edca5ddfbc53492c29411ec076 SHA256: e749a57904a9547421e18ebe99060c0f0b18397c223a0ba485689da70e8705db 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sqlite3_3.19.1-1_armhf.deb Size: 23748 MD5sum: dd14ab396f0f871a286ff3505607a763 SHA1: 800376c0f93923694cb93e6dcb8d1d96bcb05af5 SHA256: a73703d9b0e33c0e60829208cb1844c8a2a09631a227598003b743fc287285b1 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sqlite3_3.20.1-1_armhf.deb Size: 24174 MD5sum: 764d2acae81e48c4345c1a1affee7ef7 SHA1: f1944596a17b99cf3eb4c53e8dd00d8ebf17515a SHA256: 724829463b2b930e06052aa2d150148d883b6507c6a18dd6a06a7635f4d3ee42 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sqlite3_3.21.1-1_armhf.deb Size: 24552 MD5sum: 8e703f07fb89329c48fff173c821f39d SHA1: a7cd183eb2b107a5c124f928bb048e64ee93570a SHA256: 84696a8da621c1aa9f44d08b31103dfeed1cac8951f4bfbec15c87dac4afe113 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sqlite3_3.22.1-2_armhf.deb Size: 23952 MD5sum: f21a0a14be75f5da7fa1583e130738cf SHA1: ed59507e649d0e32cc3ff547e4f6bbd40b4dc3dc SHA256: 53bc710003e36649328755a83fe105abe882e57bd7b6fe52bb994ca4538c847f 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sqlite3_3.23.1-1_armhf.deb Size: 23572 MD5sum: 6142fcebd8617086faafb012d46ac33c SHA1: 9d30c16a3c008a9ea312c63217eee4903c595f1e SHA256: 1e65a071cf7510b8fe69a13e5caf8989c3482da353e27939f27ceff047af0e1e 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sqlite3_3.24.1-2_armhf.deb Size: 24064 MD5sum: b3f52be26177c253cfcb6401ebd2f4c7 SHA1: 3c9cf667ddcc4c6eae7e03c1661102832c6cd138 SHA256: a894046c03535cfe6d2b04eb970615ea2b1414d08516a28d3377982a7871a02b 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sqlite3_3.25.1-1_armhf.deb Size: 24184 MD5sum: 20f4daf50d81893717065f394c2b5fad SHA1: 0237f2952adc6cab529e3f443bd7f0cbc36cdd8d SHA256: b8fa3c17324e9b0c03777677daeddb03b75b20b1364184d015964e529a1dc736 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./armhf/syslog-ng-mod-sqlite3_3.26.1-1_armhf.deb Size: 28126 MD5sum: f53782ffb432cbd0e2f517075a921994 SHA1: 970312bc6c22179552877295555be21239ab3fa6 SHA256: 0178f59809aa70a0fcbc7083fadcbe7c9b349f89a116ea89129648b18a4621dd 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 23 Depends: syslog-ng-core (= 3.11.1-3) Filename: ./armhf/syslog-ng-mod-stardate_3.11.1-3_armhf.deb Size: 7456 MD5sum: bd4c7af9ec70d80e656343652a5faa30 SHA1: 4da07d742ec969964950fb4c9acce7f45549c591 SHA256: c271578def80ad7bf4a2a69ca694d940ecb5a09c5345221a4a30512a716331e7 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 stardate module for syslog-ng. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 38 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-stardate_3.12.1-2_armhf.deb Size: 23296 MD5sum: ff1724c93e9e8266c45d034a2b012cec SHA1: a6daf9cc5c1a9d2827e9c98d378d31af45dce46b SHA256: df11c3965e427b843bc938d3d083a99f270e440a61cfd9ec55772665162e8c64 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 54 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-stardate_3.13.2-1_armhf.deb Size: 27296 MD5sum: 743694df4e38c1c694a1065eb5dc8839 SHA1: 745931671142d45160df1a15fd16402ff3807588 SHA256: 5616de12556638b5ac2d3e3778b9e218d346b97d7849f198f5ea4a6faa86df67 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 38 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-stardate_3.14.1-3_armhf.deb Size: 23464 MD5sum: 67d5a4296396a6e22a505fe8e1891871 SHA1: 055da96fe3c0436d8df8be8a45e3f7b5dc6fc006 SHA256: 0216252928d0ff1c09efd3dad5e88eedd0d1ba35c3f281b00f3082bbb0536d65 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 38 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-stardate_3.15.1-1_armhf.deb Size: 23710 MD5sum: cf4411b3b4f99c3befc2788fde42e9c1 SHA1: 9014adaad624b6e3031bad8be4ed35d509dd6936 SHA256: 20d1f3d10ea844277e34dd400029cdf4080fc5b8e7afd680bd85c256e29113b5 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 54 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-stardate_3.16.1-1_armhf.deb Size: 27300 MD5sum: 6a2b65df7ca4c32d21f7a8b686120235 SHA1: 15e323dd4642a975bcee253c17911697e9e601b4 SHA256: 848f822588218694ac861c2dc9cad9403781b4320660dbcacea8eceb4fac0871 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-stardate_3.17.2-1_armhf.deb Size: 27786 MD5sum: 1b86dc34adf9cefbf0af87d931afb6de SHA1: 6448c195639df597d482cd42c95d6ce54d179f6b SHA256: 75f53875a197376fda5b1156c1f30077bfa96dd1848a4ecef226bd9f5115827f 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-stardate_3.18.1-1_armhf.deb Size: 27750 MD5sum: 1e575b3b5f003fac4ec1c3bf0e96a601 SHA1: 10767741ba300e5f24e7032a6e9562b4597a2ee1 SHA256: 1f63fe0038c91dc35512005692f06a59487c76f539880627ed1377c8d027badf 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 54 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-stardate_3.19.1-1_armhf.deb Size: 27326 MD5sum: 2a9e2ce5710d9eb94c2fa5322e69cd7d SHA1: 7be6e9004fb5061cd9b82c69e723f66f0a756c44 SHA256: 0016d527c3145b0bfaecf24a6f9459d15f20cf8039c0b3bfc288a0bb24ee92cb 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-stardate_3.20.1-1_armhf.deb Size: 27676 MD5sum: 8ec62822c023634194348d64f9a40bd9 SHA1: 0f8d812c544f644cb8bf1cbb480a279c0cb117d9 SHA256: 54bd174b29fe64b66463f5e253754819964ba7104bd43b8c94eae047208c0024 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-stardate_3.21.1-1_armhf.deb Size: 28038 MD5sum: 1649826ffe231267710711c668790ac8 SHA1: 520665bc93f86bd45139abb8afe0dff2cebf7e40 SHA256: ed14fdb3dbfd7331a66f632accc94b6944331ec0a1d15b69dd326e29a66c764f 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 54 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-stardate_3.22.1-2_armhf.deb Size: 27458 MD5sum: 372c96465aa7e3ea1fd04ef78ef9e53a SHA1: bbf6625ded4f34f0d94f2bda9df6d93bf84db058 SHA256: 9e6877b3bccdd174fffcbaafcc31512f5145bc6c1568b581325de01c34c8f062 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 54 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-stardate_3.23.1-1_armhf.deb Size: 27068 MD5sum: d77721ab94940c6f16b4b56249a668af SHA1: f45519021b7565ca1e4049e6a0179f42f489e1a2 SHA256: dd0636d8c414c9fcf86b06abf75113a388c6fa25762f0999ef48b9e4edfa3633 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 54 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-stardate_3.24.1-2_armhf.deb Size: 27564 MD5sum: 05fbe4387a3fe33fbf6feaf488e7eb83 SHA1: b73764ac15b800b441ecab1c61a98ee920041b78 SHA256: 7390007674c17a60e47451e6eeed88c616073de9e150494f35213e256cbc87b8 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-stardate_3.25.1-1_armhf.deb Size: 27680 MD5sum: f99d86a8a8a9529d2ccde6f2a52aa2fe SHA1: 69baab47f0784686bb61ab37780ef4b92413478e SHA256: 525ab4e02b2fb5fec282c9938e8ad6852e707ac1d5a646df4b7ddef49ccea708 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 58 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./armhf/syslog-ng-mod-stardate_3.26.1-1_armhf.deb Size: 31588 MD5sum: fd909402822716b16191fcaae414c7cb SHA1: 7787bca95ae6eead1e4c4de3c8385b5eaea0f42c SHA256: f6b3ec0def7a4009c0de7d60233bbb371406a3751854d857e4042e7544c270dd 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./armhf/syslog-ng-mod-stardate_3.27.1-2_armhf.deb Size: 32270 MD5sum: 8ab931980aa21665d3b2a5b0d2cb5565 SHA1: 0925a8f72c7ae956711ae9b0f43ee2a77f2e4bcb SHA256: d8f590354652f668a7973b5bae078dfbeca9ee4361c07a8fd99edaaba9656c35 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 57 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./armhf/syslog-ng-mod-stardate_3.28.1-1_armhf.deb Size: 29962 MD5sum: 0b095f754a8d4ad03d73414979d65cc3 SHA1: bf12b8eb4df670cd26c667f915537b74f97a83f8 SHA256: 83b4ffc5bd8a894dfdad99934d71710dec4f22ba6e46e55bac7fc49aa697bb73 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 57 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./armhf/syslog-ng-mod-stardate_3.29.1-1_armhf.deb Size: 30694 MD5sum: 5589388fbd97921ac5e363b75029d5d6 SHA1: 4aa896ed44274487d2dcf042056d4e8650226690 SHA256: 2175662ff937dc89d4c8b3ca1ac2318dfdd92988ecffc6952bb9cffcefd86158 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 57 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./armhf/syslog-ng-mod-stardate_3.30.1-2_armhf.deb Size: 30858 MD5sum: d457f69ed9f2cd2288aef0303c611895 SHA1: e2cfc29b40e8e5308b716e3ce2048750998ea080 SHA256: 23fd4736247b9c8be80a69a6121ce4a03305db6f9d6c3828cec36bf9ce67562f 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 57 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Filename: ./armhf/syslog-ng-mod-stardate_3.31.1-1_armhf.deb Size: 30722 MD5sum: 8748d575fb476aaab1338ebc6d5ef16a SHA1: 81532d2ca4f35cdd4aa20af76fcc6daa986a1242 SHA256: 09d68ef099bc62889eb7c0d48f508a00de91c50c758069b2c329ac6277da2760 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Filename: ./armhf/syslog-ng-mod-stardate_3.31.2-1_armhf.deb Size: 28432 MD5sum: a2850d5f88b1cefdf061c765eff84ed7 SHA1: 68c929b67e4959396df342ab253353c4f34ec857 SHA256: b3209acd03dd75ec6623bdf9b4c50589a00ff69d7ed3e2dadf967bab746e0c36 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.11.1-3 Architecture: armhf Maintainer: Laszlo Budai Installed-Size: 56 Depends: syslog-ng-core (= 3.11.1-3) Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.11.1-3_armhf.deb Size: 15682 MD5sum: b9f92dc8af8c35c939171b129b3d7f69 SHA1: 11601639f6947cc5127ce24dd659e823ad518fb5 SHA256: d5e9b6c5cdbda6e6ebfb5389f8df3461ba08c6a5ae6f25a822f9b46c6aa8ea88 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.12.1-2 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 71 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.12.1-2_armhf.deb Size: 31554 MD5sum: dc40fb1f38451f518bb533e4c7f860a3 SHA1: 55a2698015c52b5933982cce2a44c27e6854932d SHA256: db84e0c9a3d1fc327e7f2529e1d98dede72eceec2514f85a6f17d09e43ce3b41 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.13.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.13.2-1_armhf.deb Size: 35486 MD5sum: 394847b32005010116295d1bee0b557f SHA1: 6d27d3e66682af5baac38500d52898ddd5571637 SHA256: 0dfc6fcef04ecfaa24579b64e1e3ee9ac90e96bb2ea49f52fb6d5368c520ee09 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.14.1-3 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 71 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.14.1-3_armhf.deb Size: 31682 MD5sum: 7727fc6bdb47a52f393fcc60f1fbb866 SHA1: a1ea005863ffaf39a67cd0ea08638b7275f0eb70 SHA256: 44df92e64524b56f6d6cc8b43cf61099f0cbe601ba021b576754cd25fc531698 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.15.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 71 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.15.1-1_armhf.deb Size: 31964 MD5sum: 37de2db98aafb94203e9674781b25f2d SHA1: bd134f3609562ded6c375f5de9ae630df15b232b SHA256: a53d054e32ce0a81d535043cbec2856238766586170327a9701df492ce9ba8d3 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.16.1-1_armhf.deb Size: 35522 MD5sum: 1cccd91537c03d63bb3827c528b49dbe SHA1: 07f9472a14afc594bfcaeb9df69a88caceb4966e SHA256: 6959cd4843d66465d5c62b15671636e8516ebe126706ecbfa62a5cb1de8e1d94 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.17.2-1_armhf.deb Size: 36040 MD5sum: 9cccd4c96f0fcc7271d08d67f9303e90 SHA1: 2ef8a0c97f85486eea906ad779ae2a619e9f7a1e SHA256: 6ac38bb9f7161f3eddb8f8e70be9688b07f61dc2d11afb680338b32e5d0deefd 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.18.1-1_armhf.deb Size: 36076 MD5sum: f9a84781e18dc91e67866d9c6611f44d SHA1: 19af4a7a3786c7b666dd0233368ef6e5caf4eafe SHA256: 1c932ca5709891709edb9ff2953df6e88ce7d86ad9d3fff848a8a02def198e52 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.19.1-1_armhf.deb Size: 35672 MD5sum: cfe2d0b6a9508aabc082f42f779d8496 SHA1: 62759ba7da256414943bca591cf5e0bc910d19b7 SHA256: 7e53730772466412b55ac9441553d51f0e726142fc452cb7d156b55952446fc6 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.20.1-1_armhf.deb Size: 36246 MD5sum: 5bfe40bb7277f43fd743a503a713c7b8 SHA1: 4d576e00db429eb635a10aa91fff8fa6adfe6f78 SHA256: 5ab819a9b24aaf11655b42e139b68b26c265c044701f1621d8776e5ea7c17ac7 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.21.1-1_armhf.deb Size: 36534 MD5sum: 29a3151b8f968898846bb0335dd4494a SHA1: 69b8ae0ecc7723f8c451b607caf51b261ef50134 SHA256: 567eb0dfae908d53bb203b3e434bc7b0d209f8893d3a972c9f16cbebff4d72d2 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.22.1-2_armhf.deb Size: 36072 MD5sum: 0d68a7d0c8b1675833f4ea5e436d789d SHA1: 47a609b792619096f2309b8721e525d9c512ac5e SHA256: 3deba7e5c9f252bb77f62c807de778f84eecead96d3a5539acba90e412cc8111 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.23.1-1_armhf.deb Size: 35648 MD5sum: 6e1a0cc237d99dfe97f3eb0e34c1a810 SHA1: 8818f53f8115def4497da3345391ebd6d440d398 SHA256: 95eb273d05f47792c94db68b08d88b1024cc83e0945d9466a4b65460889ab9b2 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.24.1-2_armhf.deb Size: 36022 MD5sum: 36ee8ef52dce268b125333161fb29d52 SHA1: 92550f708a72630c33ab89be89a566ec45a85b1c SHA256: 7cd8cb0e2354f3ef76e3eb6d7396127b62d70f4120a314f0981ad150467a12ec 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.25.1-1_armhf.deb Size: 36272 MD5sum: 55ae812d6de3ed92929ae58b965019c7 SHA1: 85f4b11fa07288bf72612de11c75ba2383b52e59 SHA256: ed74e994493bc7b01b6b27229fb1240020e10c0e3addfe121f2f66ecaee213dc 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.26.1-1_armhf.deb Size: 40190 MD5sum: f8d2fab83782782b8ba000045e16359a SHA1: d99c2e24449e6571e9708969fc6eb8aaabfc15d7 SHA256: 2762d863129b532f33f899b8dbbb07f989321cf9cfe549b8982ecabdd2b5d6ee 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.27.1-2_armhf.deb Size: 40820 MD5sum: c268fff4c8d061325186cbb8ac752cd8 SHA1: 3233b2d237495dc5a7597c3f216a632fb9396579 SHA256: 827944094c148248f5ad1e45b3aaa0e62083632e35a6b39ede18395cd2e735d9 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 90 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.28.1-1_armhf.deb Size: 38584 MD5sum: 9c45893abbf8b1270fc772c2736c7925 SHA1: 67badeb37ad07ff37eccfdb6b36300b6bac33562 SHA256: 8757b3141d73d0e06592b187ad2e3093aed8e96f9592c4e309fae4d21f60f635 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 90 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.29.1-1_armhf.deb Size: 39254 MD5sum: a25e791b71b4a49b23d9643cf21b4269 SHA1: c0a23a5c4afbadb0c415ac3aec9e6f415a400320 SHA256: 12d179374bd2c14df965cdf3f217b6c82978330d99d839abd4ff03dc700c1a1d 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 90 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.30.1-2_armhf.deb Size: 39466 MD5sum: 48073154cd147888b27efabe747bf078 SHA1: 134f6afb67b598151418ee89c4437cb088ba0839 SHA256: c49777c321d7570e4b9763c0f86776cb57af5495a592beeec1f07d461b5e7b10 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 90 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.31.1-1_armhf.deb Size: 39340 MD5sum: 97a4368918c5369ef93f3c607b7e4a62 SHA1: f40fb51d06bb62697beeff3aa8cff775f61be2bc SHA256: 2feaf6b96d99488a6a3bc523e63f05fce06d3f49ee5cb83ee67d96697cbdfb7e 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Suggests: activemq Filename: ./armhf/syslog-ng-mod-stomp_3.31.2-1_armhf.deb Size: 37052 MD5sum: c5a0929c0587058460e8943411dd70f6 SHA1: e99bbdb9a535cadbcd0225038b85a406b2f48eae SHA256: 227c47aa48a3328c6e9264a6e95e9d820501f587ed90d396635be083b2c0d241 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.27.1-2), syslog-ng-core (<< 3.27.1-2.1~) Filename: ./armhf/syslog-ng-mod-xml-parser_3.27.1-2_armhf.deb Size: 36904 MD5sum: 8cf9ac5866b509c5aa428500492343b1 SHA1: 7da7e55f21bb918c72c6704da7875a70d7f1f16a SHA256: 7c6802859927d3ac3e1f0c732809b4c2df3c5405e26b7849b391db03c52eec54 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 77 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./armhf/syslog-ng-mod-xml-parser_3.28.1-1_armhf.deb Size: 34608 MD5sum: d3b0f3df8b01d11fc04f198aa8697c78 SHA1: 1f249763d171868c6595d1984eb27702aafdf0b7 SHA256: ba43107002eb5b9730563a53a6c95a82fabbc5409a2a1c0e85e3e36cffb8cda3 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 77 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.29.1-1), syslog-ng-core (<< 3.29.1-1.1~) Filename: ./armhf/syslog-ng-mod-xml-parser_3.29.1-1_armhf.deb Size: 35356 MD5sum: 257f25cdd0ffdb448ec7dd58a41d89dc SHA1: d3c110ea998eba26cefa7b3df0199ababed2a6ec SHA256: 5137430dccf68a087ff0e0d8b6b5ada300facdf43a7da75d90b7d31965d61ae1 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: armhf Maintainer: syslog-ng maintainers Installed-Size: 77 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.30.1-2), syslog-ng-core (<< 3.30.1-2.1~) Filename: ./armhf/syslog-ng-mod-xml-parser_3.30.1-2_armhf.deb Size: 35558 MD5sum: 0dc09b83046afc38310bc4b4636c5408 SHA1: e3b72c4403ec1f2a93cf352925f1cf5175515585 SHA256: 18454a316eae535a2aeefe426beee10b67af99233f8a99691a6351dbb25b28b6 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.31.1-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 77 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.31.1-1), syslog-ng-core (<< 3.31.1-1.1~) Filename: ./armhf/syslog-ng-mod-xml-parser_3.31.1-1_armhf.deb Size: 35424 MD5sum: a3a1675c921bef258fd79ef7dafff9db SHA1: 1335a36c7ecb52056fd675ec0656da4e25ea687a SHA256: b4dc1efdb078a42e708c5ebbcd19a749e4590d7557ef69bd9f9fa101c18599aa 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.31.2-1 Architecture: armhf Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.31.2-1), syslog-ng-core (<< 3.31.2-1.1~) Filename: ./armhf/syslog-ng-mod-xml-parser_3.31.2-1_armhf.deb Size: 33146 MD5sum: 33c0e00b1575aee61c62f909348ab296 SHA1: 603c4c563c8b3408d2feb800d5849814f131f130 SHA256: 43529e0843200dbf525dddddde5dadc17a9b946a2999f8c36e95d9fbf428730c 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.