Package: amqp-tools Source: librabbitmq Version: 0.8.0-1 Architecture: amd64 Maintainer: Michael Fladischer Installed-Size: 126 Depends: librabbitmq4 (= 0.8.0-1), libc6 (>= 2.15), libpopt0 (>= 1.14) Filename: ./amd64/amqp-tools_0.8.0-1_amd64.deb Size: 24932 MD5sum: 32cdf2e2b0347c413988d74c21d4b093 SHA1: e575226cdc0e46a48d58a4790a38bb87fc867d29 SHA256: 3f573d92955196f1ba0fd77317b6fff06ed23bc9562510db2f5cc65e7e728bce Section: net Priority: optional Homepage: https://github.com/alanxz/rabbitmq-c Description: Command-line utilities for interacting with AMQP servers RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1. . This package includes command line utilities. Package: astyle Version: 2.05.1-0ubuntu1 Architecture: amd64 Maintainer: Matteo Cypriani Installed-Size: 550 Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2) Filename: ./amd64/astyle_2.05.1-0ubuntu1_amd64.deb Size: 156178 MD5sum: 11b58b996764e8a0a6e64131c30f765c SHA1: 2f286b9f5c69e06022e7a436523a2ea97c25ae3b SHA256: 81d522ebc361530040e097546ff4efca9d1398c3183a3fcea623e438e1483331 Section: devel Priority: optional Homepage: http://astyle.sourceforge.net/ Description: Source code indenter for C, C++, Objective-C, C#, and Java Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages. . This package contains the command line tool. Package: astyle Version: 3.1-2 Architecture: amd64 Maintainer: Matteo Cypriani Installed-Size: 756 Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2) Suggests: xdg-utils Filename: ./amd64/astyle_3.1-2_amd64.deb Size: 201130 MD5sum: 9d02709852f0c3fc79b490ab6040681a SHA1: 4cb36d67cab99ea9cb3f5cccca023671d023b12a SHA256: eb27867e558eea27d4fcbb0a7acc893e2d62c995a5d8d1492119b4e39f2fb289 Section: devel Priority: optional Homepage: http://astyle.sourceforge.net/ Description: Source code indenter for C, C++, Objective-C, C#, and Java Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages. . This package contains the command line tool. Package: bison Version: 2:3.5.1+dfsg-1 Architecture: amd64 Maintainer: Chuan-kai Lin Installed-Size: 2434 Depends: m4, libc6 (>= 2.17) Suggests: bison-doc Filename: ./amd64/bison_3.5.1+dfsg-1_amd64.deb Size: 954658 MD5sum: f908ccd6358d36fe30e37a49ae077c70 SHA1: ff6ca93adeadd9b756769add717295b066e2e295 SHA256: db15fa7bb684e8e2b03990d9870101265a1abb9fd7700fe6f943e7a5b0b0b620 Section: devel Priority: optional Multi-Arch: foreign Homepage: https://www.gnu.org/software/bison/ Description: YACC-compatible parser generator Bison is a general-purpose parser generator that converts a grammar description for an LALR(1) context-free grammar into a C program to parse that grammar. Once you are proficient with Bison, you may use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages. . Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble. Documentation of the program is in the bison-doc package. Package: criterion Version: 2.3.3-2-ubuntu1~trusty1 Architecture: amd64 Maintainer: Franklin "Snaipe" Mathieu Installed-Size: 505 Filename: ./amd64/criterion_2.3.3-2-ubuntu1~trusty1_amd64.deb Size: 166302 MD5sum: 7f49425151794d8d1580403a2fdd5283 SHA1: e319f888c7c12657b4b76f49570d60a224588ec5 SHA256: ce17b07050fb2c8529a69a02388181520c4e2426be29da2f998b08058e19ea85 Section: libs Priority: optional Homepage: Franklin "Snaipe" Mathieu Description: A KISS, modern unit testing framework for C and C++. Criterion is a dead-simple, yet extensible, C and C++ unit testing framework. Most test frameworks for C require a lot of boilerplate code to set up tests and test suites -- you need to create a main, then register new test suites, then register the tests within these suits, and finally call the right functions. This gives the user great control, at the unfortunate cost of simplicity. Criterion follows the KISS principle, while keeping the control the user would have with other frameworks: * C99 and C++11 compatible. * Tests are automatically registered when declared. * Implements a xUnit framework structure. * A default entry point is provided, no need to declare a main unless you want to do special handling. * Test are isolated in their own process, crashes and signals can be reported and tested. * Unified interface between C and C++: include the criterion header and it *just* works. * Supports parameterized tests and theories. * Progress and statistics can be followed in real time with report hooks. * TAP output format can be enabled with an option. Package: criterion-dev Source: criterion Version: 2.3.3-2-ubuntu1~trusty1 Architecture: amd64 Maintainer: Franklin "Snaipe" Mathieu Installed-Size: 263 Depends: criterion Filename: ./amd64/criterion-dev_2.3.3-2-ubuntu1~trusty1_amd64.deb Size: 23842 MD5sum: 9f1d50132fadb7cd28b5928c645d423e SHA1: ebf54f1d704fcb446ea44c0f672b4dd4949e1747 SHA256: 7307f69ce270c859025f05d9ddfa7cf9b650184d360cf2ca20ed89f2583d11b6 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: 45847 Replaces: gradle Filename: ./all/gradle-2.2.1_1.0-0ubuntu1_all.deb Size: 40775724 MD5sum: 030679eed2fddece59052c6f9f02d5fd SHA1: 9dcce4cc2f1d9583427120d50400f88f0951dc8a SHA256: 8b9fc1775eef011f3d1dbff018af32e4dcb61eaae99258294a6f7340ac11f99d Section: universe/java Priority: optional Homepage: http://gradle.org Description: Gradle is a Groovy based build system Gradle is build automation evolved. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else. . Gradle combines the power and flexibility of Ant with the dependency management and conventions of Maven into a more effective way to build. Powered by a Groovy DSL and packed with innovation, Gradle provides a declarative way to describe all kinds of builds through sensible defaults. Gradle is quickly becoming the build system of choice for many open source projects, leading edge enterprises and legacy automation challenges. . This package is exactly the same as http://services.gradle.org/distributions/gradle-2.2.1-bin.zip . Package: lbudai-python-astroid Source: astroid Version: 1.4.1-6 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 962 Depends: python (<< 2.8), python (>= 2.7), python-lazy-object-proxy, python-six, python-wrapt, python:any (>= 2.6.6-7~), python-logilab-common (>= 0.60.0-1) Filename: ./all/lbudai-python-astroid_1.4.1-6_all.deb Size: 121258 MD5sum: dc1ae4cb8ce2caec9f2866db8b96393f SHA1: 31454a6daef96ab28f5e0dc486cf7b706359b5eb SHA256: b9379d2af05771d2b72ae99aea977bd62dc25df87aeff35de16f0109a29df18c Section: python Priority: optional Homepage: http://bitbucket/logilab/astroid Description: rebuild a new abstract syntax tree from Python's ast The aim of this module is to provide a common base representation of Python source code for projects such as pyreverse or pylint. . It rebuilds the tree generated by the _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. Furthermore, astroid builds partial trees by inspecting living objects. Package: libastyle-dev Source: astyle Version: 2.05.1-0ubuntu1 Architecture: amd64 Maintainer: Matteo Cypriani Installed-Size: 53 Depends: libastyle2.05 (= 2.05.1-0ubuntu1) Filename: ./amd64/libastyle-dev_2.05.1-0ubuntu1_amd64.deb Size: 14742 MD5sum: 5224e1087d524a6da1a1adadb9f6dbb9 SHA1: 82c9912d222ae8943c5e0f133a686efb2b534d37 SHA256: 6aabf1816cfa019173fc83a2d7f47a65cffc803a057d9f32ae8294d009717c23 Section: libdevel Priority: optional Multi-Arch: same Homepage: http://astyle.sourceforge.net/ Description: Library header files for Artistic Style Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages. . This package contains the development headers. Package: libastyle-dev Source: astyle Version: 3.1-2 Architecture: amd64 Maintainer: Matteo Cypriani Installed-Size: 56 Depends: libastyle3 (= 3.1-2) Filename: ./amd64/libastyle-dev_3.1-2_amd64.deb Size: 15726 MD5sum: 6c4cd1fe19ad19c7f47ad2fe1e60617c SHA1: c82ca4e523003a4dbfae55d6555fa3bbd36db228 SHA256: 433b15c7ee44382fe961d27267d9ef8fb2fb1913eb8bf45797800d8895e9fdfd Section: libdevel Priority: optional Multi-Arch: same Homepage: http://astyle.sourceforge.net/ Description: Library header files for Artistic Style Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages. . This package contains the development headers. Package: libastyle2.05 Source: astyle Version: 2.05.1-0ubuntu1 Architecture: amd64 Maintainer: Matteo Cypriani Installed-Size: 216 Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2) Filename: ./amd64/libastyle2.05_2.05.1-0ubuntu1_amd64.deb Size: 85146 MD5sum: 8478150e448fd51f5eefbf583ef0c9f8 SHA1: 0b39b6e98f82adef6518e840425d7a9cd9907c03 SHA256: b20e76d46303f4793b0c9319611e16db0fb3a878b67ad62f0b1dd41990cd4090 Section: libs Priority: optional Multi-Arch: same Homepage: http://astyle.sourceforge.net/ Description: Shared library for Artistic Style Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages. . This package contains the shared library. Package: libastyle3 Source: astyle Version: 3.1-2 Architecture: amd64 Maintainer: Matteo Cypriani Installed-Size: 304 Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2) Filename: ./amd64/libastyle3_3.1-2_amd64.deb Size: 106144 MD5sum: 81e0ac9410b78b5e276759c13b4ef92c SHA1: d72f3a85693f5338dad3eaf0d38cce7bc66d4420 SHA256: deb8e97c1aa55612d0b09402a3dfd10be9d8d571ce033fbebc9cfe3d4e922501 Section: libs Priority: optional Multi-Arch: same Homepage: http://astyle.sourceforge.net/ Description: Shared library for Artistic Style Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages. . This package contains the shared library. Package: libastylej-jni Source: astyle Version: 2.05.1-0ubuntu1 Architecture: amd64 Maintainer: Matteo Cypriani Installed-Size: 312 Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2) Filename: ./amd64/libastylej-jni_2.05.1-0ubuntu1_amd64.deb Size: 100830 MD5sum: c77cb54e22c3b37da13b612ec84054bc SHA1: 90e452013a5573d78c580e769b6488c490242761 SHA256: 1cc7d741e482cbac5b2b57c099ec16b9b94881c791048a1b4cd2923278c4f2f3 Section: libs Priority: optional Multi-Arch: same Homepage: http://astyle.sourceforge.net/ Description: Java JNI library for Artistic Style Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages. . This package contains the Java native interface library. Package: libastylej-jni Source: astyle Version: 3.1-2 Architecture: amd64 Maintainer: Matteo Cypriani Installed-Size: 305 Depends: libc6 (>= 2.14), libstdc++6 (>= 5.2) Filename: ./amd64/libastylej-jni_3.1-2_amd64.deb Size: 106862 MD5sum: 56362edb2f7f33f75ecc7a60ec323faa SHA1: 31d792c2bfaf12f22021eef506c4a983ef7a824a SHA256: 52a4156f08f54f4ceb763d2dad8e124549a37ea4175e4926b77e94b052bd50b2 Section: java Priority: optional Multi-Arch: same Homepage: http://astyle.sourceforge.net/ Description: Java JNI library for Artistic Style Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages. . This package contains the Java native interface library. Package: libbison-dev Source: bison Version: 2:3.5.1+dfsg-1 Architecture: amd64 Maintainer: Chuan-kai Lin Installed-Size: 559 Recommends: bison Filename: ./amd64/libbison-dev_3.5.1+dfsg-1_amd64.deb Size: 557504 MD5sum: ae0a6a1f72f86a5a536598252f47c2c5 SHA1: c968407efb984e62b8958322f4ed955d1ce9959a SHA256: eb6de5bf2c3b9274430ff76a72de48a74fb648a7e755db78e8559acf90948f19 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: libdbd-freetds Source: libdbi-drivers Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 50 Depends: libc6 (>= 2.8), libct4 (>= 0.64), libdbi1 (>= 0.8.4) Filename: ./amd64/libdbd-freetds_0.9.0-4_amd64.deb Size: 17718 MD5sum: 1d9b2cced4617812636ef120dd114898 SHA1: 690f08a149810b76eab0672bcb74daa16f70c8d8 SHA256: 44643386d7e0b7cf5576563495c7ac4d5a9f7c68ed4d4e73151b568f5f526121 Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: Freetds database server driver for libdbi This driver provides connectivity to MS SQL Server or Sybase database servers through the libdbi Database Independent Abstraction Layer using Freetds. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-mysql Source: libdbi-drivers Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 311 Depends: libc6 (>= 2.14), libdbi1 (>= 0.8.4), libmysqlclient20 (>= 5.7.11) Filename: ./amd64/libdbd-mysql_0.9.0-4_amd64.deb Size: 151662 MD5sum: 07573e9be8ba75e819464ed8a04516c8 SHA1: 3be24c70a446dc03fc1776505dad3d40ab8f7c2f SHA256: c1afb94e327438eef99eed670b4f30dbcb277af2f8d53193d02610f36ce6ddd8 Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: MySQL database server driver for libdbi This driver provides connectivity to MySQL database servers through the libdbi Database Independent Abstraction Layer. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-pgsql Source: libdbi-drivers Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 286 Depends: libc6 (>= 2.8), libdbi1 (>= 0.8.4), libpq5 Filename: ./amd64/libdbd-pgsql_0.9.0-4_amd64.deb Size: 150134 MD5sum: 01f8978f06f8a66765602b610d10ef57 SHA1: 3331e7ab62929e0a1ae1cbe16258f541268e84a9 SHA256: 5467826f557e33d51dda1e6d3b8304672dc9dd40eb9e9228bbd94e52aa92f364 Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: PostgreSQL database server driver for libdbi This driver provides connectivity to PostgreSQL database servers through the libdbi Database Independent Abstraction Layer. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-sqlite Source: libdbi-drivers Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 321 Depends: libc6 (>= 2.8), libdbi1 (>= 0.9.0), libsqlite0 (>= 2.8.17) Filename: ./amd64/libdbd-sqlite_0.9.0-4_amd64.deb Size: 177860 MD5sum: 92ae6ab1858efb50ff370567a81ac527 SHA1: 05d6ffe74ead54e7b21cda61347dd0131aa8d1a0 SHA256: 8832c87021b2dacf2c2b418bbf5cf630cb3fce8d1160f6aa5d7e30028bf4779f Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: SQLite database driver for libdbi This driver provides support for serverless SQLite databases through the libdbi Database Independent Abstraction Layer. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbd-sqlite3 Source: libdbi-drivers Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 327 Depends: libc6 (>= 2.8), libdbi1 (>= 0.9.0), libsqlite3-0 (>= 3.5.9) Filename: ./amd64/libdbd-sqlite3_0.9.0-4_amd64.deb Size: 179908 MD5sum: c603b254eb125db8551c87677f135c24 SHA1: 99c226632864fee56885ddae3dc25f2077c49ae4 SHA256: d9c3e6bbffca92f9cb1095110b053499b6b9118b12d5ed4f74f1ec5d373e001b Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: SQLite3 database driver for libdbi This driver provides support for serverless SQLite3 databases through the libdbi Database Independent Abstraction Layer. Switching a program's driver does not require recompilation or rewriting source code. Package: libdbi-dev Source: libdbi Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 150 Depends: libdbi1 (= 0.9.0-4) Conflicts: libdbi0-dev Replaces: libdbi0, libdbi0-dev, libdbi1 (<< 0.8.4-2) Provides: libdbi0-dev Filename: ./amd64/libdbi-dev_0.9.0-4_amd64.deb Size: 33244 MD5sum: 79cb594ff957b5c0d676fb9a47dc48ff SHA1: 254f0dd7bf960d2485677c338f3cc737146150ca SHA256: 883df523d4351b0efd9ad348d774f327cb0c8155a5e82d4fe33a0bd579a9b8f1 Section: libdevel Priority: optional Homepage: http://libdbi.sourceforge.net/ Description: DB Independent Abstraction Layer for C -- development files libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. . This package contains development files so you can compile using libdbi. Package: libdbi-doc Source: libdbi Version: 0.9.0-4 Architecture: all Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 1166 Filename: ./all/libdbi-doc_0.9.0-4_all.deb Size: 751418 MD5sum: 1d684493ddde1831c3e20ddc84520a3a SHA1: 5b62af49d764c76e91e0646c451482207528ca50 SHA256: e0677533d215366950332bcd91414fe71c51bf884537c1d546f57d8b1dea7a37 Section: doc Priority: optional Homepage: http://libdbi.sourceforge.net/ Description: DB Independent Abstraction Layer for C -- documentation libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. . This package contains the documentation of libdbi. Package: libdbi1 Source: libdbi Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 91 Depends: libc6 (>= 2.14) Breaks: libapache2-mod-log-sql-dbi (<= 1.100-11), libdbd-freetds (<< 0.9.0-2), libdbd-mysql (<< 0.9.0-2), libdbd-pgsql (<< 0.9.0-2), libdbd-sqlite (<< 0.9.0-2), libdbd-sqlite3 (<< 0.9.0-2) Filename: ./amd64/libdbi1_0.9.0-4_amd64.deb Size: 29142 MD5sum: 65e7a11b59d502e50aadc92ce472dadc SHA1: 280c3f6fe2d4e54111dcf2bfb8fec766a1007f06 SHA256: 32de79990a7ba05dc09b0e23cf47df0b2fb44516765dd29d255bde9066e49f16 Section: libs Priority: optional Multi-Arch: same Homepage: http://libdbi.sourceforge.net/ Description: DB Independent Abstraction Layer for C -- shared library libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. . This package is the shared library. Package: libdbi1-dbg Source: libdbi Version: 0.9.0-4 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 80 Depends: libdbi1 (= 0.9.0-4) Filename: ./amd64/libdbi1-dbg_0.9.0-4_amd64.deb Size: 56938 MD5sum: 366531416bb53f00ad62c729bb6e57a7 SHA1: 6aac8c2610e4cf15779b7d965f4f4e63f4d06ca6 SHA256: e47820b21160d5419ed9a68e2f70e3a65206b40afea009170e1ede745fe49638 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: 1afdb02974ece7f3fb27d8b698e16ea0388ce33e Package: libevtlog-dev Source: eventlog Version: 0.2.12-6 Architecture: amd64 Maintainer: SZALAY Attila Installed-Size: 54 Depends: libevtlog0 (= 0.2.12-6) Filename: ./amd64/libevtlog-dev_0.2.12-6_amd64.deb Size: 11974 MD5sum: 118e7186f41dc6921e80bda2a5385524 SHA1: 1cffa7c4858c969fcd921f484abd333188fd462e SHA256: ef22eecca535fbd7c81d15115abfdc9c080a5d20cebda08a37403eaadc0d2a8e Section: libdevel Priority: extra Description: Syslog event logger library development files The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. . EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. . This package contains the development files. Package: libevtlog0 Source: eventlog Version: 0.2.12-6 Architecture: amd64 Maintainer: SZALAY Attila Installed-Size: 32 Depends: libc6 (>= 2.14) Filename: ./amd64/libevtlog0_0.2.12-6_amd64.deb Size: 9510 MD5sum: a8ef06cd38a1d5368e61b0f380483ca2 SHA1: 73cc84be65f7896597c602e27a9fc5891a0104b8 SHA256: 6a17e3090e022d080523da72034653f116dad1fe074da1b65eecdf20981ed481 Section: libs Priority: extra Description: Syslog event logger library The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. . EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. . This package is the runtime part of the library. Package: libevtlog0-dbg Source: eventlog Version: 0.2.12-6 Architecture: amd64 Maintainer: SZALAY Attila Installed-Size: 60 Depends: libevtlog0 (= 0.2.12-6) Filename: ./amd64/libevtlog0-dbg_0.2.12-6_amd64.deb Size: 16778 MD5sum: a8ea1899d336e7f51fe09e237b6826b8 SHA1: 9dba5cbd7f581f5c3ac224d7b5a2ded3c5fb4141 SHA256: 8942a09e1b081c39ecdb26616af5ebfd4bd0bb08680c6b3b810d9bdbf266809e Section: debug Priority: extra Description: Syslog event logger library debug symbols The EventLog library aims to be a replacement of the simple syslog() API provided on UNIX systems. The major difference between EventLog and syslog is that EventLog tries to add structure to messages. . EventLog provides an interface to build, format and output an event record. The exact format and output method can be customized by the administrator via a configuration file. . This package contains the debug symbols. Package: libhiredis-dbg Source: hiredis Version: 0.11.0-3~talien2 Architecture: amd64 Maintainer: Tom Lee Installed-Size: 68 Depends: libhiredis0.10 (= 0.11.0-3~talien2) Filename: ./amd64/libhiredis-dbg_0.11.0-3~talien2_amd64.deb Size: 48922 MD5sum: ae5dcb77760e0fe64be70ec948b85f1b SHA1: d603a6f9767ce1fd99b5f19f1453d6efec380383 SHA256: 2c420a8e2b64160d4c3aeb9119765dc84f53d7eeac83c645a5ad588880664d46 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: 0f7d6f0a09055aa34505807e48af894152a6cd87 Package: libhiredis-dev Source: hiredis Version: 0.11.0-3~talien2 Architecture: amd64 Maintainer: Tom Lee Installed-Size: 119 Depends: libhiredis0.10 (= 0.11.0-3~talien2) Filename: ./amd64/libhiredis-dev_0.11.0-3~talien2_amd64.deb Size: 34076 MD5sum: 8b51a74ecf4acfbdbbdbb039f398ffa3 SHA1: e1bc9abd3c009bb05e4823af7c14b40ede867794 SHA256: e9fe1d0894e03445d118b2b986dfa3df77b6c02b81accc17a827e23a6118154c Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/redis/hiredis Description: minimalistic C client library for Redis (development files) Hiredis is a minimalistic C client library for the Redis database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redis command. . Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. . Hiredis only supports the binary-safe Redis protocol, so you can use it with any Redis version >= 1.2.0. . The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. . This package provides the development files for hiredis. Package: libhiredis0.10 Source: hiredis Version: 0.11.0-3~talien2 Architecture: amd64 Maintainer: Tom Lee Installed-Size: 62 Depends: libc6 (>= 2.14) Filename: ./amd64/libhiredis0.10_0.11.0-3~talien2_amd64.deb Size: 21798 MD5sum: fd0ec3e90bbec4b02f5c4e3cca6df9bf SHA1: 210267768ebd3ea0df1c8e33b7bcb8965b155521 SHA256: 40e8430c4ff155e9e2e2aef31f5811a90d125e821ccdb80d73788bc6c7839543 Section: libs Priority: optional Multi-Arch: same Homepage: https://github.com/redis/hiredis Description: minimalistic C client library for Redis Hiredis is a minimalistic C client library for the Redis database. It is minimalistic because it just adds minimal support for the protocol, but at the same time it uses an high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redis command. . Apart from supporting sending commands and receiving replies, it comes with a reply parser that is decoupled from the I/O layer. It is a stream parser designed for easy reusability, which can for instance be used in higher level language bindings for efficient reply parsing. . Hiredis only supports the binary-safe Redis protocol, so you can use it with any Redis version >= 1.2.0. . The library comes with multiple APIs. There is the synchronous API, the asynchronous API and the reply parsing API. Package: libivykis-dev Source: ivykis Version: 0.42.4-1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 252 Depends: libivykis0 (= 0.42.4-1) Filename: ./amd64/libivykis-dev_0.42.4-1_amd64.deb Size: 56248 MD5sum: 49d89447caaca46899dd0448af24da2f SHA1: 27784280e53f8c36abe5f1e230b014d3ff1c3ff3 SHA256: 2d58efbc2e95f6688c94a8de17f95256ce2d1390ef9f6671a8a8c037e82f7605 Section: libdevel Priority: extra Homepage: http://libivykis.sourceforge.net/ Description: Development libraries, header files and docs for libivykis Contains the header files, documentation, examples and static libraries for use in developing applications that use the libivykis library. . The ivykis library is a thin, portable wrapper around OS-provided mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly designed for building high-performance network applications, but can be used in any event-driver application that uses pollable file descriptors as its event sources. Package: libivykis0 Source: ivykis Version: 0.42.4-1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 71 Depends: libc6 (>= 2.17) Filename: ./amd64/libivykis0_0.42.4-1_amd64.deb Size: 24300 MD5sum: 0a2fb6e37335ee4930d39623aa5e8e8c SHA1: 3fc39d530275ec0e59a6b1ce73609aace70f7532 SHA256: a8c8dea58644ba0248350ca2132be70024ba1b2fe833ec3c59f4c11f9c4b336c Section: libs Priority: extra Homepage: http://libivykis.sourceforge.net/ Description: Asynchronous I/O readiness notification library The ivykis library is a thin, portable wrapper around OS-provided mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly designed for building high-performance network applications, but can be used in any event-driver application that uses pollable file descriptors as its event sources. . Programs written to the ivykis API are generally single-threaded (or use only a small number of threads), and never block on I/O. All input and output is done in a nonblocking fashion, with I/O readiness notification delivered via callback functions. Package: libivykis0-dbg Source: ivykis Version: 0.42.4-1 Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 121 Depends: libivykis0 (= 0.42.4-1) Filename: ./amd64/libivykis0-dbg_0.42.4-1_amd64.deb Size: 99884 MD5sum: 28ae1e0b51eb521f19284bc578155dcf SHA1: 8946824ba8726ef954130a16163d84c4bc611a54 SHA256: dddb7138ca5e942512aeafe0605e2a9ee2af7cb45fb4452f72d30d274c3c4bba 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: ca20e6d7d7725024225916a3f4083f06b3964ebf Package: libmongo-client-dev Source: libmongo-client Version: 0.1.8-1~nma Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 252 Depends: libmongo-client0 (= 0.1.8-1~nma), pkg-config, libglib2.0-dev Filename: ./amd64/libmongo-client-dev_0.1.8-1~nma_amd64.deb Size: 47738 MD5sum: e1e4922819f9e3cc7916d2f6f1c23def SHA1: 4ec80e0f605434cb23afadeb8baa64d65fbac8d9 SHA256: a59332647a401ebc6509181dad55a28597efb008eda1417d3086e0b2b4b12b47 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: amd64 Maintainer: Gergely Nagy Installed-Size: 252 Depends: libmongo-client0 (= 0.1.9-1~nma), pkg-config, libglib2.0-dev Filename: ./amd64/libmongo-client-dev_0.1.9-1~nma_amd64.deb Size: 47754 MD5sum: ca4f597d202ad05f8d7bb2d4e54af9a5 SHA1: 9200748d4c372afae48b43e82b42d497f6650cbe SHA256: 09482bf757c42fa6a20636c8977178eb7ae53ae03228d7d6870a58fe74defa90 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: 1484 Depends: libmongo-client0 (= 0.1.8-1~nma) Recommends: libjs-jquery Filename: ./all/libmongo-client-doc_0.1.8-1~nma_all.deb Size: 229788 MD5sum: d250d4954ad2c37347da3f1df903de81 SHA1: 17a944b14583b567440e40a64b137720d8e3e308 SHA256: b8b915c3b7467720156dd5a29d48d59ae0c5c9abc5f62731873082b342ca92dc 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: 1484 Depends: libmongo-client0 (= 0.1.9-1~nma) Recommends: libjs-jquery Filename: ./all/libmongo-client-doc_0.1.9-1~nma_all.deb Size: 229798 MD5sum: 398110e7ecd3e0a78f8e1935bc1a30c6 SHA1: 32615112fb8c80447557ad57ac6a3d75eb3dde73 SHA256: 6d855093ce8ad65c18f2ec99dba34d04c4ab002aec8669e29dd46868b7438c72 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: amd64 Maintainer: Gergely Nagy Installed-Size: 98 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.24.0) Filename: ./amd64/libmongo-client0_0.1.8-1~nma_amd64.deb Size: 36950 MD5sum: d2d88be50625288a5940914db0afefff SHA1: 63cf7d6b8a3d69571a7df8f8cc1640f803f5c7d7 SHA256: fe70adf04360c545e09a85bffa27a124353ee13073fa296ab478dac7d650bd70 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: amd64 Maintainer: Gergely Nagy Installed-Size: 98 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.24.0) Filename: ./amd64/libmongo-client0_0.1.9-1~nma_amd64.deb Size: 37008 MD5sum: f98f1d08f460aa1491e2123ea1b8331b SHA1: 946af195a17b499ae0075dd5a6034beebb43644b SHA256: 6788440791dd9bec0a9b3d6198faf4c42af5d81ab93fdf5827750c8e48500d91 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: amd64 Maintainer: Gergely Nagy Installed-Size: 111 Depends: libmongo-client0 (= 0.1.8-1~nma) Filename: ./amd64/libmongo-client0-dbg_0.1.8-1~nma_amd64.deb Size: 90450 MD5sum: 161ba9728a5d0605497efc814f714b4e SHA1: 4deeeb31ca48277e6f05da3407fd426797429fbb SHA256: 34853b94403965d20ebb569426ee4331c75b47d19a283771ec6938fdf3a52575 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: 90dda0b44852d0c27e9929f7defcd1ba73cee624 Package: libmongo-client0-dbg Source: libmongo-client Version: 0.1.9-1~nma Architecture: amd64 Maintainer: Gergely Nagy Installed-Size: 111 Depends: libmongo-client0 (= 0.1.9-1~nma) Filename: ./amd64/libmongo-client0-dbg_0.1.9-1~nma_amd64.deb Size: 90606 MD5sum: 300ffa1c982ed02f9931512485ab4f20 SHA1: 33db857f456a93011e525579196b5a34f953393d SHA256: dd212ce7cfeefb4c63f5a2c58b27e5fdfd057dda00699346e404b869288a108e 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: bf9196c182ca56408bfc2f7918c7e52cf26da313 Package: librabbitmq-dbg Source: librabbitmq Version: 0.8.0-1 Architecture: amd64 Maintainer: Michael Fladischer Installed-Size: 279 Depends: librabbitmq4 (= 0.8.0-1) Filename: ./amd64/librabbitmq-dbg_0.8.0-1_amd64.deb Size: 206038 MD5sum: 805f30600c8c3faa0b38713ef2496be9 SHA1: ed6ad3c952f74b43def0104b3be5a05df59feaff SHA256: b3b87de97a0cb7e009c022b3cfdcdb08b3ec25fdd10e4ce5cf1e1b846cfec901 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: c53ef808c7364fb835f74273770f58146c6533fb Package: librabbitmq-dev Source: librabbitmq Version: 0.8.0-1 Architecture: amd64 Maintainer: Michael Fladischer Installed-Size: 294 Depends: librabbitmq4 (= 0.8.0-1) Filename: ./amd64/librabbitmq-dev_0.8.0-1_amd64.deb Size: 58384 MD5sum: 6e0004011eb907f7b6540e22f100f5e5 SHA1: f7f60c5ccd6e68f9d5263f57cd37d99cab6eba36 SHA256: 0f3d5c2b156eb347a148882a3fb2651ea39b97281b17be3b3f585a5fa5e26089 Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/alanxz/rabbitmq-c Description: AMQP client library written in C - Dev Files RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1. . This package provides the files needed for development. Package: librabbitmq4 Source: librabbitmq Version: 0.8.0-1 Architecture: amd64 Maintainer: Michael Fladischer Installed-Size: 102 Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0) Filename: ./amd64/librabbitmq4_0.8.0-1_amd64.deb Size: 33922 MD5sum: 2256c03e919d1c5f2b539af6b2b0f55a SHA1: 42231dd726fe6c4bcf5d328b243d2e44e3015ae6 SHA256: 1e48570e2192002ddce121c3a6b36ca5f512c00e83c7a46f246a600e1ff9d92b Section: libs Priority: optional Multi-Arch: same Homepage: https://github.com/alanxz/rabbitmq-c Description: AMQP client library written in C RabbitMQ provides robust messaging for applications. It is easy to use, fit for purpose at cloud scale and supported on all major operating systems and developer platforms. librabbitmq is a C-language AMQP client library for use with AMQP servers such as RabbitMQ speaking protocol versions 0-9-1. . This package includes the library itself. Package: librdkafka++1 Source: librdkafka Version: 1.0.1-1 Architecture: amd64 Maintainer: Faidon Liambotis Installed-Size: 148 Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), librdkafka1, libstdc++6 (>= 5.2) Filename: ./amd64/librdkafka++1_1.0.1-1_amd64.deb Size: 38192 MD5sum: cd1c2eca29ef23a1f34273ad4a7454f6 SHA1: 6e53b7c05f7df19ee5799ccc48b3e67d5650f3ab SHA256: c9d58894a63d06f23842946967c22996f60234d70ab65d0f45b196eec9480a67 Section: libs Priority: optional Multi-Arch: same Homepage: https://github.com/edenhill/librdkafka Description: library implementing the Apache Kafka protocol (C++ bindings) librdkafka is a C library implementation of the Apache Kafka protocol, containing both Producer and Consumer support. It was designed with message delivery reliability and high performance in mind, current figures exceed 800000 msgs/second for the producer and 3 million msgs/second for the consumer. It implements both the 0.8 and 0.9 versions of the protocol. . More information about Apache Kafka can be found at http://kafka.apache.org/ . This package contains the C++ shared library. Package: librdkafka-dev Source: librdkafka Version: 1.0.1-1 Architecture: amd64 Maintainer: Faidon Liambotis Installed-Size: 2638 Depends: librdkafka1 (= 1.0.1-1), librdkafka++1 (= 1.0.1-1) Filename: ./amd64/librdkafka-dev_1.0.1-1_amd64.deb Size: 488612 MD5sum: d4c851d3f6469210bc01e9113a027602 SHA1: 63ec46b64062f723d7248b856d29d9afdfd15cf4 SHA256: cb26745131c21df419f885c1994971801fa1dd5dc2a38ec86a993e5ca9e6abae Section: libdevel Priority: optional Multi-Arch: same Homepage: https://github.com/edenhill/librdkafka Description: library implementing the Apache Kafka protocol (development headers) librdkafka is a C library implementation of the Apache Kafka protocol, containing both Producer and Consumer support. It was designed with message delivery reliability and high performance in mind, current figures exceed 800000 msgs/second for the producer and 3 million msgs/second for the consumer. It implements both the 0.8 and 0.9 versions of the protocol. . More information about Apache Kafka can be found at http://kafka.apache.org/ . This package contains the development headers. Package: librdkafka1 Source: librdkafka Version: 1.0.1-1 Architecture: amd64 Maintainer: Faidon Liambotis Installed-Size: 1064 Depends: libc6 (>= 2.16), liblz4-1 (>= 0.0~r127), libsasl2-2, libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.2.2) Filename: ./amd64/librdkafka1_1.0.1-1_amd64.deb Size: 370116 MD5sum: 67f260b1bf01baf4dbda07f03b3b08f0 SHA1: ba34996cf4c74e62601d11ad53d4f00acc40de4f SHA256: 14f919f0e717e13fcf21d1a0fca980469785d45489aebfe24190a873aa368ea5 Section: libs Priority: optional Multi-Arch: same Homepage: https://github.com/edenhill/librdkafka Description: library implementing the Apache Kafka protocol librdkafka is a C library implementation of the Apache Kafka protocol, containing both Producer and Consumer support. It was designed with message delivery reliability and high performance in mind, current figures exceed 800000 msgs/second for the producer and 3 million msgs/second for the consumer. It implements both the 0.8 and 0.9 versions of the protocol. . More information about Apache Kafka can be found at http://kafka.apache.org/ . This package contains the C shared library. Package: libriemann-client-dev Source: riemann-c-client Version: 1.10.4-2 Architecture: amd64 Maintainer: Debian QA Group Installed-Size: 115 Depends: libriemann-client0 (= 1.10.4-2), libprotobuf-c-dev Filename: ./amd64/libriemann-client-dev_1.10.4-2_amd64.deb Size: 29082 MD5sum: 42ab8f5da5c14f198b470737d5c0ba3f SHA1: 13421a87983903de5cb209cdb90c811a6118dee8 SHA256: bfae6ad512340fb0a3c41bd5ec06f233291e3c95947d917458db054cb6b6b298 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: amd64 Maintainer: Gergely Nagy Installed-Size: 126 Depends: libriemann-client0 (= 1.8.0-1), libprotobuf-c0-dev Filename: ./amd64/libriemann-client-dev_1.8.0-1_amd64.deb Size: 20864 MD5sum: 7658838373989da5369b6815ef1b287d SHA1: 3c20399a63a5807ad4788b1a4512e1b063d486f2 SHA256: 20e0bb228f971f9f12c88ad706e28738b59a0416eaba7095048203e850fad4ca 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: amd64 Maintainer: Debian QA Group Installed-Size: 69 Depends: libc6 (>= 2.4), libgnutls30 (>= 3.5.6), libprotobuf-c1 (>= 1.0.1) Filename: ./amd64/libriemann-client0_1.10.4-2_amd64.deb Size: 21334 MD5sum: a6e1f3a679106a9f466c5f0615be0054 SHA1: 2ef2764dd3849c1efab59b8cf34aaf1442c03822 SHA256: 66c6da3d324532ee845fccd18a0f73fc05c89f57bdfe04d7f4640a5be52de607 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: amd64 Maintainer: Gergely Nagy Installed-Size: 58 Depends: libc6 (>= 2.4), libgnutls30 (>= 3.5.6), libprotobuf-c1 (>= 1.0.1) Filename: ./amd64/libriemann-client0_1.8.0-1_amd64.deb Size: 19496 MD5sum: ca35f7d05163656171c39179dda3eb96 SHA1: f2a29adb957c2ddc669135f3d6e229d08ebe9213 SHA256: 6088e891a621179d329e70009c09dc7b4b56da89d148bbe9c54778dc03ab4d0b Section: libs Priority: extra Multi-Arch: same Homepage: https://github.com/algernon/riemann-c-client Description: C language client library for the Riemann event stream processor Riemann is a network event stream processor, intended for analyitics, metrics and alerting; and to glue various monitoring systems together. . This library provides a C language client, with a simple but convenient API, to connect to Riemann, send events and run queries against it. Package: libsqlite-tcl Source: sqlite Version: 2.8.17-12 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 39 Depends: libc6 (>= 2.4), libsqlite0 (>= 2.8.17) Suggests: sqlite-doc Conflicts: libsqlite0-tcl Replaces: libsqlite0-tcl Filename: ./amd64/libsqlite-tcl_2.8.17-12_amd64.deb Size: 12420 MD5sum: 4f525db4f907bd5a85fbeed872a3db58 SHA1: 39f25c9aab21764b5ff4593664e5c59b8313a71c SHA256: f7979e0eab3d6784a1333e35ca46a5fe6ec6c4e81835a1dcef550b8037af3fec Section: interpreters Priority: optional Description: SQLite Tcl bindings SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. . This package contains the Tcl bindings. Package: libsqlite0 Source: sqlite Version: 2.8.17-12 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 486 Depends: libc6 (>= 2.14) Filename: ./amd64/libsqlite0_2.8.17-12_amd64.deb Size: 143058 MD5sum: 01a4f685de2d0aa153c159d7b096e105 SHA1: 042f98fe03d8013c0851e59fcb7c51e53d3a6514 SHA256: 52db85b304ba853e96bd0da60b773fb8547bd74f2793b9021ccb78e5e4c093c9 Section: libs Priority: optional Description: SQLite shared library SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: libsqlite0-dev Source: sqlite Version: 2.8.17-12 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 801 Depends: libsqlite0 (= 2.8.17-12), libc6-dev Suggests: sqlite-doc Conflicts: libsqlite-dev Replaces: libsqlite-dev (<< 2.7.0) Provides: libsqlite-dev Filename: ./amd64/libsqlite0-dev_2.8.17-12_amd64.deb Size: 165106 MD5sum: cbc7814f77bb7a3dbdbbe9a0b24e92a9 SHA1: 7584aa927609d9c65791889b35b87c4976e62e60 SHA256: 505c827225837bc381b1e5dca405ccfe6ae25af31d7dc5413b0282bb20b7abe2 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: 262732 MD5sum: 61576f5809270880ddf3a47a2b255730 SHA1: 543095c2440722306a0fb1d6c16bdb5bd69c720f SHA256: 6a5e7371cb4a005f4ebca9254ae43ccb674df3c2dce4cbae2638176b483e945c Section: python Priority: optional Homepage: http://www.pylint.org Description: python code static checker and UML diagram generator Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book) . Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. However, Pylint offers some more features, like checking length of lines of code, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more. . Additionally, it is possible to write plugins to add your own checks. . The included command pyreverse generates UML class and package diagrams. The included symilar command is a separated similarities checker. . The recommended python-tk package is only for using the pylint-gui script. Package: python-astroid Source: astroid Version: 1.3.6-1 Architecture: all Maintainer: Logilab Installed-Size: 709 Depends: python (<< 2.8), python (>= 2.7), python-logilab-common, python-six, python:any (>= 2.6.6-7~) Filename: ./all/python-astroid_1.3.6-1_all.deb Size: 102360 MD5sum: 5e6babbd6306cf2e88885980790d631b SHA1: 65ab1fcba731ea569cc93ea38fdb93f4fb2f3113 SHA256: d6530ba114df5460e88eb59247401945073ac04eb2072208be377f1deaaf20b0 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: amd64 Maintainer: Ionel Cristian Mărieș Installed-Size: 114 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~), libc6 (>= 2.4) Filename: ./amd64/python-lazy-object-proxy_1.2.1-1_amd64.deb Size: 17042 MD5sum: f171e3996760b7b86afc89f06b638e67 SHA1: 78330d3316a91b77018e36cef5a5cbad5bf4c41a SHA256: 9823e647734d7a82f5c25796c8850ee9984c5a5c141f88ed9a00a431e2b0ef86 Section: python Priority: optional Description: A fast and thorough lazy object proxy. =============================== lazy-object-proxy =============================== . .. list-table:: :stub-columns: 1 . * - docs - |docs| * - tests - | |travis| |appveyor| | |coveralls| |codecov| |landscape| |scrutinizer| * - package - |version| |downloads| . .. |wheel| |supported-versions| |supported-implementations| . .. |docs| image:: https://readthedocs.org/projects/python-lazy-object-proxy/badge/?style=flat :target: https://readthedocs.org/projects/python-lazy-object-proxy Package: python-logilab-common Source: logilab-common Version: 0.63.2-1 Architecture: all Maintainer: Logilab Installed-Size: 794 Depends: python (<< 2.8), python (>= 2.7), python-six, python:any (>= 2.6.6-7~) Filename: ./all/python-logilab-common_0.63.2-1_all.deb Size: 137660 MD5sum: 33e349b13a122da1cff55f5d1635cb17 SHA1: 2eece636408187df0cc098f42731343a358e02a8 SHA256: 19d1c235ae51d7597fe69cefa5ebcc5b6b4e2e3a310cc489cdab02216beeb639 Section: python Priority: optional Description: collection of low-level Python packages and modules used by Logilab's common library ======================== . What's this ? ------------- . This package contains some modules used by differents Logilab's projects. . It is released under the GNU Lesser General Public License. . There is no documentation available yet but the source code should be clean and well documented. . Designed to ease: . * handling command line options and configuration files * writing interactive command line tools * manipulation of files and character strings * manipulation of common structures such as graph, tree, and pattern such as visitor * generating text and HTML reports Package: python-nose Source: nose Version: 1.3.6-1 Architecture: all Maintainer: Jason Pellerin Installed-Size: 543 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~) Filename: ./all/python-nose_1.3.6-1_all.deb Size: 109474 MD5sum: d554fd7c65ff30b1c6c35364d55d0aae SHA1: 1267d126ab74638817451aa7ba874f365d14e849 SHA256: 3579c15f9f2e777a539fcea98788fe32224c19b9646801ba4a187aa9da19450c Section: python Priority: optional Description: nose extends unittest to make testing easier nose extends the test loading and running features of unittest, making it easier to write, find and run tests. . By default, nose will run tests in files or directories under the current working directory whose names include "test" or "Test" at a word boundary (like "test_this" or "functional_test" or "TestClass" but not "libtest"). Test output is similar to that of unittest, but also includes captured stdout output from failing tests, for easy print-style debugging. . These features, and many more, are customizable through the use of plugins. Plugins included with nose provide support for doctest, code coverage and profiling, flexible attribute-based test selection, output capture and more. More information about writing plugins may be found on in the nose API documentation, here: http://readthedocs.org/docs/nose/ . If you have recently reported a bug marked as fixed, or have a craving for the very latest, you may want the development version instead: https://github.com/nose-devs/nose/tarball/master#egg=nose-dev Package: python-obs-astroid Source: obs-astroid Version: 1.3.6-1 Architecture: all Maintainer: Logilab Installed-Size: 709 Depends: python (<< 2.8), python (>= 2.7), python-logilab-common, python-six, python:any (>= 2.6.6-7~) Filename: ./all/python-obs-astroid_1.3.6-1_all.deb Size: 102402 MD5sum: 841b673151edde1fa6dda7027e5ad504 SHA1: 3ada048ec1b74b3e83caa88cb9cf3507c552c789 SHA256: 892253b281a954b3ebba2e062e66d6fae0abf1852770039c24a1cea89f9673ab Section: python Priority: optional Description: A abstract syntax tree for Python with inference support. .. image:: https://drone.io/bitbucket.org/logilab/astroid/status.png :alt: drone.io Build Status :target: https://drone.io/bitbucket.org/logilab/astroid . Astroid ======= . What's this? ------------ . The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs. It used to be called logilab-astng. . It provides a compatible representation which comes from the `_ast` module. It rebuilds the tree generated by the builtin _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. They include some support for static inference and local name Package: python-pep8 Source: pep8 Version: 1.6.2-1 Architecture: all Maintainer: Johann C. Rocholl Installed-Size: 131 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~) Filename: ./all/python-pep8_1.6.2-1_all.deb Size: 29712 MD5sum: c907d523340a2bcc001aec7ee4a55513 SHA1: 850d3b2f538c964ae5b94c7996be0b9e355ed9dd SHA256: af2b5df54a3f1ee81c4bff6e15da5c0f725431f427d098fa7dd2b6a4ed8a76fa Section: python Priority: optional Description: Python style guide checker pep8 - Python style guide checker ================================= . pep8 is a tool to check your Python code against some of the style conventions in `PEP 8`_. . .. _PEP 8: http://www.python.org/dev/peps/pep-0008/ . . Features -------- . * Plugin architecture: Adding new checks is easy. . * Parseable output: Jump to error location in your editor. . * Small: Just one Python file, requires only stdlib. You can use just the pep8.py file for this purpose. . * Comes with a comprehensive test suite. Package: python-ply Source: ply Version: 3.6-1 Architecture: all Maintainer: David Beazley Installed-Size: 232 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~) Filename: ./all/python-ply_3.6-1_all.deb Size: 39876 MD5sum: e988609a00b4ad5f48bba32ebb267df7 SHA1: 080aea8646784e1e17d068fe5b20305c382209cc SHA256: 67079dc902b66699a2ae08040022731eb8600024dfbab8aa21ea7cce48cde6d3 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: 1321 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: 234226 MD5sum: c9313c4e3f15ffcac166117f04c8dd77 SHA1: 780af0afacf407be4a1bf8afd1f4c43e7b747ed6 SHA256: d90bbc91cccd703cabcd2d29dbfb031823a657013c95a3540a9cbb2191a1c0cf 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: 629 Depends: python (<< 2.8), python (>= 2.7), python-astroid, python-logilab-common, python-six, python:any (>= 2.6.6-7~) Filename: ./all/python-pylint_1.4.3-1_all.deb Size: 115252 MD5sum: f5382791fa86ac31e49efbd048f55a25 SHA1: a7a355e78ad6541db1b53c983d831b9343f66105 SHA256: 2273418545de9a2593a4c691bcab8bb1dcbf2ec149b7d69c47ccfd3a9439ab36 Section: python Priority: optional Description: python code static checker . .. image:: https://drone.io/bitbucket.org/logilab/pylint/status.png :alt: drone.io Build Status :target: https://drone.io/bitbucket.org/logilab/pylint . README for Pylint - http://www.pylint.org/ ========================================== . Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book). . Pylint has many rules enabled by default, way too much to silence them all on a minimally sized program. It's highly configurable and handle pragmas to control it from within your code. Additionally, it is possible to write plugins to add your own checks. . It's a free software distributed under the GNU Public Licence. . Development is hosted on bitbucket: https://bitbucket.org/logilab/pylint/ Package: python-six Source: six Version: 1.9.0-1 Architecture: all Maintainer: Benjamin Peterson Installed-Size: 46 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~) Filename: ./all/python-six_1.9.0-1_all.deb Size: 9552 MD5sum: 7cedd0eef2fd946b1ed3dd7b3263ba3d SHA1: ff2f8228cf6c79f0b9eec815cff4d1c94fcebebf SHA256: 97c5c74ec6284fe4412b1168e1773aca4bd2fbc8df6bd7592d72e340b7c9a35e Section: python Priority: optional Description: Python 2 and 3 compatibility utilities Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. . Six supports every Python version since 2.5. It is contained in only one Python file, so it can be easily copied into your project. (The copyright and license notice must be retained.) . Online documentation is at http://pythonhosted.org/six/. . Bugs can be reported to https://bitbucket.org/gutworth/six. The code can also be found there. . For questions about six or porting in general, email the python-porting mailing list: http://mail.python.org/mailman/listinfo/python-porting Package: python-wrapt Source: wrapt Version: 1.10.6-1 Architecture: amd64 Maintainer: Graham Dumpleton Installed-Size: 119 Depends: python (<< 2.8), python (>= 2.7), python:any (>= 2.6.6-7~), libc6 (>= 2.4) Filename: ./amd64/python-wrapt_1.10.6-1_amd64.deb Size: 25350 MD5sum: 72e7e9f5e11248be4e8d40096feed6c9 SHA1: e75718412395331c8ce1e91a16cdcff0ba619023 SHA256: 13831eec5b851143333320c24a571d9b94cc63947bcdde5b19d8e23d5f1afb05 Section: python Priority: optional Description: Module for decorators, wrappers and monkey patching. wrapt ===== . |Travis| |Coveralls| |PyPI| . A Python module for decorators, wrappers and monkey patching. . For full documentation see: . http://wrapt.readthedocs.org . .. |Travis| image:: https://img.shields.io/travis/GrahamDumpleton/wrapt/develop.svg?style=plastic :target: https://travis-ci.org/GrahamDumpleton/wrapt?branch=develop .. |Coveralls| image:: https://img.shields.io/coveralls/GrahamDumpleton/wrapt/develop.svg?style=plastic :target: https://coveralls.io/github/GrahamDumpleton/wrapt?branch=develop .. |PyPI| image:: https://img.shields.io/pypi/v/wrapt.svg?style=plastic :target: https://pypi.python.org/pypi/wrapt Package: python3-imagesize Source: python-imagesize Version: 0.7.1-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 24 Depends: python3:any (>= 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: amd64 Maintainer: Debian QA Group Installed-Size: 34 Depends: libc6 (>= 2.4), libjson-c3 (>= 0.10), libriemann-client0 (= 1.10.4-2) Filename: ./amd64/riemann-c-client_1.10.4-2_amd64.deb Size: 10098 MD5sum: 8b3142dea5791cab1b210cf8000e615c SHA1: ac3296b82e6d81849735c21d8cbc65b2b8ba7516 SHA256: 6a3e12897dd58029396eac9365be4c4bff727a04bf18d0571db03cc59b1058ab 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: amd64 Maintainer: Gergely Nagy Installed-Size: 34 Depends: libc6 (>= 2.4), libjson-c3 (>= 0.10), libriemann-client0 (= 1.8.0-1) Filename: ./amd64/riemann-c-client_1.8.0-1_amd64.deb Size: 9898 MD5sum: fe45363d5a306e0a0f1c12b5387d3ce7 SHA1: f890f293c2fe843a6801ed02a529559799d9b3b8 SHA256: 1b10cc219ccdd0a7effc3f1509260adda6cf1dabdf14ce0df8b5fc0c7a2f1c60 Section: net Priority: extra Multi-Arch: foreign Homepage: https://github.com/algernon/riemann-c-client Description: Client utility for the Riemann event stream processor Riemann is a network event stream processor, intended for analyitics, metrics and alerting; and to glue various monitoring systems together. . This package provides a simple utility to send events to, or query a Riemann server. Package: sqlite Version: 2.8.17-12 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 51 Depends: libc6 (>= 2.14), libreadline7 (>= 6.0), libsqlite0 (>= 2.8.17) Recommends: sqlite3 Suggests: sqlite-doc Filename: ./amd64/sqlite_2.8.17-12_amd64.deb Size: 19662 MD5sum: 0f2c142d6a47d2aff412a5bcf73c124f SHA1: 0556393765c47a208718ff3b0cdfb5cde7821491 SHA256: 5dbddc46dc13e92bb899485fd250aced89b3aa1011a8f006cac281ae6b989e26 Section: database Priority: optional Description: command line interface for SQLite SQLite is a C library that implements an SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. Package: sqlite-doc Source: sqlite Version: 2.8.17-12 Architecture: all Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 698 Recommends: sqlite Filename: ./all/sqlite-doc_2.8.17-12_all.deb Size: 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.10.1-1 Architecture: all Maintainer: Laszlo Budai Installed-Size: 12 Depends: syslog-ng-core (>= 3.10.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-http, syslog-ng-mod-curl, syslog-ng-mod-kvformat, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-startdate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-pacctformat, syslog-ng-mod-snmptrapd-parser Filename: ./all/syslog-ng_3.10.1-1_all.deb Size: 6110 MD5sum: 7dbc1cb6f0bac50b274eb85adae4d3d4 SHA1: 405f1bc57b99d8e55d135324dfa30530cb1e58d2 SHA256: 404c41efe10099504e1d2d5371e3a7adb954eda8441c4fab2aacde1be5d9a38a 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.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-core Source: syslog-ng Version: 3.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 1850 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libevtlog0 (>= 0.2.12), libglib2.0-0 (>= 2.31.8), libivykis0, libnet1 (>= 1.1.2.1), libpcre3, libssl1.0.0 (>= 1.0.2~beta3), 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-http, syslog-ng-mod-curl, syslog-ng-mod-kvformat, syslog-ng-mod-add-contextual-data, syslog-ng-mod-getent, syslog-ng-mod-startdate, syslog-ng-mod-map-value-pairs, syslog-ng-mod-pacctformat, syslog-ng-mod-snmptrapd-parser 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: ./amd64/syslog-ng-core_3.10.1-1_amd64.deb Size: 425852 MD5sum: 8187a2de50ca2f49c4083130a33c3a56 SHA1: d0a83bbce29db2b1781e25ed610da8879e4f7031 SHA256: f18d0ba5d216f73524547ddd0d8093337422f023d0e804ae349bdfc7211bd3a3 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2258 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.0.0 (>= 1.0.2~beta3), 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: ./amd64/syslog-ng-core_3.13.2-1_amd64.deb Size: 520882 MD5sum: beb0397acae7dc9fb0320e086ecb7755 SHA1: f5ccaa535a945ae94098dc9f5ed48267e54a25a3 SHA256: a7a15cacd8450bde4346ff97d655cf13e89f25c3d75298a7d5668aa01ebfa43a 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2279 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.0.0 (>= 1.0.2~beta3), 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: ./amd64/syslog-ng-core_3.14.1-3_amd64.deb Size: 528072 MD5sum: c64d7febf47d19e754045f593ce2a5b3 SHA1: 3469ea22c8d42cc52aeb8476def679a6083d7f47 SHA256: 737c72f7c274311e297516d6000c646b06cae05fafd8f32af9b1fea9827ec794 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2298 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.31.8), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.0.0 (>= 1.0.2~beta3), 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: ./amd64/syslog-ng-core_3.15.1-1_amd64.deb Size: 534732 MD5sum: 32112b477e29353293710a2927559518 SHA1: 207bfedc809a378981910890d35f5603a477bace SHA256: a5eaeebc6a5ee1241c858bbea61cf40fea027b17a717b3504135cb108b2615e7 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2437 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.0.0 (>= 1.0.2~beta3), 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: ./amd64/syslog-ng-core_3.16.1-1_amd64.deb Size: 556786 MD5sum: d146468384dcb89af6d946aac059097f SHA1: 916c61846f57c470e3bebe3141a4f6636441ff44 SHA256: 6818ee7045365944cdd0b0a56cbd50bcedf5d542a828f72244383dd1ad73449a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2461 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.0.0 (>= 1.0.2~beta3), 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: ./amd64/syslog-ng-core_3.17.2-1_amd64.deb Size: 565674 MD5sum: 0895abf66ad4bf39e0d0563c89897d93 SHA1: 1b3cff2b5dbefc3af1ec88a92125dd5ceaf515bd SHA256: 87c16001e08eb61862beb354d7c9ab1d5ff4342e14f274b4624169ddcb5561ac Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2498 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.0.0 (>= 1.0.2~beta3), 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: ./amd64/syslog-ng-core_3.18.1-1_amd64.deb Size: 575378 MD5sum: 00b121438319c210dc4818173aaff265 SHA1: 25bfd05400ac60cd3b8fe754bad57270394a6c8a SHA256: 6541097e49944f3f5e1aa27c66bf0f0d3bd89ce135cb04c2adfea79bb784bcc2 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2506 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.0.0 (>= 1.0.2~beta3), 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: ./amd64/syslog-ng-core_3.19.1-1_amd64.deb Size: 575314 MD5sum: 15345019c8f667ec199e221bd780eb35 SHA1: 271c5d512aaa3635a84745c68b3e9df79b231db6 SHA256: 13a6d94a8fa9f87304ae01c066552cb4288f1fd6555d8efa3eadabec0909d2bb Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2552 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.0.0 (>= 1.0.2~beta3), 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: ./amd64/syslog-ng-core_3.20.1-1_amd64.deb Size: 583926 MD5sum: 8a4fe1252b1cf7d9dedd58c89d8722d2 SHA1: 36e1b9221f70067f30cc842638c116b4467ecdd2 SHA256: 7436df97f436d1c2cf3188d239c3208ccb69e199c656ddbd46f2942400f8a638 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2579 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.33.14), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.0.0 (>= 1.0.2~beta3), 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: ./amd64/syslog-ng-core_3.21.1-1_amd64.deb Size: 592566 MD5sum: 22b01eaf5a9de0653b1cfcf3d780bc41 SHA1: 31e0973103a54897040fbd58cdcb77194cd75747 SHA256: 2068d11821610f30ca94defb1b57c9d15e4f085aabb994194462354fbbbb3f49 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2609 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.53.2), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.0.0 (>= 1.0.2~beta3), 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: ./amd64/syslog-ng-core_3.22.1-2_amd64.deb Size: 601464 MD5sum: 48b21cda99e689168af33b99b449c6c7 SHA1: e7c006d0ffa6f63a04d4df47ef9dc35e2de0c356 SHA256: d3b8e11208174c27550edc919606e85988759c3b7bb28896b24afd8e90efb70f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2628 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.53.2), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.0.0 (>= 1.0.2~beta3), 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: ./amd64/syslog-ng-core_3.23.1-1_amd64.deb Size: 604884 MD5sum: 6a3acb95c5c8f4b76749bdde225a4501 SHA1: 75fd4e6f6cfba6d2d3900350b3ef6e5597faeb40 SHA256: e78fc9d7bf0c1d99d09df075e212add5bc84993371c24bd7c5573a3cef8124b0 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2648 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.53.2), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.0.0 (>= 1.0.2~beta3), 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: ./amd64/syslog-ng-core_3.24.1-2_amd64.deb Size: 611752 MD5sum: 622942376e353c81e99f1cc9e22ce3e9 SHA1: 0724c4f206628e9a2e740b68af07108497561573 SHA256: cdef89496acd8ed36c93a81691350b9ea997edc15eac0aff7473a08c9c319043 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2661 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.53.2), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.0.0 (>= 1.0.2~beta3), 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: ./amd64/syslog-ng-core_3.25.1-1_amd64.deb Size: 614970 MD5sum: 760e2f7a23ab23f8d5b5aaeb55ec379b SHA1: d2790b24a5caf8afcd7011ce531620dcb538a62f SHA256: 2537df51299c3e8e7b29136a57fcd6377b57456939df54af6c4eeee2c6652a30 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (core) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the core syslog-ng, with all the plugins required for a standard installation. Package: syslog-ng-core Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2717 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.53.2), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.0.0 (>= 1.0.2~beta3), 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: ./amd64/syslog-ng-core_3.26.1-1_amd64.deb Size: 630388 MD5sum: 92bf0b01cedd6ec5b15a51e38e1d23c2 SHA1: a739a064fa3a73e3287d94cff0d50bb10666cadd SHA256: fe5f94ed8ff0b1d43505138d239bfeae3b0a9de5793948c7a48a0d8a7dc2078d 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 2720 Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), libglib2.0-0 (>= 2.53.2), libivykis0, libjson-c3 (>= 0.10), libnet1 (>= 1.1.2.1), libpcre3, libssl1.0.0 (>= 1.0.2~beta3), 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: ./amd64/syslog-ng-core_3.28.1-1_amd64.deb Size: 634906 MD5sum: d8a299d5e0ed40777cd1238f6d9550da SHA1: b1d1f88f41fe5f05d11575ca6842315a8526520a SHA256: 7d871ef4e85c9d95aea4b58462c2efecbdea71841a7c12f90b3f9f51c8971b7b 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 4756 Depends: syslog-ng-core (= 3.10.1-1) Filename: ./amd64/syslog-ng-dbg_3.10.1-1_amd64.deb Size: 4157502 MD5sum: 4084791461f1d9a5e59aeb8543c996ee SHA1: 2f2af5a63f9eb91cf5eb6b17a962a987b15950bd SHA256: dc6dbed1a6758ade87a72236504859f617e5bc80c54effb4f646779812ebfe84 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: bce6046f954b13a8bbdf44562b9c98718b594849 Package: syslog-ng-dbg Source: syslog-ng Version: 3.13.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 4505 Depends: syslog-ng-core (= 3.13.2-1) Filename: ./amd64/syslog-ng-dbg_3.13.2-1_amd64.deb Size: 3888168 MD5sum: b98385338b795bf3362ad141aaa86a4d SHA1: 428edc2eef1a9fd796e80d1c78a314379d78e0ea SHA256: a06ec74ec39d17b56f11c00c38f8e4b861dda9246ea3b0b5b0ffac061a7d0cfd 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: a80543542b25ec91b5f381c1fc07d7ff681673bd Package: syslog-ng-dbg Source: syslog-ng Version: 3.14.1-3 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 4581 Depends: syslog-ng-core (= 3.14.1-3) Filename: ./amd64/syslog-ng-dbg_3.14.1-3_amd64.deb Size: 3968830 MD5sum: b2f0481eef530f925e25cd9df1d5754c SHA1: 9a0e5e0babb1a2d10d14a133ed1b2e28b20f5a0a SHA256: 1c1de90951c66beb3129710eddf4a88df76a64b29d4f484779a1806897b8ccdc 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: 7e2541e040f440949b658362c84b50eab09eaa98 Package: syslog-ng-dbg Source: syslog-ng Version: 3.15.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 4642 Depends: syslog-ng-core (= 3.15.1-1) Filename: ./amd64/syslog-ng-dbg_3.15.1-1_amd64.deb Size: 4023746 MD5sum: ce1852359c1c74294cbaa7ee955c97a6 SHA1: 98809bfa155b135db9867496bd0ab9d1a5263f1b SHA256: 5cdda7f25cffe47ca20d5b8b5854d4d71c9c875f49d71764b09cd5abad7ec549 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: 35e5a9bd9262c536f55305dc7c90a36f3b5317f5 Package: syslog-ng-dbg Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 4916 Depends: syslog-ng-core (= 3.16.1-1) Filename: ./amd64/syslog-ng-dbg_3.16.1-1_amd64.deb Size: 4238948 MD5sum: b17b036c6db620e4f1bc78dd2427c395 SHA1: b194e304031a2ccc95aa432058e9bf5bf2c59e8e SHA256: 918ba9210809c8b7d30362929b463d265b1f04a1600a811b3a78174a09186141 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: e233d0b2f975173c1ce92879047bbe3e5cd8a271 Package: syslog-ng-dbg Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 4965 Depends: syslog-ng-core (= 3.17.2-1) Filename: ./amd64/syslog-ng-dbg_3.17.2-1_amd64.deb Size: 4286220 MD5sum: 71f6b6cb8ccf3a54c487d1b747373646 SHA1: 4bcf02ce09e88abc0e6b820b5da97a1bdc3e5be4 SHA256: 843811e4a1daa4f850113baa9dd43d0436c979e5c24f9825b81217f6f3369700 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: 8d1eab4a31bca1d0e0bcabc78ac4b15457469db3 Package: syslog-ng-dbg Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5273 Depends: syslog-ng-core (= 3.18.1-1) Filename: ./amd64/syslog-ng-dbg_3.18.1-1_amd64.deb Size: 4564112 MD5sum: 78a9a41185ef1c82d9a7a5da43ddaa62 SHA1: 0aa22f0aeb4b0d9d2ce4d31b05b38b015583e8fe SHA256: 7079e80bac42e65a19d8d974c31ba1051624f2efb8acb6cd92a2fd572f15af09 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: 5d5d63a52e7039a9d092e38120815ec8a19674e7 Package: syslog-ng-dbg Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5306 Depends: syslog-ng-core (= 3.19.1-1) Filename: ./amd64/syslog-ng-dbg_3.19.1-1_amd64.deb Size: 4597154 MD5sum: ba1cc89a32cb524adefaaa5e4276fe41 SHA1: e45ef8ec0bc668bdc9c2eb2af53bcd2c3284cb86 SHA256: bb6ef709a163e56bbe31475356bbf8cb02a67e35b086588830a893c54c07bc7f 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: 85e263608c6719370567382d1098e54a85bfde7a Package: syslog-ng-dbg Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5476 Depends: syslog-ng-core (= 3.20.1-1) Filename: ./amd64/syslog-ng-dbg_3.20.1-1_amd64.deb Size: 4750376 MD5sum: 878b09386e9acbcfcc84552487c63073 SHA1: 11233e644eda7f177cb4716c152a70b1f2adc55f SHA256: 2d0c96458f54d6b82044d0fb019ba1f545dc7ce9f6f5b274dc22d72be425c8ed 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: e5a553df5241987ebacb18416da98634d1e3ed10 Package: syslog-ng-dbg Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5571 Depends: syslog-ng-core (= 3.21.1-1) Filename: ./amd64/syslog-ng-dbg_3.21.1-1_amd64.deb Size: 4832640 MD5sum: 45b42cbc29f41a130ffa55e3572323da SHA1: 7dfb41e339fb8b4256d819d2b37ba90d4f661be3 SHA256: a79e8b741e52da8eb53c44ffb0d439f9f804d514bef7f963649347299742a76b 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: 34ddd47c26a06c53779b65484d3d7bec19bd7d32 Package: syslog-ng-dbg Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5698 Depends: syslog-ng-core (= 3.22.1-2) Filename: ./amd64/syslog-ng-dbg_3.22.1-2_amd64.deb Size: 4940398 MD5sum: 569c5d12d30704f4cb163928be1bc1db SHA1: e05d1a9f627903b25420791945b376e0e1ac3f81 SHA256: b3baba2b4009c3c7c5cea520e1557552a92c32b05da2c9f2dabb1d26e3d32ce3 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: 92a48f4d5134ce590b9a2c23ca77fe0a257c98c2 Package: syslog-ng-dbg Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5658 Depends: syslog-ng-core (= 3.23.1-1) Filename: ./amd64/syslog-ng-dbg_3.23.1-1_amd64.deb Size: 4904360 MD5sum: 9fe5ea58eb270fd9c896c1982920ac32 SHA1: 1d6d823f1f276d44afdfa772b06964423f636c85 SHA256: ec04d56af8392e576f388e054a2c33ce2926dcad90b034658189017378775fd0 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: 7094d4b4038ec803c8c7e9e4a311047bed6acc47 Package: syslog-ng-dbg Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5627 Depends: syslog-ng-core (= 3.24.1-2) Filename: ./amd64/syslog-ng-dbg_3.24.1-2_amd64.deb Size: 4881620 MD5sum: a697948a24493c6eb35361a630256ad7 SHA1: d43ba93cbc211a21c250c94a0f973476607f3f09 SHA256: 31c4008772308df24b3ff33124f7f137de594210c850c63a3bbf0671a7655bc2 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: 2245f2d48adede6bfdbd3a3ae23b532ac89c20f7 Package: syslog-ng-dbg Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5684 Depends: syslog-ng-core (= 3.25.1-1) Filename: ./amd64/syslog-ng-dbg_3.25.1-1_amd64.deb Size: 4935144 MD5sum: 958c7f70dda7c1f4dd3b70df297b7a0e SHA1: 9654b5c8343f5874622dddca385de49e3917e53a SHA256: f88f9faff33d4e6157e730a73e04e639c32f547672ed34ab172aeffb11b7e4cd 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: a45a2b8329ef8563034de311e3a04fd6882b6a98 Package: syslog-ng-dbg Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5912 Depends: syslog-ng-core (= 3.26.1-1) Filename: ./amd64/syslog-ng-dbg_3.26.1-1_amd64.deb Size: 5140172 MD5sum: aa981d964b5e1ad2c957e025979d7f5a SHA1: 6dfae1bda024fb82f108ef95b80d0242e8a5af46 SHA256: a1d505a0754f9ed53608b68ac55dc307362fd65a9867bca94e3b283b52e2ad3f 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: 5585a46c505fb81a7307bde199116f25a991a308 Package: syslog-ng-dbg Source: syslog-ng Version: 3.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5992 Depends: syslog-ng-core (= 3.28.1-1) Filename: ./amd64/syslog-ng-dbg_3.28.1-1_amd64.deb Size: 5195702 MD5sum: 5aee252a45d6dc35fd53fae4ec640eb4 SHA1: 9258f34cf9f97b91495de1b07b22f25590e36a0c SHA256: 2929fbbffed1c4577edeaa9c7a5a9cd8c2767fd320a8d46f05ff5144266225e6 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: 456486791799d060eb6166b5f2db533cf5833b9f Package: syslog-ng-dev Source: syslog-ng Version: 3.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 777 Depends: syslog-ng-core (= 3.10.1-1), perl:any, pkg-config, perl, flex, bison, libevtlog-dev (>= 0.2.12), libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.10.1-1_amd64.deb Size: 102314 MD5sum: 564134fb6371a31f3151437bb4db5b7a SHA1: 4903c0451a7711f049aeca5c5b901e505fe8b075 SHA256: 75beab2275f09def00b2c4a0664e51bbc74ad82a410df17b85c78a38296bab06 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 833 Depends: syslog-ng-core (= 3.13.2-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.13.2-1_amd64.deb Size: 123480 MD5sum: a9db3de3c135155b152ee041918c881e SHA1: f6813dc978384d8b090613123b986bde13d9f443 SHA256: ce82267898da1147317124d65817ea3fb230f57c9b85a456a6157b2580144248 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 829 Depends: syslog-ng-core (= 3.14.1-3), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.14.1-3_amd64.deb Size: 122572 MD5sum: 722aa7ff29c1ae8bcc8134f1076b27d9 SHA1: 4b6044ba5bf3915efb41ac25f602d4b6b09c7444 SHA256: 9e052186a2665b608da2b7f55295ea715773d01ebc1b0e5ac2e0216aaa712be2 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 739 Depends: syslog-ng-core (= 3.15.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.15.1-1_amd64.deb Size: 108048 MD5sum: 4d015a8bf34ebe77d3dfddbb3fdaadb6 SHA1: 16083513b8c1c0a25c381ab9c399231e5382087d SHA256: 57931a0b9368ad8a2b33e8cbe299284a9cd1aa002f1aeddde1af92258b757813 Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 783 Depends: syslog-ng-core (= 3.16.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.16.1-1_amd64.deb Size: 113340 MD5sum: 30511520ca3822f3594061b248967745 SHA1: a9aebbde2161272f6b72dd75d2cda9fbb869a07d SHA256: b7b223660d81c043d423417dc63a1fca8a164591573750a7362ba02d9370925f Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 792 Depends: syslog-ng-core (= 3.17.2-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.17.2-1_amd64.deb Size: 114416 MD5sum: 44700cf2c5458529fa5a68b82d3653f5 SHA1: ad49daafb555d55b89c6a37500544b241733b4bc SHA256: f615dadfd3dc143659ca729aaa9ecb18968620c288ee63be596b791a90a498e1 Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 810 Depends: syslog-ng-core (= 3.18.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.18.1-1_amd64.deb Size: 116388 MD5sum: e03538f82b7ece491b6e5fa819b91744 SHA1: f7c060e4e0bf5d66fac7d71998e142df5dbf97bb SHA256: b28e7e5c75fe1b7ace573b5dde9cbceb10ebf49eafd44d4206c742bc9112d8f6 Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 810 Depends: syslog-ng-core (= 3.19.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.19.1-1_amd64.deb Size: 116056 MD5sum: c308cf3b438b27ab2530980453ed363d SHA1: 2996fb0543372af1585b94d2881d7478f7a53aff SHA256: b8fd2b527a27d65abd78f415697346a30b77eca178ee8f462517ec260a36eace Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 833 Depends: syslog-ng-core (= 3.20.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.20.1-1_amd64.deb Size: 118608 MD5sum: 24c2a29c847a21827135bf5c28c112cb SHA1: b07488229b8c1a9dca66c02310a6c6bc7ff6a877 SHA256: 2583d276ecd28466e7b96e8e99541f905bd53c54360d748fc1d85ba7ea6ab473 Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 848 Depends: syslog-ng-core (= 3.21.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.21.1-1_amd64.deb Size: 120990 MD5sum: 4df090c8ebf9576f500625b1d21db5a4 SHA1: 24cb5dab811cd039331fd33714dd4c91c8a9a3c3 SHA256: 2d30ae494360ea7116ad3a4dc3c8cf5eb241199c680c08c39cd02a121e1d19ac Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 855 Depends: syslog-ng-core (= 3.22.1-2), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.22.1-2_amd64.deb Size: 121534 MD5sum: af5e5f90192336dea385ef8025a9be28 SHA1: 5696b2ffbff5e790f474ef1062f2f393a7cf5d45 SHA256: c89d773d7d55972d75b62f3728cbe31fc37ef2e78acbc639d140811a00753f30 Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 858 Depends: syslog-ng-core (= 3.23.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.23.1-1_amd64.deb Size: 121524 MD5sum: 85fca5e02f48ae81f638194b10b0c5ad SHA1: 869fdb0f04bb85a009b348ffa8883b211c4d13c3 SHA256: ced7411911dca844e0e9e8755d7ccda23e4211c61d2b3c02534c163c0086edb9 Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 846 Depends: syslog-ng-core (= 3.24.1-2), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.24.1-2_amd64.deb Size: 121552 MD5sum: dee21aa05cb130e527796bf3c9e5611d SHA1: 8fc3ea64cde7fc80a2d6239f1cb39e0114e9c1d2 SHA256: ad369e2fd145abdcc52067634a3fef19736e5787d4799bc20b2d656f5938a0d4 Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 854 Depends: syslog-ng-core (= 3.25.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.25.1-1_amd64.deb Size: 122154 MD5sum: e6fcbd6bfc05d262a58f8c809559a7b6 SHA1: 3713418e2e49fb2cdf189c79a9b3590eed90eacd SHA256: 900dde877a4325e3862513c661846b67b32f2d4af3e43eebe196a7a0fc4a9a90 Section: libdevel Priority: extra Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (development files) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package contains the headers and tools needed to build third-party plugins against syslog-ng, the next generation system logging daemon. Package: syslog-ng-dev Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 872 Depends: syslog-ng-core (= 3.26.1-1), pkg-config, perl, flex, bison, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.26.1-1_amd64.deb Size: 127726 MD5sum: 7827da6967675cff896c98eb4920ffcb SHA1: 5910c1d8f26cf9a8ae3918d40eb79c73b449ccf4 SHA256: 4f961d8dd0c5abab6593c3c954b1825156e1f221d906d4e0f08f3f05454645be 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 881 Depends: syslog-ng-core (= 3.28.1-1), pkg-config, perl, flex, bison, python3, libglib2.0-dev, libivykis-dev (>= 0.30) Filename: ./amd64/syslog-ng-dev_3.28.1-1_amd64.deb Size: 126966 MD5sum: 680422676477555bec02305e99e10799 SHA1: efdebf954ed93c41d8846e61e3f08a71bae57e17 SHA256: 2d8f60d6e2987414cfc7df809aae1e8b8cba783f45592868bd9aa87af9bb7bde 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 62 Depends: syslog-ng-core (= 3.10.1-1) Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.10.1-1_amd64.deb Size: 17790 MD5sum: a4e4328112056e2acbda003ce16e0bfa SHA1: cfe36a1552dfa9a96dad1082b322eb82ba91b28d SHA256: 18738b7f526226e5c0bdc3c15679163568e2e15524d387e410f7377cfdbc1c64 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.13.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.13.2-1_amd64.deb Size: 35636 MD5sum: 18a1b587f545cafc732d9a1bc36192e7 SHA1: 8eba6492a2e0fc2d8f33d3d1ce62238bddbd1aa0 SHA256: 32034f893406c4abfbf6793706ce016c0d096f9a3137a93e8dc819bd0cd50f5a 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.14.1-3_amd64.deb Size: 32732 MD5sum: 83761102a857068c0f65ccc9c6fe4022 SHA1: ee464fae14e676773729391f7b94ea481ac88ca4 SHA256: 35bffe59cc6b9b370c09725106993db343cf40e84bef03070c0eac80aa8f80ab 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.15.1-1_amd64.deb Size: 33490 MD5sum: 98ded0ce7370d2664d56d4a66738e31f SHA1: 0b44eefcf0c103842f8f89289a0b12e65ab4c77e SHA256: b4cb9d6f6622699002de421f76042db909aa0282dac9d2a68332dc333045846a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 95 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.16.1-1_amd64.deb Size: 37304 MD5sum: d495717701207a2d581877a6b44637f8 SHA1: d28b18ee0414cfa99e42a447d524151805f23b25 SHA256: cb6eca0ab604ece858c08b7ff43e6efe8aecd2ba944d661f76e61d1ebd652be0 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.17.2-1_amd64.deb Size: 37794 MD5sum: 4fb662bd848897cde06c2354641229af SHA1: 14390a5c5657af5a75a81d40b42d7907b64be784 SHA256: fad80cc1259fb7e2463dbc2aadb3c2736769b4843c90a3cb79bc20b5496bd295 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.18.1-1_amd64.deb Size: 37680 MD5sum: 9987e8b5d315be6196e5c443f3afa6cf SHA1: 32aef1811ce9da462745a88b7b00b31758e43a4d SHA256: b589fdef7d19f0ff17c7ecfffdb36ec723c32e03e1e1bace796d0e50c4846f78 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 95 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.19.1-1_amd64.deb Size: 37856 MD5sum: 345e599c806bb263919ca1672477b9a5 SHA1: 6651fd4e0d1945433d1eed58c6b8320ed6cf7041 SHA256: b3ff87c708a08ca73b592d8042f48e2ca55f1e5fd66fc6041ecf360683d9e0ae Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.20.1-1_amd64.deb Size: 38310 MD5sum: e78085347fd7268477f32c6300d637dd SHA1: da1ef8692c81942fca91450a69a341451ae52364 SHA256: 1d659eed46f0a60aff6737ffc24d2010f5290d75ac904231ee0e9e57adfe3669 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.21.1-1_amd64.deb Size: 38770 MD5sum: ea02f285f802f3a381678bc16bce92ae SHA1: 643812db23fd0bdaf0d2648169e907338f206041 SHA256: 2de7b18a36e5862f835578878da5f53b4f1e7f1df22aa289d0736e4300f59485 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.22.1-2_amd64.deb Size: 38172 MD5sum: 805ca61d28b155449baa8ba7061d6d29 SHA1: 9cd9aea5ce16e58749029ceca03b21d612b9fec4 SHA256: 35f17ce49128064ca8117bc36b9cbbecab4f83cf23ca064e48d096e2127c753e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.23.1-1_amd64.deb Size: 37838 MD5sum: 2ca2e56190fc90f194da6eafec8e51d2 SHA1: 661e29292d9a597441597393b0f18d9f4bca1fce SHA256: 2067052d54c9f8245d1b7499d2ff5915823d89e62e449560dbc367f5144ff2a1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 100 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.24.1-2_amd64.deb Size: 39406 MD5sum: 17a9b8139327d5bed649224757dd36b7 SHA1: c71abfd9e8a0d550a8f41b8d9b0c00790a245c8a SHA256: e36106d072f589204aab6b824769841831d46f802118cb57972ef56d9328676f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 101 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.25.1-1_amd64.deb Size: 39434 MD5sum: a1871cb0d7d41e58ed58a01217250d44 SHA1: edba8b6294f57935ec8be36f57204bdeda0ae9bb SHA256: d80a7e7e7226ed54495bb62bab8396d81d4a3f0673ecd6b8dccee433e6f0221b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (add-contextual-data plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the add-contextual-data module for syslog-ng. With this module syslog-ng can use an external database file to append custom name-value pairs on incoming logs (to enrich messages). The database is a file that containing `` records. Currently only `CSV` format is supported. It is like `geoip parser` where the selector is `$HOST`, but the user can define the selector, and also the database contents. Package: syslog-ng-mod-add-contextual-data Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.26.1-1_amd64.deb Size: 43334 MD5sum: 2c594e75a934c226494eaec4ede605cf SHA1: 88a1f9d2fff0df03374f0cbba0353dc67b11f682 SHA256: 7a590f23a66f028f4f9d3f3180f48b1863da07e2d0a35a313e885d19fd33e26f 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-add-contextual-data_3.28.1-1_amd64.deb Size: 41752 MD5sum: 8540d9bafb9dd1217b59b6ec9136adfa SHA1: da7c35a10dcad54b445285442ba338a592a3e09d SHA256: 8726f12c305c52b0a42c4a0bd6ddc4c4ec97fcdc35c47757cf7795156a2685bf 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 115 Depends: syslog-ng-core (= 3.10.1-1) Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.10.1-1_amd64.deb Size: 38250 MD5sum: 7e48caaef7eb4d81bdd563d5b58c16d8 SHA1: 9012d150609bf3f7268dea81ce2a181158337266 SHA256: 885c64cb81b5a6f20167e59bd2688bb6b52c9024496dc26ecef7679bda5d5ff0 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 105 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.13.2-1_amd64.deb Size: 45632 MD5sum: 435ce74ef9a42d3cdcfb099ae3881a9f SHA1: c0ec6686ba53f33e5af75a5a37372b113ccca9ec SHA256: 89de782d1b3e43c95b5aaa0115a7fcff37fe3ed02416fcfa02ef52e44031c97e 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 80 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.14.1-3_amd64.deb Size: 33420 MD5sum: e100727731e8c0b8edb563f477a0dac4 SHA1: 3b184c84c50cb8dfddd69965e47a87d176cdd932 SHA256: e6ae73aa2ee891a909155e41eb9c280c4207c7c2f2a9dd4a1d052ff92a925045 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.15.1-1_amd64.deb Size: 33844 MD5sum: 9717d497f5ae657716fa842aea365ed7 SHA1: 13ce8f3825cb4fdc4877f7323b58e9d0597302a5 SHA256: 6b7a179e049f5d79aa44896c02d499966849f0834a82ed3bb8c3a75666aae2dd Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 109 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.16.1-1_amd64.deb Size: 45870 MD5sum: d58c2b511bb69e4689aa8b3ac517bcaa SHA1: a64a7a0e0fe9e0bfca2c04696396e9f59f60e194 SHA256: 268166cc1dedf17db6c27f59534140d3a444023731c94a01e5a6c02b7add0c29 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.17.2-1_amd64.deb Size: 46324 MD5sum: 5dfa74974971e866be07e2c32483c513 SHA1: eb296a7636c6dcd137f7fcd7ea50693687dfc362 SHA256: cd0887a45ca7289064cb27a7b4a5fd0be3ed1f38773c9becb148a986a18d91c7 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.18.1-1_amd64.deb Size: 46548 MD5sum: b0f25bb33fae6f9d0d3fd2ff878a8091 SHA1: cb743a384691787c48c8a3cd444f2420b28a4e63 SHA256: 750338cd96994a0607da6070bd842b8e084fe63dcbcd4ebde9d3e7ea57c8f3c8 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 109 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.19.1-1_amd64.deb Size: 46180 MD5sum: d39ec307e925b73ecca72426d644888f SHA1: 7c26472ca1252b93ffc2e1d77344b9470f2e0a60 SHA256: 0d5702406693e29a257046e152528630c0039922a65d2b44d3f14dc595f900f5 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.20.1-1_amd64.deb Size: 46638 MD5sum: 4fea59cc75884a2624489757b8eba933 SHA1: c9979af2487e5ff72973619264f6a1d01c27100b SHA256: defa17b18a862213b60b7a887b13ebdcd570ed063a5291881466b51f4443b1a7 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 114 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.21.1-1_amd64.deb Size: 47922 MD5sum: 4ccebab82634bc97eec5a53ef9572032 SHA1: 3944f69d2dca8fb63c3ce7e732c95b131b13d3d8 SHA256: 60bb36faf35037ec9566d7300140c976db6ff56ad2f47765b40f311da3794c5f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 113 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.22.1-2_amd64.deb Size: 47318 MD5sum: 2ce84a4bd682446f89f9916bdccf372a SHA1: 4bc8ccb6bd760a22b875bf0513296b0a344e38c4 SHA256: 810c850910770ed7954c442965b888677c52e128c92f5b08b66cafb203247f6d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 113 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.23.1-1_amd64.deb Size: 47210 MD5sum: 95ee531e28614afa02f38b6b9017e5e3 SHA1: 718ebee4e48310000f35371e03bc721a4e208744 SHA256: c12fdcee9025328ca24ba1246475774011684dda9a01f0562ae28c1647db3a1c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 113 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.24.1-2_amd64.deb Size: 47758 MD5sum: 2ee0de4e0b7d9c18fb7d436290261a9e SHA1: 88b327b7df61bebd68792f229b711731c16d9c42 SHA256: 6ddfddbc634e671f4218a2b1d81710385024cdaf9015d0f7c1a3ab1f8d1c7bc1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 114 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.25.1-1_amd64.deb Size: 47872 MD5sum: ec8c0ab7931f5fcaaeb1c3a4635754af SHA1: 80c73e722862402e60c99a15c501b7fb3a3b8c95 SHA256: 66e2738b509dcffd041b519fa20a575571f9900ea8c89eb0a314388e4b661098 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (AMQP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the AMQP destination plugin, which allows one to publish log messages through the AMQP protocol. Package: syslog-ng-mod-amqp Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 117 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.26.1-1_amd64.deb Size: 51796 MD5sum: 29e86db4a3a737696fd0ad91a90725d9 SHA1: 3f75978c099c1b6e985964607a0a08df7d464eec SHA256: 217e9dfb7c844c1c1cea14bd7e6d8fc0945fe5e81c69a617260b100367c9450a 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 116 Depends: libc6 (>= 2.14), librabbitmq4 (>= 0.8.0), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Suggests: rabbitmq-server Filename: ./amd64/syslog-ng-mod-amqp_3.28.1-1_amd64.deb Size: 50278 MD5sum: 641e466d5e488601296e05d62f839e61 SHA1: 98de0646050bbc4aad48c40da268c2c207d2e156 SHA256: 215e100f4086882f6374ad5d8de78c377a77a91eb59ef0b644054f99df7d311f 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-curl Source: syslog-ng Version: 3.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 12 Depends: syslog-ng-core (= 3.10.1-1) Filename: ./amd64/syslog-ng-mod-curl_3.10.1-1_amd64.deb Size: 5942 MD5sum: ab9c9d22cfe34950ef2a5bb1178845a5 SHA1: 7a30377a11baa80a8076356b1b49dba40dc6763b SHA256: 8945e00bf96b0c9936d9b5034b1f34dd148a069a35ac360b93bb676c53cb3001 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP CURL destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow 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-elastic Source: syslog-ng Version: 3.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 5146 Depends: syslog-ng-core (= 3.10.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java, syslog-ng-mod-json Filename: ./amd64/syslog-ng-mod-elastic_3.10.1-1_amd64.deb Size: 4595958 MD5sum: 36e19398ba1564ce41b18bf63bbc6f6c SHA1: 083cf683babfbc178aa8f507eda47768fd0b258a SHA256: f04e5c1ff3e8f75f78832385b38a94b88b71c03ab8f81f5418498419609f4046 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: amd64 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: ./amd64/syslog-ng-mod-elastic_3.13.2-1_amd64.deb Size: 4613604 MD5sum: 04a609ffab16f88afbb1ef982b3626cc SHA1: 8c1bcf0bcea87dcb1c7a191911f1a2562eba519f SHA256: 68843b603dd272c513c4b6931b37d2769fe7bf03f3434bc2dd13ea739d02eacc 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: amd64 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: ./amd64/syslog-ng-mod-elastic_3.14.1-3_amd64.deb Size: 4609558 MD5sum: cce3fb730e1990caee1e08d11bd64645 SHA1: 7de4e4d0568316a74ee2b48ffdc4498d03811fd1 SHA256: 3c8a1eccffb63943b9f8cba1c88e01218bccc4a89ed544a3ca92a31c40656300 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5158 Depends: syslog-ng-core (= 3.15.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.15.1-1_amd64.deb Size: 4609934 MD5sum: 1c221886bd8529f594be6220dafc02be SHA1: 2f1159a732ef3ebab91f4118e11a77e23526891c SHA256: db3080dfd239bfffc028e2c0e13ddaca919932846d049b7be69417fd411b9ddd Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5174 Depends: syslog-ng-core (= 3.16.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.16.1-1_amd64.deb Size: 4612952 MD5sum: 0af86fbea7a075f6f2742849e9b4bfb3 SHA1: f42e097b95e4a8404c1f6c67f0751fc63a78be20 SHA256: 2386411e80959043ac0b16f1c821000ec29a44bb74e2eace32b9a75677b124f1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5175 Depends: syslog-ng-core (= 3.17.2-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.17.2-1_amd64.deb Size: 4613664 MD5sum: df18b29eacbed1640d2d609445ae0656 SHA1: 8085c63af1aa60c9058fafff20c8412b6ec35a21 SHA256: 964a4160c04de944dcb64a398e70e98c01eb1766bef3fcc121cd2268a66b924b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5175 Depends: syslog-ng-core (= 3.18.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.18.1-1_amd64.deb Size: 4613520 MD5sum: ae387e6a0f3665245301e11b50887e73 SHA1: 9cce874e574054404be37a828daf768f06515f3d SHA256: 030b5bc53ce3ec5e0e672ba0e54965a691d607c60f16bdd09ae93932c83f4354 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5174 Depends: syslog-ng-core (= 3.19.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.19.1-1_amd64.deb Size: 4613224 MD5sum: a85c4558dd6003f314660cb9379d94d5 SHA1: 6d74580acf0aaa064e7da6fb1237d9c768e4bbef SHA256: 2d20924c1015fc1a328c84c09aae44fbb330430947c79d5c1dd6e754989e8d91 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5156 Depends: syslog-ng-core (= 3.20.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.20.1-1_amd64.deb Size: 4598224 MD5sum: 88b4f293e97dea3ec24fc063e447ba8a SHA1: 487fa3d93a54e6e0e2e344f386f6f79ac85df749 SHA256: 6bd8184a3942c4d0a649fca1c7146e883cb202a03e88ad4799f4ccff7b49a9e4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5158 Depends: syslog-ng-core (= 3.21.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.21.1-1_amd64.deb Size: 4599036 MD5sum: 896d4c01d546f707164e2a4ee8cfebfb SHA1: 7bd8e09fef08e0a8739395045fc9ef42c91ae292 SHA256: 6144d5d78d7e8f1022ef2e8ec22bbd4312bdd3a94334832587920b4ece656ec9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5157 Depends: syslog-ng-core (= 3.22.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.22.1-2_amd64.deb Size: 4598426 MD5sum: 6e55de03716d4807b15d55371838b06e SHA1: ad3af17dba1c56f7d2dba548c50bc52a5ad73583 SHA256: 3da7d1bf0f958a441be4a4a738fc7ee89e1d641654c457422a35fd08d3989756 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5157 Depends: syslog-ng-core (= 3.23.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.23.1-1_amd64.deb Size: 4597926 MD5sum: a12918b3f17515925257f99bd4c53888 SHA1: 2b0470aafae7e1bcc27fa89ab86574b574c9c3d7 SHA256: 97e34f76ce3b6ba1dcec29d751c062c073602570db16c23bd9f93b6ecf63935e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5155 Depends: syslog-ng-core (= 3.24.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.24.1-2_amd64.deb Size: 4598132 MD5sum: eea13c914b2712d9007b96d739bc0521 SHA1: 8ac136c1e85a616f719dd5992024715c13b7ef65 SHA256: 2391f56af235370507f859ba05562e74b7c533d7773305373497aca342a3fabb Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5156 Depends: syslog-ng-core (= 3.25.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.25.1-1_amd64.deb Size: 4598474 MD5sum: e9d2c218a00a13c72a7dd86f3b234385 SHA1: ce53a426e5673f18c48af3fc693199f5f7a5dbc6 SHA256: c674b9208bf3fad9ce36633c83522669616b36dab61c27dcdf2a85b3f8691033 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Elasticsearch destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Elasticsearch destination, allowing one to send syslog messages to Elasticsearch. Package: syslog-ng-mod-elastic Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 5152 Depends: syslog-ng-core (= 3.26.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-elastic_3.26.1-1_amd64.deb Size: 4601540 MD5sum: 028e550ae53a8506ed20adb6e04754fb SHA1: 35394e9172471b8dd169ae20c467c081ce46412c SHA256: a96311ba1f53d9a5f3b66117943131b914d05773b72684f13e20da5f8b6481a4 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-examples Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 169 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.18.1-1_amd64.deb Size: 53098 MD5sum: a19a148afb458dbeda334027296b5595 SHA1: f053e53799511511a26cd8ccd96a5ecaab56ab5d SHA256: 674f0551ce109099eb13d18500ce90c2c934d5c5ab6e01329d45077263ec25f2 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a collection of example plugins. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 172 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.19.1-1_amd64.deb Size: 52824 MD5sum: 40f7a3f8c6676e14a93e3c3f5e8f9b56 SHA1: 7fc9cb5fd59f769da0fbecab12938194e6df5753 SHA256: 3e064feb342336d876bff32d5f6369b38340189311e6ceea4888e3761e4d1407 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a collection of example plugins. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 173 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.20.1-1_amd64.deb Size: 53422 MD5sum: eadb58c5dff15aaec5e16bb31a2515e1 SHA1: a977f5af571631cfd592a4fceec420c20254ba2c SHA256: dee45a1964266aa9e45690218b0a6b0c922afaec00b4191f59860749d6f747d5 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (example plugins) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a collection of example plugins. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 173 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.21.1-1_amd64.deb Size: 53722 MD5sum: 31bf206edec3119c83a87ff0fe80bda8 SHA1: 0a491a768ce9ad75f5c6e4ea3d68fd67f1243e6f SHA256: ae7fd39448a4a674d3efe0e6f80a3a45b8315b29a142772b4fc86ec6a4e27667 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (example plugins) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a collection of example plugins. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 172 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.22.1-2_amd64.deb Size: 53168 MD5sum: 134457013ddc67e549bed0eb72768038 SHA1: 42ba3f3ea674821847ddd3c0a87da42c884d235d SHA256: 2a02c8f89c0c00e06ae355b052e3484689061dc17e9a06ee0f24e1d5b31bbedb Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (example plugins) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a collection of example plugins. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 172 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.23.1-1_amd64.deb Size: 52654 MD5sum: 47bc43d9b1016d7e426afe7cde53d5c8 SHA1: 8b4e34e37c0738a6aa99663013e48c64672ef6fb SHA256: 5995b298b971547278479f086f987c782a125baafba1ed19a98f421bb7eb6837 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (example plugins) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a collection of example plugins. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 172 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.24.1-2_amd64.deb Size: 53498 MD5sum: 8676b2f66367e33ba287be371c1f0c9b SHA1: 932530ac358103bd1b8316d4aa5b1a4f438024ef SHA256: 088fcc5ba511945dbdec2575fb10750d1c3b4e51f997ee6933894fabb9b43410 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (example plugins) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a collection of example plugins. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 173 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.25.1-1_amd64.deb Size: 53676 MD5sum: 6dbec66eb05ca37df56401a6bc46c61e SHA1: 7e28ab3378273799737d406adf7eae0d0aa3e21f SHA256: 1a8a0bc2c603ed2d3aa83315fc50e7dc5ce76f75c28f4ed03a159bac847adbe8 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (example plugins) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a collection of example plugins. Package: syslog-ng-mod-examples Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 200 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core Filename: ./amd64/syslog-ng-mod-examples_3.26.1-1_amd64.deb Size: 60346 MD5sum: cf9ac39012227dd5ee7844a7abcebb4f SHA1: 117d4b0c0c3896fc5ca0b75f9a6a3d6edde8c1ef SHA256: 88a5384eac0a48485cabd79b79b805c2a44e73b7828449fe8cb84a18f06cfe99 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 200 Depends: libc6 (>= 2.25), libglib2.0-0 (>= 2.31.8), libivykis0, syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-examples_3.28.1-1_amd64.deb Size: 58858 MD5sum: 7f3b299de14456227d44161d6a6ae568 SHA1: f1458efc1a4f556e87e0ab2cef0d53138874de74 SHA256: 04f3143445ad242d4731284dea6aab090b356f62bee9d2466f37ccb0ece0c9ea 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.13.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.13.2-1_amd64.deb Size: 23666 MD5sum: 5d08570123767038fc26ca2ab672a578 SHA1: 245e138092c4d70a2d2d0ccfe4a494307dd5f0a2 SHA256: c8622098e17db4bd475f2c3c8e5801b62ee5c88e340e23f696c34f67f1b6f2b0 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.14.1-3_amd64.deb Size: 19872 MD5sum: 427bbde2fea032ae453c3b8e1c9f7f81 SHA1: 4b816103bb9337376e2f2dcd39689558a2367b11 SHA256: ba9945838879cda7cd8da88faf5ae5583d58b1c907b19f074318f86a88ab43c5 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.15.1-1_amd64.deb Size: 20106 MD5sum: 6de5c126b23fc7a8c50631a9dd9482a5 SHA1: 9cae7cfd457a7d1a01b0829a8d963562abb9c995 SHA256: c584be07069ee1b99a791a3f70bfc82f21fee0d98da629d1a690b5985d5a9941 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MSSql/FreeTDS databases. Package: syslog-ng-mod-freetds Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.16.1-1_amd64.deb Size: 23702 MD5sum: b7a2a349bfcb9d5aba9c790f2080ed24 SHA1: 60f3456a02f81223301e50e49a273a9e6ebf4331 SHA256: acef07dab55011d3e0414210db90534ab76afae1283028addf6be774ec52b710 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MSSql/FreeTDS databases. Package: syslog-ng-mod-freetds Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.17.2-1_amd64.deb Size: 24190 MD5sum: 952d381eda209f18c7b489cce8979dda SHA1: ba92cf33cf79d454c0fd4ac3efdbce59b1ef751e SHA256: 61c421cec87e7587dbf93415d8565a643e2d6c7d488c39c3d6559f97028a4e20 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MSSql/FreeTDS databases. Package: syslog-ng-mod-freetds Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.18.1-1_amd64.deb Size: 24170 MD5sum: f0b20ec46b6ecdb0c8d418407ce946ec SHA1: 2a65467931eb4f9529a8186eee4711652387a027 SHA256: 1f6fa3e5949750d0b15d0e92fed33bfe8a92db1fae6700a84c6fa067706d5233 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MSSql/FreeTDS databases. Package: syslog-ng-mod-freetds Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.19.1-1_amd64.deb Size: 23748 MD5sum: cdd8b9dd907fe1edcd0941dc52adb357 SHA1: d0ebe405fe78b82cb7a0e3b77fbcaabc635f132c SHA256: 8e3acd9c3262b6fe75aaba2070fa9eea49901d8d41abdb251eda5b3c0b5dbb08 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MSSql/FreeTDS databases. Package: syslog-ng-mod-freetds Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.20.1-1_amd64.deb Size: 24178 MD5sum: faeb2aead3dfb388f7851f096207b486 SHA1: 2458d05cafbfa87b6ab9baadb8c184aa70039a68 SHA256: 867b10e45acdc4e280eac483dae9a35e2481ca380b8942a1529f50a99297f2e1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MSSql/FreeTDS databases. Package: syslog-ng-mod-freetds Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.21.1-1_amd64.deb Size: 24562 MD5sum: 60944bcf8c38623b192e19573ca11a69 SHA1: 4f49a58b47fc1087ad5ecb3d844329c45598fce4 SHA256: aff07a3647a003edc7d8c8a3d188633b0816a7dd7d40fd3fe8ced391c2a377a9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MSSql/FreeTDS databases. Package: syslog-ng-mod-freetds Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.22.1-2_amd64.deb Size: 23958 MD5sum: 6b5de551b06970ae41c5a974bc0efda2 SHA1: fd084b61fd41b132be1ace1cfbc46688ae067489 SHA256: 40ca5b200e7790bfce0119f6cf58cc6c9c5a1cf4f3891f82b8dfeb31e172a0cc Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MSSql/FreeTDS databases. Package: syslog-ng-mod-freetds Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.23.1-1_amd64.deb Size: 23580 MD5sum: c9974ae2698d9d8622e9f6f96ddbe670 SHA1: b759fe1780d521f0c257d0830da9f7aa158e451c SHA256: 22fb3b8eede797449a12ad92fb7b8a0fc0e51584f40c1fd923e467b28a595ede Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MSSql/FreeTDS databases. Package: syslog-ng-mod-freetds Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.24.1-2_amd64.deb Size: 24072 MD5sum: 7e42201292c4d61df3ccaa92da513e6b SHA1: a577a965a99e00cef88b5afbb0e1f1d293587445 SHA256: 2cc03ee93b30c240f8687f65915d846e9cec4c053d4248e0c7a7b912f7632be8 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MSSql/FreeTDS databases. Package: syslog-ng-mod-freetds Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.25.1-1_amd64.deb Size: 24186 MD5sum: 86ec23fdd1ade2f6f8f755c945ed8b2e SHA1: 75c29bbd2271299779792906c4efbe1829c13549 SHA256: 47b3648d6b1c55ad9225089536b27ee82779bc79d5e5a7a9ed4030472d9c131a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MSSql/FreeTDS databases. Package: syslog-ng-mod-freetds Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: syslog-ng-mod-sql, libdbd-freetds Filename: ./amd64/syslog-ng-mod-freetds_3.26.1-1_amd64.deb Size: 28124 MD5sum: e3f7e8ececeb5b149eb9d566da479b51 SHA1: cc96215c176f0a0fd0d68f10160676c294e8e0c4 SHA256: 5926763bbbf2338366997cb2db044ec15c6f2baf177890a8f5056fe1f42704eb 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 54 Depends: syslog-ng-core (= 3.10.1-1) Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.10.1-1_amd64.deb Size: 15116 MD5sum: b3fcce0265c5c1e20e37b991919d56c5 SHA1: a620710a68c43882aa8cbb9cc79f3f545ce5d843 SHA256: 9a160386e7caec0cd62f5861980dd7e4e930e54c405d3f8b33eabed2b67d7c4b 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.14), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.13.2-1_amd64.deb Size: 32930 MD5sum: 0b5c6ea66f12332aeaf8cbac0469741b SHA1: 9d987f8a4dd3ca3d2b898dd7cab4b0b9bc1c47ee SHA256: 8243443a0ed245ea4631ff36a17937cbe42fb16b002e0d1289235e113dd24dda 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 67 Depends: libc6 (>= 2.14), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.14.1-3_amd64.deb Size: 29138 MD5sum: c80270bdb9d18633ee212b6abc45f345 SHA1: 13627a6bb1f7428e8ee99bd56eab7c31b828939c SHA256: 5e53dbe21808f2a52f5c14c0beccc66fe6e74198ceb5272e6f463e4e8e6bed4a 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 67 Depends: libc6 (>= 2.14), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.15.1-1_amd64.deb Size: 29416 MD5sum: 0824e6ee021f75d00d71eefa02c0a104 SHA1: 8c284dbdf437e4a277b34ec4b5675db23436cf8d SHA256: f832c90705e9a7ef3eade4540be122dfd9882a2f6cecc48309b1b37a287a4558 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.14), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.16.1-1_amd64.deb Size: 33054 MD5sum: bfd554d80f96c2857bea1e0b593a5772 SHA1: 58e87d862c58df6194701feee37d7df146a1a100 SHA256: b8dbfadb355ba70e806d9099d809a8cfd9441fe1612215f6636e1fe3d7a047f0 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.14), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.17.2-1_amd64.deb Size: 33546 MD5sum: d9a76951acd435e531e13b9b5aa4ae8a SHA1: 482adcbcda1e66144f9afb7325003894f9802097 SHA256: 20aab6a51e7ad359f01d7fdc8f01902c7f876a9781f076d6274274a56a78b727 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.14), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.18.1-1_amd64.deb Size: 33564 MD5sum: e9dab0f379b0da8ba5bdb69d61147d8f SHA1: 32edbd9761f4fccd04d0a1c76e30c45e1326df75 SHA256: 7b5c62b9a3e0c99b649de129b78d995428d1b1f511c517abd0a67799e9dfdddb Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.14), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.19.1-1_amd64.deb Size: 33154 MD5sum: c5c6d452469d490334229a08d430a8bc SHA1: 379c061f0c2bc4531c446bc73e5ba0002b70488d SHA256: 6ac5140fabbd0fabf202abc9d39a6ea0e9c8a963829862f19fbc7fc4bfc13ee8 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.14), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.20.1-1_amd64.deb Size: 33628 MD5sum: 0aca8801a8cc32cac621fb947456372a SHA1: 3ef0f20c73198909e0d885098a3796104d2b125c SHA256: f947fa6f60b35d6f8a1ff1614200a1181efd7321cadfbf0edf554fe0ee8bdab6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.14), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.21.1-1_amd64.deb Size: 34006 MD5sum: 0b1da31cffe54db68809683e462b73cf SHA1: b31f43682a0635f2e7329bab809194b48bd35a75 SHA256: 7dd2342181a65917239b2e04ebc9e248374356c0fb3d59dea7538ec4fddc20a9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.14), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.22.1-2_amd64.deb Size: 33414 MD5sum: 15eb07e85a567c97b58bf1527f833604 SHA1: 2e08865050393da7b12c7c01a456f785661f6048 SHA256: d8bf6d48c0867b7e6b547f4ee2771caff496bb478d5d76c6401b18035974108d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. Package: syslog-ng-mod-geoip Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.14), libgeoip1, syslog-ng-core Recommends: geoip-database Filename: ./amd64/syslog-ng-mod-geoip_3.23.1-1_amd64.deb Size: 33148 MD5sum: 39f2b8626611f44349541d3ee88e650f SHA1: 54ed52a00c0361087b076d464843b7358acc35f1 SHA256: 1662acecbbbebaf1b541324bf3ab0e8fdbf8e058f2bb97ae906f302319ec58bc 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.13.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.13.2-1_amd64.deb Size: 34690 MD5sum: 583009f7b9c493c48c5d578c6cc9a584 SHA1: b8ec4771445619b52d2500ae016d9b1a0ce4ddf7 SHA256: c45154de0d905180d55be29bff6cb10e4b6653e205301391197617f9c9e34074 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 71 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.14.1-3_amd64.deb Size: 30864 MD5sum: a38447d7eb91d537fd31baa6719df4d0 SHA1: 0362258931bef2c488a6f98f1f24a43c2f066611 SHA256: 980a1e515fdb7340713a5c366bfb1f1036d81a477bfd85c1ebf1caede0c4e259 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 71 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.15.1-1_amd64.deb Size: 31146 MD5sum: 2f135f76f7bddd65c91e5be5cba9b314 SHA1: 027e8d9d57f2c96729a6971689d46c86b4a1a87c SHA256: 455d5299dc15e447c4cfdc56a22fd964b86fab9577c3023465e849e30c764aa9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.16.1-1_amd64.deb Size: 34812 MD5sum: 9f587ea974c61948df8171622f9fbd4e SHA1: 18f8e348d0e772d1c52a15c6ec13cd83c7e25079 SHA256: baf765162cabb04f52ca6c6d8cb0c96a2ea16c9b51cc66dd7c9fa02ce72e0720 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.17.2-1_amd64.deb Size: 35342 MD5sum: a4a396e64b90196455b4b7601f1687da SHA1: 3c8a380c56d05916ebb1c63bade272a232fa5544 SHA256: d059e679c27402452ec23acb7623bda091cb8f023f269939a933552f5156fc21 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.18.1-1_amd64.deb Size: 35314 MD5sum: 42d2ee42019f65f4fc6cf4a3c0e30fba SHA1: ee2ddc441005377c7a69050e3c071cef5f250096 SHA256: de3efb53403a41b3ce7354f4f53c1f3ab9f1c2b806732b44ff0a27ff1df54345 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.19.1-1_amd64.deb Size: 34910 MD5sum: eeac796cff26c019dc7e7d36db18911c SHA1: 835b1b76f228e1f47f5f75cf73e935fefc48211a SHA256: 8f63baa8444cb8de211234ed18c964093b9c5868ba89632f9a9d0b4ad4404c98 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.20.1-1_amd64.deb Size: 35356 MD5sum: c59df701176ac7883586af269a4fb79a SHA1: 60989197002febe9e4fbbbd0b7674fed1e3af3d9 SHA256: 8d8f4f6657ccdebff122854b7fc91d186fc966ef0c1b29bb70266e9223844f3b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.21.1-1_amd64.deb Size: 35738 MD5sum: 71298d5f6759164cfcf12d7b4a2a0ecb SHA1: 3edfca42a7699dbd7aa035845d3dc134f14e2834 SHA256: 50ceb2a12da2a0b7305c92d80f03f7a1fe8cecc17e452e000dbd44f21e8a0ef4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.22.1-2_amd64.deb Size: 35168 MD5sum: 04b32efd83bb5606b12e381a00289a4f SHA1: a1b52c35fee90872e796ff5049f2d3b9e34eea80 SHA256: 8569dc6bed7a5f4a12b07adad011975745fe725e491e40b934d6a1ce814f855d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.23.1-1_amd64.deb Size: 34896 MD5sum: b71510bc0355240ea9b330142dff2b85 SHA1: 83db5333a25cd1f16bca660eb3c4e03b8fd91d47 SHA256: 7abfff3b0ca3ed5293b3c4ed12472490decc88a0f738e19040bb437017d579ec Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.24.1-2_amd64.deb Size: 35604 MD5sum: 8875beb93a9815ad6a95de5e8acfae30 SHA1: 9f38934fe09810cae93026e351386b9ee0ed6f45 SHA256: e52720acaeef196d12bfd1caffd07ca20ef1353620e4b2eef851b2179e3e82a0 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.25.1-1_amd64.deb Size: 35724 MD5sum: 3648513c4278622214c764c9aac476d1 SHA1: 1b188b09927bdc19330157d0ce2d66622e3671b5 SHA256: 29efc1ac5371a6c8d59da1c1853170a3e1e7b14e760876e4780bd34a6aab2785 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (GeoIP2 plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the GeoIP2 template function plugin, which allows one to do non-DNS IP-to-country resolving from syslog-ng templates. GeoIP2 uses MaxMind DB. Package: syslog-ng-mod-geoip2 Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 95 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-geoip2_3.26.1-1_amd64.deb Size: 39814 MD5sum: dd5cc718177ee8a98c6b17752dc66169 SHA1: 5ec2d23901a78ceebcedbdbf2b0c6fca49ce3ec6 SHA256: 9fe6e867ee00f4d0862ced05e717405d5b44c5a296c8aa7ba5050ba1c0eccce0 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.14), libmaxminddb0 (>= 1.0.2), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Breaks: syslog-ng-mod-geoip (<< 3.25.1~) Replaces: syslog-ng-mod-geoip (<< 3.25.1~) Provides: syslog-ng-mod-geoip Filename: ./amd64/syslog-ng-mod-geoip2_3.28.1-1_amd64.deb Size: 38212 MD5sum: 058c63a4c04160201770b30fb168a446 SHA1: 25cf12b438632ec3ef29f36d30324f49056ebc22 SHA256: e10e906f561645858cfb40f496180387462f6ffb63b8343aa7336bb4dcf14958 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 30 Depends: syslog-ng-core (= 3.10.1-1) Filename: ./amd64/syslog-ng-mod-getent_3.10.1-1_amd64.deb Size: 9668 MD5sum: 9690c6363cf3fe2a5e1049c4c0d54ed3 SHA1: 24e53a6fe98bf4fa300e49bc5e4cd342837d5cda SHA256: 5db5e1688dad4d0c72cf1c38622e9d6168b8096ee33a9c9fb194c8e56be2bf26 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.13.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.13.2-1_amd64.deb Size: 27498 MD5sum: 25c1a57c278c57fdbda248fba8c37119 SHA1: cc61f9af85ed4878ebbe4c3b5a6e8e7d6e2e2757 SHA256: 51d68edc0449d7a32da3221acac3786f7d2470142848b80203e8f7fbe539cde0 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 43 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.14.1-3_amd64.deb Size: 23682 MD5sum: 3a2f06c49ad365cd674251ffc4606bea SHA1: 6996c98315b8d5fe073ba6223f8de9711fef2226 SHA256: 591a46ab01b187e1f0f1c623bdb59068cac063dbb5805a1148f70f9676de4130 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 43 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.15.1-1_amd64.deb Size: 23910 MD5sum: ac03dfe2e85e96e5aba84fca4cef0498 SHA1: f765f5bc9a9add26a423fa64012394985ef65bbc SHA256: d7203c8699a5aef63339d158861bb88b2f3249260db5d92cd24b75f4940707f2 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.16.1-1_amd64.deb Size: 27518 MD5sum: 1cb132651b7f4ab460035db01a6190f2 SHA1: 6b622103661c37a6390580cceb69291b7defaf43 SHA256: 824d748cd535a0bd6d20d27d3771769a3f0dbb338acc7172971d6e5530815f76 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.17.2-1_amd64.deb Size: 28000 MD5sum: 9fa27f06e47cbe4fd178342738578861 SHA1: cd0d3077982d4e39067cf9ac6aa7b6e422388996 SHA256: f59cbf0dc6a2f834db48c9dd96eadac8231430cd3b28f085b1d07ed59e2dcad9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.18.1-1_amd64.deb Size: 27966 MD5sum: 8b824dbdcff5198fe9f99acacfb51ba8 SHA1: 393bb952d4861194c8ab5e41643c1826cc825338 SHA256: 5ede510e6281e2bfef37081162560519eba229be545ad29195943cefcc988467 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.19.1-1_amd64.deb Size: 27554 MD5sum: 0d30225aa21ff9f2110fd72616639d97 SHA1: 2acf551960cbbaf4609e12ba505347fa280e889d SHA256: 671f4d54841e3bac18b28cebf18c86a92cd3b0de69ef161b6521c883313e7949 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.20.1-1_amd64.deb Size: 28000 MD5sum: e60605e05f4300149576bb840d84bece SHA1: 0ab08a74b68669cf83e9f4e3e8c2032f8bce6d21 SHA256: 5d63266078c8929eb4c4dac257c9f3fa4106fd1ac4581ad67250fc8d7ec6b646 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.21.1-1_amd64.deb Size: 28356 MD5sum: 33a53142e6079d6b34d24ba1841f7a4c SHA1: 5feca6f256dfe7b97ea7b0aaee562479e3415426 SHA256: 47ca446acc0abc60a7c0b79160fc8aa4f7fa3f6c05741034505104143271d78b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.22.1-2_amd64.deb Size: 27776 MD5sum: 83125ba77eecb8f02b6223f9f19e186a SHA1: 85aee68813cd0c332b00bac5c68d6260539a6fba SHA256: 6cf36af6d7e70848dfb94e96cc5dc4fd404fbdedd34697673ff9779bcf3582c7 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.23.1-1_amd64.deb Size: 27392 MD5sum: 30f2716f24bfc83131ed962da5d5da49 SHA1: 3e1b8b70752734e3fe25033a5ab3ebdebee66401 SHA256: a7a6dfc1ca78b9d30694a6799ecb76770e406615a577c730350e03a3bb2c7319 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.24.1-2_amd64.deb Size: 27880 MD5sum: e75de0742d4e3e894fe281889785d568 SHA1: d751d2750d59dae00a3f0e89fb958687b7f99035 SHA256: 6a38147c1c13c64fc7eeaf4e836eae6ef2cb74b424f632a290c9c7aa55df6921 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.25.1-1_amd64.deb Size: 28008 MD5sum: f87fa5422e4ff228d60f347aec595668 SHA1: 16877f327b38c4ab7204cea327a491843c323fb4 SHA256: 3c7ddc9bd8f2d494b95869c1b8b05837de17f77388f2c93ef958ea83fabeaa60 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides getent module which allows querying the Name Service Switch library to convert UIDs to names, protocol names to port number and much more. Package: syslog-ng-mod-getent Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: libc6 (>= 2.4), syslog-ng-core Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.26.1-1_amd64.deb Size: 31924 MD5sum: 6903efb316994722ac012bd93a47cbc5 SHA1: 28aa8c75960714fea24fac0e4deb14d463e36cdf SHA256: d34f2cdb26be10dae4ba038f7c365af0961e97c2163e2b2c9022f3f92c9c8b46 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Conflicts: syslog-ng-mod-basicfuncs-plus (<< 0.6.0) Filename: ./amd64/syslog-ng-mod-getent_3.28.1-1_amd64.deb Size: 30272 MD5sum: fbb00172b279c637a5dd2b0e70a4c134 SHA1: 917f0e51e2f2ab23567423b213bc8f4593d55485 SHA256: 4afc77d1fcf5ab7c1d0904fa6990efb7980789286752d9ba1f701e37666942cf 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 33 Depends: syslog-ng-core (= 3.10.1-1) Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.10.1-1_amd64.deb Size: 10152 MD5sum: 8a88fe896efd13377dd51d491108b314 SHA1: c9262bc86754a1c15974846f7c7c8f74ea33d943 SHA256: 28cfba8a6281b67cdce97047b842d99b615ce8a7362095dd2ee2a1d86039c050 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.13.2-1_amd64.deb Size: 27430 MD5sum: 071aabb539ba3035dd37da66efd8147a SHA1: e6e41995953c796c41295f879857d141bee65722 SHA256: fcd1aa9b080169117f60a23ed2f50c4a4622723e79aa14bbdd34865f9ad32c6c 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 46 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.14.1-3_amd64.deb Size: 24098 MD5sum: 7e3423cf869d03030b5d1b4a1e00f476 SHA1: b239cbbd4a9997efee52ccd6fe6aa0b1df1750f1 SHA256: 7bc3aaeadb6c4c3aba44f262185e0b9832ce14f7b133552bd5c5112b7beb86c7 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 46 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.15.1-1_amd64.deb Size: 24320 MD5sum: ad93c80e36da652fb1b317bc9b7a66cd SHA1: 56c38e963292b41bc2034d21ba7350fe95b047dc SHA256: dda196e91bf4b467db8eb8ba95b97419d1713e0da1c6f2cc793d63946c90eb31 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.16.1-1_amd64.deb Size: 27426 MD5sum: 08317689ff7117703e13e74511febeee SHA1: c25ead4d0c2e710a62360203f62fab26a6a30d51 SHA256: 71d9835467e1737c3063659a90a41e6d1495c343da2d3ba7ccc0fc67be886f73 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.17.2-1_amd64.deb Size: 27908 MD5sum: e0f45770847d7a5583f045781ccd04b4 SHA1: 9677b36d89fc1dba8e753a028553762c55ea0dab SHA256: 815df1dd85e9bccfffab0cb697cb53ac2c7e0d20bb247bec5a282aab46b751ea Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.18.1-1_amd64.deb Size: 27876 MD5sum: dcd4cca1e7fde6a2a212d8b37e921e01 SHA1: 853598af8d81370d409c36bd8b0445ca3f2301cc SHA256: 6a9d16cf80a5e4415195de1a6d09f524844fd9f82f1930914a0321f712ebfeea Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.19.1-1_amd64.deb Size: 27446 MD5sum: 78afb6643dc14df369872cb39eb056f8 SHA1: 6d7e49eaea28b19d9eebb94de79b292300ff5466 SHA256: 848e7ddb277360c23ad5b4acbcc3c35d86d23abe5fb5cfa1f6699012f046666a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.20.1-1_amd64.deb Size: 27906 MD5sum: 7e661172b25ba7299eb4eae6baa84645 SHA1: 8d9c872d72069358845e5f8bf4198156247045d1 SHA256: 282411224168e0fd16791c65cf5f84d7fa342b22c47d6b88554d6e8e0d8fae1c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.21.1-1_amd64.deb Size: 28264 MD5sum: b26a7aa8c72fa510911800fb84fb14e8 SHA1: 2073d6d438382b70caed767e0578633920e869a3 SHA256: 3fcad87ff5dbe17ddf88a3a7659427d37ff52dd5358cd3c5efa93f44a63c5b42 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.22.1-2_amd64.deb Size: 27674 MD5sum: 9384d9294e1327f1c85317d824c17efa SHA1: f61cdf1adfe7375e87231fac8e6c470171a38846 SHA256: ed7324a34f4a29d3af4a875b7bcd2086b929162c63fee3e92c2a31676bc865cd Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.23.1-1_amd64.deb Size: 27302 MD5sum: 00fb0a7501ec9491325978d9cf0e7838 SHA1: bdc044c12d08f9efeea69181c4132cf4f371365d SHA256: 1ffb234e289d51a483c595f58fc4374a7d5330ef8bdc2c3a93fc4fad2bf47eff Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.24.1-2_amd64.deb Size: 27784 MD5sum: 7394220ada71b3ec3d6d85743cfc5f3f SHA1: 761f8c827d7dc55cccf0d9a71477cdbc26838b64 SHA256: 004704a08cb90b0cdc49530a130cd4353d068ab83d3aa85a9cf314e73a8cf5e8 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.25.1-1_amd64.deb Size: 27910 MD5sum: 71b5b9141872476b4f5c2a77803a0bec SHA1: 224d63c084555cf159d974f0424244f4119dd72b SHA256: ac2e7cbcfcb5383c2ded71d0d391e54fbbc1e95fd16a6d35dae0d330fea3135f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (graphite plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the graphite plugin, that adds a new template function, $(graphite-output), which makes it possible to easily send metrics to Graphite from within syslog-ng. Package: syslog-ng-mod-graphite Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: libc6 (>= 2.4), syslog-ng-core Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.26.1-1_amd64.deb Size: 31282 MD5sum: 4f347432a25ef78460f9181924874d9a SHA1: 8cc42e9496444bf8b4f5a34337069caa911c2fc8 SHA256: 7e3f799850320fa2c231b69671db270f1639df107a4a372047190addf8daa8e5 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 58 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Suggests: graphite-web Filename: ./amd64/syslog-ng-mod-graphite_3.28.1-1_amd64.deb Size: 29662 MD5sum: c0a8f1103b2f48beb36e6089165f890e SHA1: b41a96d1c32793fde878c465d946bf55b5895a97 SHA256: f0f613c762aaca4cca2e47c4d481b6aeb9eae6e23b28ed04207b171a07d3049d 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 29 Depends: syslog-ng-core (= 3.10.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.10.1-1_amd64.deb Size: 12716 MD5sum: 548f09f28d81f74abed0fa65ee38902c SHA1: 42ec44123a35cac3905e36fedf6b0bc8df7fc738 SHA256: 82aec19713ffca2e8b00d698c7d6507f672486821f1065d24fdeda357a5dc022 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: amd64 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: ./amd64/syslog-ng-mod-hdfs_3.13.2-1_amd64.deb Size: 32004 MD5sum: be6b43737ae1a38272af501e4bc4fd8f SHA1: 61aab352e1b5130167a7af7078480603300f65ac SHA256: 779c903b76912694a671f810bb3da61305ea492d5bb753f6c95f37d4f5d3eebf 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: amd64 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: ./amd64/syslog-ng-mod-hdfs_3.14.1-3_amd64.deb Size: 28652 MD5sum: 150a0b8bee406bbf6e719638789bcc9b SHA1: 4f72554389a6c84f659215f5a0a5ca3cb6f0583c SHA256: 614ce7bc4d34607ed4fdbad7e18b70a879ffe02d832ce510d6fbf697c013fd0d 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 44 Depends: syslog-ng-core (= 3.15.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.15.1-1_amd64.deb Size: 28892 MD5sum: cc2b95c41ccac31ffc5b2dd05dbc1b76 SHA1: fb7ff183dd353a6fe30459732851e99da7079318 SHA256: 2c4d06c039dbb9a3d6ecb8032958e1d705081e907bb315293c40ed43d38b853b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: syslog-ng-core (= 3.16.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.16.1-1_amd64.deb Size: 32034 MD5sum: 2c760fcf100d6b6c4c8de62c34022e7d SHA1: 67d8a1bc7caf728ba391e8cb46979eb936479878 SHA256: 6b2083cb5c9bc153a08e4bd68f68c9d7ea0606e0f708199c9286bd8b5f7306f6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: syslog-ng-core (= 3.17.2-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.17.2-1_amd64.deb Size: 32524 MD5sum: 773b90b78188e508590d6b0265b7f5c8 SHA1: c2040367889d4aba9c2e4c04f4f90158dada77a3 SHA256: 7a1738f90769c657c0718799a099530529efd7bcc390d3d992f95c734af8b77f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 64 Depends: syslog-ng-core (= 3.18.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.18.1-1_amd64.deb Size: 36276 MD5sum: bcc81756a37bbd138d9af71327255b4c SHA1: 8d944990ea699a6c5f52f4203b6c7ed48b6e980f SHA256: 2f58d4721ebe31c0bc2cc4e007986af078d57577f97bd257e38511e1201dd6af Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: syslog-ng-core (= 3.19.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.19.1-1_amd64.deb Size: 35866 MD5sum: a1c9924287f34511fc39e16961ef02d3 SHA1: 60966e7d7b549a03232af2f1e09492896ab08bfd SHA256: ec82e72e7d3c67c6fc503cf7d96cf34ab366bc59dcd34ba152db5b8f65bbdb38 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 64 Depends: syslog-ng-core (= 3.20.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.20.1-1_amd64.deb Size: 36346 MD5sum: 8443d49e301b1e76e11f2edc90e6178c SHA1: 097e476417119e52ce7ea2d9bac09a5d6351b005 SHA256: ad90e3825595b42f1959d9c5002c4b57c7a56a26583c55305cbef5dfec1af533 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 64 Depends: syslog-ng-core (= 3.21.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.21.1-1_amd64.deb Size: 36708 MD5sum: 6154ea15ea333267baed4d7fef9ee88c SHA1: 494ec6ac3a18e59646d6bf7d05ff0d9c901f0679 SHA256: c5a8a33723c6c62f0386f55645a10013c6c42deeb1df37f18285fc3eb90af2a5 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: syslog-ng-core (= 3.22.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.22.1-2_amd64.deb Size: 36128 MD5sum: e70768884334895e02578bf87a263eb4 SHA1: d4df0a59a38622c477fd64e58febe6054ef0fd61 SHA256: 5a51e1c255e934a78105a6940c3302eff72520ddda7159758c57e83fc9cc7af0 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: syslog-ng-core (= 3.23.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.23.1-1_amd64.deb Size: 35746 MD5sum: 8599ccf6d3d71a2236572209f7a422ed SHA1: 3e4f80a702e83f441a88fbe7280addfdb4815783 SHA256: f10e950a73e1650679ec4167dd0f98b724c750546eea137554efd28fe0cfb087 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: syslog-ng-core (= 3.24.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.24.1-2_amd64.deb Size: 36246 MD5sum: b1543238893c3575978286a432171474 SHA1: 744abe06e83d6d135c943943c20f919f81d65d6c SHA256: 8ec03b85b11a89c146e78ef7c41e3d2d5da81b22e07e4578d9d9f69c5c6f9a9f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 64 Depends: syslog-ng-core (= 3.25.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.25.1-1_amd64.deb Size: 36352 MD5sum: ce1169d6a9c8c95b64ec64e028e47dcb SHA1: 3d190a84b11d284bd797980ab55f04fae6164d0f SHA256: 8b1025cbec1225217e0feb9af688fdfd47cbd1bcc48a9f8372c3badde33061a7 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HDFS destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the HDFS destination, allowing one to send messages to HDFS. Package: syslog-ng-mod-hdfs Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: syslog-ng-core (= 3.26.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-hdfs_3.26.1-1_amd64.deb Size: 39760 MD5sum: 4e65a433dba63f987bc5c6b8d10e11cb SHA1: fa71b4076b491ba351f3fad74ea394209ce354cf SHA256: 967679e263342c829a7d18fbdd7964d99ad2904d4087a49826ad26719523cb76 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-http Source: syslog-ng Version: 3.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 63 Depends: syslog-ng-core (= 3.10.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-http_3.10.1-1_amd64.deb Size: 17526 MD5sum: 934d0d6b959918ded194567ee4000800 SHA1: 441169abdb5ae51513340e8c5f2f8d12772f149b SHA256: 3a46c3aa945e56f30de09fbe808b36a67cb352ee2767539e9339abecde633c4b 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.13.2-1_amd64.deb Size: 36096 MD5sum: e8ad4a79a42ea74f984cb1ed3b8ef5aa SHA1: d8c8e5b9a1ee87eeb877319389445e08e24b012b SHA256: b06b0085d8faccec75a880949d46ae630c76324815f1cae33526dd8468609dbd 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 80 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.14.1-3_amd64.deb Size: 32362 MD5sum: 9d0f41a68f5739b36a1316dcdb79d044 SHA1: 102880db6ea256ba61e8fd20b1692e07f572146e SHA256: 7b8c42edd2112395b14810da374286984d5bca835c47746cfd099a4695debddf 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 80 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.15.1-1_amd64.deb Size: 32642 MD5sum: 96c2b277865a0264037919d285e2a1ee SHA1: f7608e9d68ea91813ace129502928fd62e1c980a SHA256: 9122bda1f76146130bf7c941753c849a216a52262d757914e31f6e1276b5cfac Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 102 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.16.1-1_amd64.deb Size: 36698 MD5sum: 8150d1255eb75a5fe21221104d4a9639 SHA1: c0ae6b1e2e1f594f8281bd8916fbb640ac02fc42 SHA256: 3108e6917efaf47da7f7a2eb44428e25e2fbf68e9e2a63cf0669999201460dac Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.17.2-1_amd64.deb Size: 37182 MD5sum: a9239df95d16fa95ce090bf4d9b3375f SHA1: 4542196f9399771cc26d23aa622ae23a776b0a7f SHA256: b6dd364d44b53a29b73190dd0f43f1a1cda8989bc940220c48680711f537c949 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 107 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.18.1-1_amd64.deb Size: 38958 MD5sum: ef5cae1a658adb0e2c4bec242afe91db SHA1: 054499b1d371ba91bb51184526883823679b48b0 SHA256: 018c1afa58c23f35d122163ada7f6850f13b0431871619e5772810042c713671 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 118 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.19.1-1_amd64.deb Size: 41854 MD5sum: 27807c85d9885e720d9594eb9ff80242 SHA1: 85e2f9392e6fded6881224aa13940eea4fc55f10 SHA256: 95f7f52a3eba24d762e9bbb98353f6ec6e53a694dfd650e4d14013a47f3fcbe8 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 119 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.20.1-1_amd64.deb Size: 43298 MD5sum: b322b60f1dd214273fc3efb6e280629b SHA1: 419c8b8ed775c6e8abc8f5623446b21eb89e78a6 SHA256: dfac6c48bbecafd02d6f2990e9ecf31cbaa46ee80429a89e2c5e6342d909715b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 123 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.21.1-1_amd64.deb Size: 43756 MD5sum: ea5a62ea2de6963e0d69f4cc36c6e7dc SHA1: 1cdc020a1091d032ed1c6b2dc1bd6d67bbb90443 SHA256: d2c4881b305dccd0ab84ff5d4c1c3c2f4c7131fdfdff6dc1d1b6853535ba593a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 122 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.22.1-2_amd64.deb Size: 43384 MD5sum: e2f698818fcecede7adf3aa925a352bc SHA1: 548ebfb483f48cb3190a1d0e5ca4d618e0e470aa SHA256: 113f5252c49f7f01f4f7be045206a71233051c6c98b0f574d51cb54cc6a8c542 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 122 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.23.1-1_amd64.deb Size: 43248 MD5sum: 50784b1b3d32c1b64dba9603342bd2ef SHA1: 0a3940d69760ba324ed3a70e9f048624bfd02da5 SHA256: c8edf1b42991d4a272141b68eb534f8b4c13ea6699c6135bddb8df2f1e36fa7b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 125 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.24.1-2_amd64.deb Size: 44082 MD5sum: 8c36035bbf4849b0f39436b7eb9a8f7c SHA1: fa07ca43ab34c3e4a3175fdf9668725882439da5 SHA256: 82ac41083c4a17acbe1ef14bdada3cba16f989ac0ac8ef2e8cb9232e7b528f93 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 130 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.25.1-1_amd64.deb Size: 45664 MD5sum: dc18341c48b5e3e423d6d7a47be336a8 SHA1: ae86f3524ba4b33c7482fbf7bd8580a3e7587475 SHA256: d31304412472ceb756e0160e760a59f239e424aeba9a74b3bd89b029d3504823 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-http Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 163 Depends: libc6 (>= 2.14), libcurl3 (>= 7.16.2), syslog-ng-core Filename: ./amd64/syslog-ng-mod-http_3.26.1-1_amd64.deb Size: 54816 MD5sum: e952a8b67534d78984cbf4d5a462543e SHA1: 575c6c4de967fa3e8a17cbdc6b6baee364ed6715 SHA256: 632c008382e063a0230972392907918988c5497cfd6ed9e565a49799085fb5d6 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 158 Depends: libc6 (>= 2.14), 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: ./amd64/syslog-ng-mod-http_3.28.1-1_amd64.deb Size: 52434 MD5sum: c31685a5b3b97bef01f5e9170ad06697 SHA1: 65b99adb9dfaac08307c37927583c60e918c2743 SHA256: ce1c55a1e508e82c2979408a128db4dd7b6b8a2907297fdbfd0e0ccb0e96fd85 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 78 Depends: syslog-ng-core (= 3.10.1-1), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.10.1-1_amd64.deb Size: 28764 MD5sum: cbc924350e56f32ea21ba0a18b90df4b SHA1: 3828a4d0557fe36c8350e908620bface94266695 SHA256: dd5ed3051452790f3f76a52db787b514979ffd534ca3a21227e62b8b21c174c7 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 111 Depends: syslog-ng-core (= 3.13.2-1), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.13.2-1_amd64.deb Size: 47114 MD5sum: 49ad38caf3e810448f63cc43b2869535 SHA1: c97b9c762f26e5dd1a5c0e81d5c86b43d16f3767 SHA256: a7e876ff61177299d138772600bbdf884c4dc12d5ca9a01afe76885e56829a30 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 95 Depends: syslog-ng-core (= 3.14.1-3), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.14.1-3_amd64.deb Size: 43768 MD5sum: 2a60c780404d734a35042884e520d956 SHA1: d10b3f71d26875e8f8229add0623bdfd5225fa7a SHA256: 10651fca56502404827b22ea6103a2c686b6dc0e2a79bc0e53273a05839bb720 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 95 Depends: syslog-ng-core (= 3.15.1-1), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.15.1-1_amd64.deb Size: 44112 MD5sum: 24f14718f3d576b2b0d5ec69fced0088 SHA1: 834c67e088553fc0a8f51c5ceae5a1aa11d6b4b2 SHA256: 82fb27944199aab06366ab4c8aa9393ab074deb5f893afe1c71d35692da0e9a5 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 111 Depends: syslog-ng-core (= 3.16.1-1), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.16.1-1_amd64.deb Size: 47408 MD5sum: 5b97592b1c58ff85abcf4b4581a4e0d7 SHA1: 4f89b49c64eba2ba8c123afc91543bab23764054 SHA256: 595aeca4f41d698c87abefec536a20a3936dc0b6605762583d1d275578ae8577 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 112 Depends: syslog-ng-core (= 3.17.2-1), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.17.2-1_amd64.deb Size: 48102 MD5sum: 8abd21270dd3c20d61634d57b72e470b SHA1: 224dd4c705f2c69c409a5b4c0069f0b264e11503 SHA256: ed817db5d2020485cbaffff91d5ce1ed1106a5ed0658ec84299467342ebb9606 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 112 Depends: syslog-ng-core (= 3.18.1-1), default-jre Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.18.1-1_amd64.deb Size: 48062 MD5sum: 093f9d3ef30493f0398eea0262e316ac SHA1: 5df8a1d7b5c95b8b30cfa27ebe865cd389eed56f SHA256: fceb1b87f2803421fdae528061c171ae9397c0b28dc7ba04730b4aa5a4d5c24b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 111 Depends: syslog-ng-core (= 3.19.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.19.1-1_amd64.deb Size: 47870 MD5sum: 54dabed1dead17a6843d409adb0c92ed SHA1: 92a4df26b154903869b167c1d3e5f82ca9812e2c SHA256: 927353e6159c3351d54d58d44932931333dada87f6cbeb4e3fd31babf4daf59b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 116 Depends: syslog-ng-core (= 3.20.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.20.1-1_amd64.deb Size: 49070 MD5sum: 131e64f5155924598cf5494f6a183abe SHA1: 6e51b1e5e9b35d7707c8ac2598b4ec27ddf0f31f SHA256: 07f9f69a3fd67a314d687b19bc50f901c1adc7a3960102553104444ce526adc8 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 116 Depends: syslog-ng-core (= 3.21.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.21.1-1_amd64.deb Size: 49424 MD5sum: 5541e1c0a89d6f5493a7a726f0514b9a SHA1: 59af523cb5b5b763b3aa0cc1925810f7851807a3 SHA256: 03b17ab4722c2cfcbc314e084307204876b1bfd9adfb650f69852e57a9b10b28 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 115 Depends: syslog-ng-core (= 3.22.1-2), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.22.1-2_amd64.deb Size: 48850 MD5sum: 131ba80e2c483287fc4c507e18d19d5a SHA1: fbea772fab4e05662030ac8a9f4ff7135892eaf9 SHA256: 3311be1efe9bf882ab194eca7b6310c11ebf7f49a0d2abf32b8b0f09b9a15a8e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 115 Depends: syslog-ng-core (= 3.23.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.23.1-1_amd64.deb Size: 48476 MD5sum: d10ce3977d278033bb83a92492414878 SHA1: 93884e0552cb510b3126b537d542756bb2a149af SHA256: 824a4e09ea9d74516cc6063319f9e42e55f2cb0f1830e9060005c4c3d143f52e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 115 Depends: syslog-ng-core (= 3.24.1-2), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.24.1-2_amd64.deb Size: 48966 MD5sum: 2ffd7b2147341b5f77e525fc5a71c60d SHA1: 238562ef09de00cb6f7fd1fe78e9a0d1f0139fc7 SHA256: 54b1fa2ea3c58ce686728dcc1f3ce6a8980586f4c563df2aae32011d904e2a1d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 116 Depends: syslog-ng-core (= 3.25.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.25.1-1_amd64.deb Size: 49088 MD5sum: 41aedda50f81aebd5df7aa138e60d7a0 SHA1: dd86ecc8d85edcb6f8f6e58cfaccb9b4e8e708ee SHA256: a1cf5362e159f8150246354c73b56e8edf1cd7277f230a594ff8fa367cc31a67 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Java destination, allowing one to write destination drivers without having to touch C, in Java. Package: syslog-ng-mod-java Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 119 Depends: syslog-ng-core (= 3.26.1-1), default-jre-headless Recommends: syslog-ng-mod-java-common-lib Filename: ./amd64/syslog-ng-mod-java_3.26.1-1_amd64.deb Size: 53022 MD5sum: ed7a59c025e19dfa453bfdb8e97f3085 SHA1: ac2a9ff1dce8da7778b7551447d485481386019d SHA256: 42b8f1b0499e510891a7219dbfcd7c05c3c4c6ac6fccb7c088a33eb6d9712cff 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-common-lib Source: syslog-ng Version: 3.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 498 Depends: syslog-ng-core (= 3.10.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.10.1-1_amd64.deb Size: 448044 MD5sum: dc903aea6a25788ab7fdddf522399882 SHA1: 272899eadfc22d1324e24a8adf55e1755d0f50bb SHA256: 50903133146cc21abfa62ba5e3f943e270a826732555c4a3cfca91685b649759 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 527 Depends: syslog-ng-core (= 3.13.2-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.13.2-1_amd64.deb Size: 465732 MD5sum: 19d2865858a16bb7374c953c8926d2bb SHA1: c17cf49890336117d70d30c7f703533845563e53 SHA256: 894a94bc02a31c11842f9d9e6e438c3b2e18d9ec729135e52930a2eddb2555bd 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 511 Depends: syslog-ng-core (= 3.14.1-3), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.14.1-3_amd64.deb Size: 461914 MD5sum: 5cb78720f6558ead4cb4768169c264c8 SHA1: 0e50c3e2f590b2f017d07cca40635fd497db37c2 SHA256: 49e37f6f7e35ed52516d607711430182d460a7fd6d0b5b7c0ddc4bacf18eed96 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 511 Depends: syslog-ng-core (= 3.15.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.15.1-1_amd64.deb Size: 462188 MD5sum: 39d326db81e311653763fc3e177e5c14 SHA1: 4665b6b5724e5fd5d8d68510b8cd002986239a8e SHA256: cc0ba291f777bd4806a0dd8cb82ccda208a587c4fcf0be6b08a8bb690b84fcda Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 527 Depends: syslog-ng-core (= 3.16.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.16.1-1_amd64.deb Size: 465732 MD5sum: f3b8fd81d4b5565fa12fe6b3180a7164 SHA1: 577f6ea55aa57dc4f1173e0689ea98afd6eec666 SHA256: ffcfb56ba200e951cf0409b1785969bffdd3da8a75f423acab9da00a585c5122 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 528 Depends: syslog-ng-core (= 3.17.2-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.17.2-1_amd64.deb Size: 466254 MD5sum: ba696ff2db68f6dcd23eba61bec3001a SHA1: eaf3ccedfbc9ec0d68ab1f0c99c7d108b823ea73 SHA256: e934c326ce5439c08bf551133af79086a42f81e04c1cc34115a51885fea4d452 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 528 Depends: syslog-ng-core (= 3.18.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.18.1-1_amd64.deb Size: 466246 MD5sum: 8ec429d1ef379534d48e32395ed18808 SHA1: d0efc84f12df9bfd274135b1ae731d47c1013d33 SHA256: f9bd9a73ee3283a1f8ab271a12fab96ea41b1c0e0240c1896eaf2bc0ffec2952 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 527 Depends: syslog-ng-core (= 3.19.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.19.1-1_amd64.deb Size: 465826 MD5sum: 3896fd970a0a65e2946e5cb3a93e9ce8 SHA1: a10b5d01603da2e44c2cd07d0e66c845a44abfed SHA256: ff13f899b9faf5a6a8e90e25db6e52554d20472b03ca2b3fde7dc9f010039660 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 529 Depends: syslog-ng-core (= 3.20.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.20.1-1_amd64.deb Size: 466376 MD5sum: 248499f023ba9585564990edbca7c427 SHA1: 7dd7e0773d73c525b760db75ad1179d1274592d0 SHA256: 070a7b868ad70928aa6f2122b52b57e029ef5080c7f573e983ddb65d54bdc863 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 529 Depends: syslog-ng-core (= 3.21.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.21.1-1_amd64.deb Size: 466704 MD5sum: fe56feeb7e022fc082611add8a079a04 SHA1: 9f9b42bd1428d6e2505c816e683608287e0e1c2f SHA256: e9fcb6c2b18e560a11390fd3320e9e9509154ac253237885c7ba666e04c0780e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 528 Depends: syslog-ng-core (= 3.22.1-2), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.22.1-2_amd64.deb Size: 466088 MD5sum: ac1a572836ae87da8f8ac648e3608e95 SHA1: 9442c6743f4fc24111218271ca321a0cf4648b76 SHA256: 3f27fac69acfa2d41fda711fdfcb56497947ead50fe3b954da7c20befe12a23d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 528 Depends: syslog-ng-core (= 3.23.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.23.1-1_amd64.deb Size: 465728 MD5sum: bf016976ff59aa2444b774e55315aaaa SHA1: c57fc2647631bc32b775c9394e6eb85fee36bb5b SHA256: 4e7eb7886c3ef7460608a21fed224a396cfbe3f51229ee89bbc3660ea67f0bfa Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 528 Depends: syslog-ng-core (= 3.24.1-2), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.24.1-2_amd64.deb Size: 466214 MD5sum: 8474c3b7d4bbd9aa553b575db47b7aa7 SHA1: 87531281d069fb71972741ae15323ab0112c0a8b SHA256: 4e2cdfc4a794a94a4d340186257b2b82b514ab423bfd1d2b6fa03f1cca3f726f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 529 Depends: syslog-ng-core (= 3.25.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.25.1-1_amd64.deb Size: 466298 MD5sum: f4e72e3bfff40bcfda4792441bc07afa SHA1: 66fc268319746e02fe45d0b1e23d74545b7f19a5 SHA256: 0eb6cf8e66754e3c5062902118548c04b8864005dfc90a1f0808f0a47530c638 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Java module common library) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides common libraries for simplifying the creation of Java destinations. Package: syslog-ng-mod-java-common-lib Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 532 Depends: syslog-ng-core (= 3.26.1-1), syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-common-lib_3.26.1-1_amd64.deb Size: 470230 MD5sum: cfb52dbddab7107ed1b5c25cd459b306 SHA1: 668b6cb4f9675e1c0cf9c3d2e0392a392bd04d66 SHA256: dc06ab389c470354cdcd09b1c583e3d887561aded047fb81ed8a7d02917f0814 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-http Source: syslog-ng Version: 3.13.2-1 Architecture: amd64 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: ./amd64/syslog-ng-mod-java-http_3.13.2-1_amd64.deb Size: 27726 MD5sum: f8e4baa2581257a16f2be75c6d7aff25 SHA1: 40ee9034e746895a373bdbd81c644b305b465fe3 SHA256: 4624c1c742c5d040e15293e58758d6a8cc18e3d8a3f321dd35526dadc4c16113 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: amd64 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: ./amd64/syslog-ng-mod-java-http_3.14.1-3_amd64.deb Size: 23936 MD5sum: 34a47cf63d5297fc9d5bcd9ed1839ef6 SHA1: defafcbd57203be89a10974fcfac70dcb73c3570 SHA256: 72c252a841c0281f0a627fcfcc7d308d0542b4270822348823affc481381e25d 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 34 Depends: syslog-ng-core (= 3.15.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.15.1-1_amd64.deb Size: 24172 MD5sum: 0928e403fb005ace2efc9700b72d74ef SHA1: e9a2399664adc896df723a96466b540baf7233fc SHA256: 056832f638c6bac88fefedd00462aca7a0228fd850bcbe82a60cea53d0389acc Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-java-http Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 50 Depends: syslog-ng-core (= 3.16.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.16.1-1_amd64.deb Size: 27774 MD5sum: 41ca79b7fb36b832233893622174f7c1 SHA1: 025d5108edff8d9550a888d713b34acf183a4477 SHA256: 84f8427e5589a6a5fbe5ddf8a87124d36bfd9731388f0ff338957f009d6657db Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-java-http Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 51 Depends: syslog-ng-core (= 3.17.2-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.17.2-1_amd64.deb Size: 28266 MD5sum: c4f932270022499a752cf852716fb0b8 SHA1: 54e1f6cd4d7fe3e4d70333e6e3e240aed9884150 SHA256: 9e184dd536e10ba4f32992d6da00724d26ecd350527f07600232a2b0984889f1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-java-http Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 51 Depends: syslog-ng-core (= 3.18.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.18.1-1_amd64.deb Size: 28232 MD5sum: 1e2e24fc5eacccb9c830e163a37c6bbb SHA1: 792fc04891eaf25bcbbf232c19ba851531b4c1ed SHA256: 9bb2f2ca06f82dff0c9d7dc4081e1312cfd6bd0ac841e59ece1a117a129ab3c8 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-java-http Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 50 Depends: syslog-ng-core (= 3.19.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.19.1-1_amd64.deb Size: 27812 MD5sum: b486c5d30389019a565e32f3bac4031f SHA1: 7213194652a7fb2971b925db6036b3d0542a1204 SHA256: 369253b9800a0cb3a7daa1f6390c1c38ba27bd56686bcdfd6459e692ea605e92 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-java-http Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 51 Depends: syslog-ng-core (= 3.20.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.20.1-1_amd64.deb Size: 28260 MD5sum: 30f167b420cde367b3dfdefb06ee01f1 SHA1: eb92e11c4772e4e00f35fb9ea8a70cb7cd7d9887 SHA256: 1a5c8a583c140537a5ff390e2962c88756653af89fecc3654e9cc569cc4012e4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-java-http Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 51 Depends: syslog-ng-core (= 3.21.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.21.1-1_amd64.deb Size: 28630 MD5sum: aedc8a8613070bcbb3e793f1cc455ecd SHA1: 019b21160de5696626db40d40f15a77661b277d8 SHA256: 3edd3d08e7cc21b1a970d47b7df1ecb7ad36dc0e011e27dcf19bc3e48e47a9e4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-java-http Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 50 Depends: syslog-ng-core (= 3.22.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.22.1-2_amd64.deb Size: 28050 MD5sum: 11f89cb0c99d41ce03684304c0a215f3 SHA1: a0c3bc520b97ea0f9998362377668be46acc2dda SHA256: 5b55301e2838dbcc2a028ec656c770acc399c708c1b15c53c549c66f8cff2e86 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-java-http Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 50 Depends: syslog-ng-core (= 3.23.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.23.1-1_amd64.deb Size: 27666 MD5sum: 46148e712069be912d7878108604b1ca SHA1: 67adfc0c866070b45f83634bcaaaafd1d4c2e741 SHA256: 71fa89c2df2f6219be1992fd3e8e5e104701277f672f5fccefefeb7a6010f833 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-java-http Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 50 Depends: syslog-ng-core (= 3.24.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.24.1-2_amd64.deb Size: 28144 MD5sum: c85205ccb4b3b28a94dbbdf4ed522d34 SHA1: 15086579127b3bb82f58d66595decc68753d09b6 SHA256: efc9215f1caf8afbb9cf338c449e6c21ad73c72ef8748904dd432f57b865a537 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-java-http Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 51 Depends: syslog-ng-core (= 3.25.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.25.1-1_amd64.deb Size: 28274 MD5sum: 0cd7b8139f5f18c389031c484ca510cb SHA1: af1616b54da7f0a2ceb4d490f02deb587a51c476 SHA256: 2792f2a1b41e9985aea98c05ec15871740d3738ff9665047bdd61bcb24d10314 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination implemented in Java) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides an HTTP destination, allowing one to send syslog messages as HTTP PUT messages to an http server. Package: syslog-ng-mod-java-http Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 54 Depends: syslog-ng-core (= 3.26.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-java-http_3.26.1-1_amd64.deb Size: 32198 MD5sum: e55d29c7194b1812b1b5fc21487303a3 SHA1: 55acaae95723e3e28bb01108fad1397efb573cfc SHA256: 5dc08b17f377f5a64f1228e3b707a4a8b86ea69ea91004e5a6bccd2593333db4 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-json Source: syslog-ng Version: 3.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 71 Depends: syslog-ng-core (= 3.10.1-1) Filename: ./amd64/syslog-ng-mod-json_3.10.1-1_amd64.deb Size: 18646 MD5sum: fbaa2ea44baff3527b1db00e248ba56d SHA1: 0917ecdda7294f690b27e70dd64f58caf802f31a SHA256: a436c0de199acd64c41725950672280de1c5ad04750b599eb7689c67be4f221b 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-json_3.13.2-1_amd64.deb Size: 23644 MD5sum: c059dc3fd470c1c37a4c054263a234c3 SHA1: 1a04a780445c5f130554f8570f65b6c8d871d3db SHA256: c71d83a1d966275b09bca7913f185a4945b8ea80f5099d6e51aaecc52e7de2bb 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 25 Filename: ./amd64/syslog-ng-mod-json_3.14.1-3_amd64.deb Size: 19860 MD5sum: 6f7cd2ca9f630cf19fbc96219e0bf8ed SHA1: b3524139a560b1e8422fb0468f71bd99d5daf009 SHA256: 54e06b13fa2e24a20ed2d0f74a9c888464ab811a97b7b534fba0382eef0ac45c 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 25 Filename: ./amd64/syslog-ng-mod-json_3.15.1-1_amd64.deb Size: 20092 MD5sum: fde88c7841107f15d92ddc9b61da6edc SHA1: e7e84f7a9d4b584d2b0f9008d739f45f8eb688a9 SHA256: d582ea070b092511821152ac68a9bbe77d9f256906350eba9b57fd39c3ff570b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a transitional package for syslog-ng-mod-json which is part of syslog-ng-core from 3.13.1 . Package: syslog-ng-mod-json Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-json_3.16.1-1_amd64.deb Size: 23686 MD5sum: 623c6626ee8a7e3f8282c2df72b61d48 SHA1: b13929c34dfc95d118e079b3afe238ddb9edf69e SHA256: 2e7026b75a7d027291c87efac1dbd0227734a2efabb49e4b57e297a7b4d091c0 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a transitional package for syslog-ng-mod-json which is part of syslog-ng-core from 3.13.1 . Package: syslog-ng-mod-json Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./amd64/syslog-ng-mod-json_3.17.2-1_amd64.deb Size: 24170 MD5sum: 90969d46f37a2a95a4d751f66169c422 SHA1: d01b8cf7d2a7d3178203339b9d1c4cb46523f050 SHA256: 09fba5f22092aeb6918f519f79622b296589d875b6028f772681294c1e2e78bc Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a transitional package for syslog-ng-mod-json which is part of syslog-ng-core from 3.13.1 . Package: syslog-ng-mod-json Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./amd64/syslog-ng-mod-json_3.18.1-1_amd64.deb Size: 24138 MD5sum: 90121442594cfdd78d84ff3832300554 SHA1: 807430df2785efbcc55a1dc72d84a9bff2adac69 SHA256: 734f754878d2308fb8169c60e8ee788f773d32acd7f02a4b156826c0e21c8e9e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a transitional package for syslog-ng-mod-json which is part of syslog-ng-core from 3.13.1 . Package: syslog-ng-mod-json Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-json_3.19.1-1_amd64.deb Size: 23736 MD5sum: a9319837a8a5c0b2e531bbe35dcf7e94 SHA1: c1a61c433fa7dad7e38ba18c47a817b3d6f3f6d1 SHA256: 0b2f41c1e6d4c5032ad64af3176b4f7f0e5b8e5e177f07ca6a3c2c0d336ec5cb Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a transitional package for syslog-ng-mod-json which is part of syslog-ng-core from 3.13.1 . Package: syslog-ng-mod-json Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./amd64/syslog-ng-mod-json_3.20.1-1_amd64.deb Size: 24162 MD5sum: 9c9f77380e7ccf371804c871e138505a SHA1: da5018eefe3f48e7a1765efd096d882b1b673315 SHA256: ff6a40e0a61d9cdf12fa551b6a9a94b0e031d217ba30901c284db0b7e22aea1b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a transitional package for syslog-ng-mod-json which is part of syslog-ng-core from 3.13.1 . Package: syslog-ng-mod-json Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./amd64/syslog-ng-mod-json_3.21.1-1_amd64.deb Size: 24536 MD5sum: c58fc6179045349b59837dad8aa68b44 SHA1: f13f9c2f9b952143ea995548bfc2313de83eb56a SHA256: ca2112e945429898bc8fb217b0931b2454c0315d6a8ad2c51be7c5d78ccfc90f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a transitional package for syslog-ng-mod-json which is part of syslog-ng-core from 3.13.1 . Package: syslog-ng-mod-json Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-json_3.22.1-2_amd64.deb Size: 23942 MD5sum: 8523f48cfc91790e019cde22cd90f0dd SHA1: 31ffeb4db13da22ccfe76133a20bec18dd021ffd SHA256: 39ad052c43dd5356925eba428dbf3c2c8b93e2544f310fce8736126e5f60b666 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a transitional package for syslog-ng-mod-json which is part of syslog-ng-core from 3.13.1 . Package: syslog-ng-mod-json Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-json_3.23.1-1_amd64.deb Size: 23562 MD5sum: 17f3439e0f6fc576f2704cdf27a9711a SHA1: ec868d3c923bf0eb95d7fc368a290b2329b04d9a SHA256: 43c65c9148e22f9257fb5bb13477034f440a5d743e84e10a2b8f70e23b32e3b3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a transitional package for syslog-ng-mod-json which is part of syslog-ng-core from 3.13.1 . Package: syslog-ng-mod-json Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-json_3.24.1-2_amd64.deb Size: 24052 MD5sum: 55694166429dfa9753a648c4ed7dd125 SHA1: 4d4d068a4dbbce52e5ccc463e0213a4fbd1c450e SHA256: 4fa83c288c350ec4a391e06ff7b2d2f6b34bc95cc55e0108cb68c3b042668bea Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a transitional package for syslog-ng-mod-json which is part of syslog-ng-core from 3.13.1 . Package: syslog-ng-mod-json Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./amd64/syslog-ng-mod-json_3.25.1-1_amd64.deb Size: 24172 MD5sum: b7255ac74982f3b2c2cc3eb02721fe84 SHA1: e7d7ad7b0dcbee9d91e49ab6b3991a7f449d405c SHA256: b138240c92bfe171ea61d631857b61f21c07f4f73d8dcfa0a35624867675dc0a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (HTTP destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a transitional package for syslog-ng-mod-json which is part of syslog-ng-core from 3.13.1 . Package: syslog-ng-mod-json Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 45 Filename: ./amd64/syslog-ng-mod-json_3.26.1-1_amd64.deb Size: 28114 MD5sum: b3105eeb5ee191958cc398698fdba4a1 SHA1: 4ff903a911f1f8f924944a46085e1bf4d53235c2 SHA256: 01d0cd615c2b3cb1d2ff4c28dc576aaf65a2ec82164e4cc99eba29cd70c1508b 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 30 Depends: syslog-ng-core (= 3.10.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.10.1-1_amd64.deb Size: 13398 MD5sum: 8f243d6be0a7840ea4860b29d31b50e1 SHA1: 0811e4444b884ade2fa140767be7455d29c6a098 SHA256: 44b173ecf98226addcae6595df5b62e7abf16e366630ac70a0bbff8e93a00627 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: amd64 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: ./amd64/syslog-ng-mod-kafka_3.13.2-1_amd64.deb Size: 30666 MD5sum: 64ea351218cf9dbb2c59a761f033d4b2 SHA1: 9860e157b27d0abfd22e9cf733b3e9e7659273b7 SHA256: f7503e252f034e9f7e64611a0367c8ad0b4790b7704eaf2c2cd0b35a6c8c59c1 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: amd64 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: ./amd64/syslog-ng-mod-kafka_3.14.1-3_amd64.deb Size: 27312 MD5sum: d4f8c5a3603419cb624c8070916ca5fd SHA1: bd14d8c322f6f01f463c081f91ed3af69eb09b71 SHA256: 19a71e84d8af61125c05ad5a600d6538e5c7659a651acec78136c6c2e2f67440 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 43 Depends: syslog-ng-core (= 3.15.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.15.1-1_amd64.deb Size: 27550 MD5sum: 57381606de803d8a77e5b266845a75b5 SHA1: e11723432db441c380e7cdf912cba616a3447b3a SHA256: a232696028977ab5abb494535bebc715147aa747c950e3b41e42bdf145146063 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: syslog-ng-core (= 3.16.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.16.1-1_amd64.deb Size: 30712 MD5sum: 59c002254361959febb63bd28343a659 SHA1: c1e8530a787d7dda95ae363629cb1ace18df6746 SHA256: e9b9ea34071e3c8a196d264b4e586e0274565fa6205fe7bd7bd80db5c9029de9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: syslog-ng-core (= 3.17.2-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.17.2-1_amd64.deb Size: 31186 MD5sum: 935aef5eff0a3ff9e8a74dd76379f537 SHA1: f7ef48131257574d73014a2afe9668e42c04388b SHA256: f5c9be99c711ed13dac4519babd792449053d05c8f4f2c9666a9e164958d57eb Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: syslog-ng-core (= 3.18.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.18.1-1_amd64.deb Size: 31168 MD5sum: 0a272d9cf1a833237179a0eb707dd1ef SHA1: 4a7ba384643a0a82c6eed5588483a582a85cff41 SHA256: 8a194855239795eaac6034a7a24d053e96681868507ac31029d86d704252eeb1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: syslog-ng-core (= 3.19.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.19.1-1_amd64.deb Size: 30750 MD5sum: f47a470644a5e9dbbe0ca69869c81081 SHA1: 0acda5c1315b36809e988fd8ca68fc3f84cc4e3e SHA256: 501aee35e643c06600a126d80b7f65e4d1b25f4b61332e6c7c8c02de37cb59e3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: syslog-ng-core (= 3.20.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.20.1-1_amd64.deb Size: 31248 MD5sum: 49ca51565a637e562a3d336c190c9b4c SHA1: 7908a0a055bb5074e2abef5265febc6d4be62a9e SHA256: 6b75ebe008bd1294aa48c9912b9494d9392047cff7897debd4da84647b2f5557 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: syslog-ng-core (= 3.21.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.21.1-1_amd64.deb Size: 31642 MD5sum: c8f60de7f0a5464e6f5b4268c303402b SHA1: 57ea82d17d93a6b07787b5c2fee5c8b1e6483f48 SHA256: 760299c8f64311731702652683acba35ebc1d0a477d5bafd97186a5f36131dbb Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 119 Depends: syslog-ng-core (= 3.22.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.22.1-2_amd64.deb Size: 46576 MD5sum: 33161b93579384cb6cdb7bbf01c6b7e1 SHA1: c0db796d54bfd19f2908c478bbb0c1a15cc5c136 SHA256: 579211f2a7c3e52c229ea7b55d7adaf7f434cbb5671294c8e351859ae709f1b2 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: syslog-ng-core (= 3.23.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.23.1-1_amd64.deb Size: 30682 MD5sum: a391b80dc2cb92750f840a1e3cc4c95e SHA1: 60ce65fa66d9e029dd709836ad8fb35da60c5b49 SHA256: 2c8961727f985026c3c4d0da15a6f0e95218fa3e2d7a11cfee0895303298926c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: syslog-ng-core (= 3.24.1-2), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.24.1-2_amd64.deb Size: 31170 MD5sum: 68364d8cbd485a978a1298fe456b22b9 SHA1: d91f6b69cfddaf0c0fbd230b3847d266aad432b6 SHA256: aea908e9b2482602ef3be1d4ea8ca5f8d22caf73e4144e030f67df3195e7ac9c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 60 Depends: syslog-ng-core (= 3.25.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.25.1-1_amd64.deb Size: 31296 MD5sum: a252a9e70a4b93584379c128b67e00f0 SHA1: 9ed57638ec4eba83e3fe0e89f0e389eb767132be SHA256: 19be1981b1d4ac85e6e8299a26ae11c4dbd7c7f96dde4657a167b57b9c4a3a3a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Apache Kafka destination, allowing one to send messages to Kafka. Package: syslog-ng-mod-kafka Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 57 Depends: syslog-ng-core (= 3.26.1-1), syslog-ng-mod-java-common-lib, syslog-ng-mod-java Filename: ./amd64/syslog-ng-mod-kafka_3.26.1-1_amd64.deb Size: 34724 MD5sum: d2f60eb5deef7861194ae71ff198dc7c SHA1: fb035c10ae3be6915d13aea069bb5e3e785e8cad SHA256: 3a94e67ce1efaffbac9e9f279811eb0763e929f67c73a1f6eed034340836fd07 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-kvformat Source: syslog-ng Version: 3.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 54 Depends: syslog-ng-core (= 3.10.1-1) Filename: ./amd64/syslog-ng-mod-kvformat_3.10.1-1_amd64.deb Size: 16110 MD5sum: e1e1a3da9d6abb3960224918fd948e18 SHA1: 3ec50fbc1f4ae9a62eac66d708202e48a125feda SHA256: ed125941248179635f057756b3b2524e48d0199a815d2ff983d7fd1ecf824b56 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 50 Depends: syslog-ng-core (= 3.10.1-1) Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.10.1-1_amd64.deb Size: 13976 MD5sum: 7398f6f02867b7d545a150502540e645 SHA1: ff3abb4c6df58ac01492f5f78fc68b7c188e778d SHA256: 0ecdad1605ad8bd1981a44f3a2500e4c4f176489375b285caffecc3d4a755b42 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.13.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 79 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.13.2-1_amd64.deb Size: 31724 MD5sum: 212e593eef37b82919da3ae7a2d16c35 SHA1: 35c23c95df0e3eb45575af496e1db62979d639fb SHA256: 7ac7add8002f41117e22e84d48910f933513e00b0ebaa19c3877378fd3c9242e 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.14.1-3_amd64.deb Size: 27946 MD5sum: 36aeaedffc8a4222cd576a0f608cf6c7 SHA1: 7090bfd99a79e60529f25b24f2009e5cf9ca9096 SHA256: 3b1462ab6c6879d0ee58d195b9758a11c89f132915f019c4850133e05b42fae7 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 63 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.15.1-1_amd64.deb Size: 28212 MD5sum: 44f28f3e3e5a8c99b49ba9e5a3899bf2 SHA1: 78f8e2f79de2023a13f3858fb2912e3c3e404228 SHA256: 8b26fb92cc3d41c7d42cdbb56c21bb12e4a07478408b1e330526369207b5c4bb Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.16.1-1_amd64.deb Size: 32002 MD5sum: 3bc85cded7573bc586f68572b69d85b0 SHA1: a756c2f5c74366fdfe718a3cb7668a3b9e1e3db4 SHA256: 808dc8c3fcf7ca2e8330ef39e0e640ea56374667f3c1f725c5029cf90271a072 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.17.2-1_amd64.deb Size: 32520 MD5sum: a016d410533a1939f8a04b0b2eaf096a SHA1: 9ae5932497ce863b8474232e5e074ed599a365c1 SHA256: 1bd07d7fe1d2d5a91719e2e310143fb3409db9b60ba3eb2811e3fa306a5633cf Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.18.1-1_amd64.deb Size: 32618 MD5sum: c852c81732fa9c67055227ed53c2cd21 SHA1: 6c869995130ba15114219a1a7b9132af9dfccace SHA256: 4f9a05ebb30c73c6e0339bf893af7219363d22aa28d3d566bfc6c3287de6747f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.19.1-1_amd64.deb Size: 32246 MD5sum: 66c6b6bd2624a77ed967cae7283768a7 SHA1: 2ea561558c1ea3d9f55b388e26466d486f6cc206 SHA256: f88a4ec8467d1be44ef64c6103e4d458a9d498314d74b386295964a2d92eded3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.20.1-1_amd64.deb Size: 32724 MD5sum: 479b9a9a333066e43b36b0621074891c SHA1: 086a1e1e27f8cff25b28a4934d85080e0e358a77 SHA256: 75669c532a19a526b30ad9753efd654dd6e23112f341baa44217061657af077d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.21.1-1_amd64.deb Size: 33080 MD5sum: f681622102219c3f179f7818c5aae652 SHA1: 8f85685038de4744f41ee203b4e1202645effc36 SHA256: d5499f627c970ebab9c94c9b56ae1220958133dc96ab96679f3484279e328f26 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.22.1-2_amd64.deb Size: 32500 MD5sum: c30b26123c169a85e59645a1fc7c7652 SHA1: 76c84e8005032a40de3920515ac2c2bd79e7569a SHA256: a2a80f8f6cebbd919aa60bd9c7d40142856c62c31e2d34ea2ac71b5f7ae815d1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.23.1-1_amd64.deb Size: 32104 MD5sum: b0c2cccc01f5231189d6c0989e20019c SHA1: 82a1e3329554a227aaed5dcc5b57c10acad3d4b3 SHA256: 0fcb17835c57a24a1851ab185f6a3fcb184b1e9590b53f0e23e74fd7ac3aa480 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 83 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.24.1-2_amd64.deb Size: 32606 MD5sum: 461d7d1887147533a772d6af1fd4ba45 SHA1: 40934d5368369e0e7e112e12602d9832841c9950 SHA256: f89ff5aee3d0f190872dfe3f74f55d48b891bad5404de9ca36338e04fdfb2c54 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 84 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.25.1-1_amd64.deb Size: 32752 MD5sum: dd887e893b0afeab5efa434a2efceaef SHA1: f7dee218248eb63a50c7da97cd850e3e97322479 SHA256: cb21357ee6ffed60762e0c83696509e23e736905542ae6732dff6a6bcea88b00 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (map-value-pairs plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . With this package, it is possible to copy key-value pairs and do some other conversion and alteration in key-value pairs. Package: syslog-ng-mod-map-value-pairs Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.26.1-1_amd64.deb Size: 36672 MD5sum: 3fd5f856e1dbdfa71431473fd7e40c84 SHA1: 65836b0c01e62cb08f8e38f48c163c70afaa7a96 SHA256: df133af796f77a60815dad5620242212c7a5cf114981f167b3c075ece60b7378 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 86 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-map-value-pairs_3.28.1-1_amd64.deb Size: 35080 MD5sum: d163cf689e5290c08c5f34ca5606dc5b SHA1: af0ebe67641230b59f18373341d205edf7a65695 SHA256: 1f87a0e0470363a87032a1f51c2785eac0eb0e34d56712cc5cc9d73a5842afa9 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 491 Depends: syslog-ng-core (= 3.10.1-1) Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.10.1-1_amd64.deb Size: 159000 MD5sum: 374f6f8560370944ed3aea1eb7b49d71 SHA1: 46a42a3ee6d685feca31f1379ab16fbf19cd7b45 SHA256: 8413622ab617f2ddc5ec21958e3e4ed9baed4dd0a789c681cc898dce3efbdd43 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libbson-1.0-0, libc6 (>= 2.14), libmongoc-1.0-0, syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.13.2-1_amd64.deb Size: 39578 MD5sum: fbae79419b851f8247dc8b2c59116bb8 SHA1: 5dbb2413ff5d71545c214bfb5668666fc0bf80ac SHA256: 88f9db49433525c5dd0c98441c221f2b764cf080b955721b041b1b4c15cb544f 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libbson-1.0-0, libc6 (>= 2.14), libmongoc-1.0-0, syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.14.1-3_amd64.deb Size: 35902 MD5sum: 9d61ef1036bb5fb8046fce75ca30297d SHA1: a1a8cd24e17f1068d89f4b64a7ace1d7a2b8598c SHA256: 1f3b060cdf0dc892853ea095ca54da0759dfff5ea73ebf9e8ddb4c10dd13fb26 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libbson-1.0-0, libc6 (>= 2.14), libmongoc-1.0-0, syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.15.1-1_amd64.deb Size: 36244 MD5sum: 17ca070d0c510817e8d7c2abc2856bf0 SHA1: c0f8f896d80e86289f88a005c62a8d5e16b94a86 SHA256: 94d28156532c948ffd1e96f001195c3a38aaed990c00bd5b27ef38f264e878f9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libbson-1.0-0, libc6 (>= 2.14), libmongoc-1.0-0, syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.16.1-1_amd64.deb Size: 39772 MD5sum: 5f1578bae67494d2fde5234ce2dd4373 SHA1: 24416037d5f9cfa99bf2a0edcbbb26bcff257d1b SHA256: 6cebe406b90b9947be2fad498aad6cc8e3c301d0be1331ed2bd649102e912d36 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 111 Depends: libbson-1.0-0, libc6 (>= 2.14), libmongoc-1.0-0, syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.17.2-1_amd64.deb Size: 40152 MD5sum: 7639c8b288832f47880e7f19345c6e5a SHA1: dafd95d4eb2d581503ff2ae9ddeb2c8dc613abf7 SHA256: e2fc69cc87ae0b4754bd91cee83b13ce2f0b2796e0b1be9a6a6c3511226d8782 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 111 Depends: libbson-1.0-0, libc6 (>= 2.14), libmongoc-1.0-0, syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.18.1-1_amd64.deb Size: 40146 MD5sum: c9c1530e2ac1fdf97d0a7608b49713d6 SHA1: eb5298dc23cf96e4511538ef87430ca9f8cca285 SHA256: 977f4b0b2cff278897dde0dcf3ddc6d01e213d2b56f3464a228cfe19744dabf6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libbson-1.0-0, libc6 (>= 2.14), libmongoc-1.0-0, syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.19.1-1_amd64.deb Size: 39860 MD5sum: 60cd50f38584c4ddd266320f043095b4 SHA1: 2c0f8b6a8245516ab20059ea5bd7efd524da6a15 SHA256: e06c413134c443aa0891f290aa336ad466e04295f6f17dba01b44ea8d6f1aa5e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 111 Depends: libbson-1.0-0, libc6 (>= 2.14), libmongoc-1.0-0, syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.20.1-1_amd64.deb Size: 40414 MD5sum: 396707b4b0113e093e53e3830750f907 SHA1: 305c73b9f09e29886f3002ddf789a6ca5bbd5323 SHA256: b24bbd35738084a0b2e6fd780e39b26d7fbfce3ba4203afb3933c8832a48e349 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 111 Depends: libbson-1.0-0, libc6 (>= 2.14), libmongoc-1.0-0, syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.21.1-1_amd64.deb Size: 40670 MD5sum: 4913c6edeab5209745e811699fe5cd14 SHA1: 61e163b49bc587b029b49cd8f680faf09bc276f5 SHA256: 5da05f37e059fc41598eb20f69abb6615fda77eece996d65e3053899a97905f3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libbson-1.0-0, libc6 (>= 2.14), libmongoc-1.0-0, syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.22.1-2_amd64.deb Size: 40118 MD5sum: 3eae3bc97bd5a830d61c6df28f23d5fb SHA1: fae3a7d489d2a16a81584a36218c6bdf8b6fdfe4 SHA256: 61bb8b2981dd64f8686fb5ea80fc20982a43a9abf13da57fd0b8f710a0ccd22c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libbson-1.0-0, libc6 (>= 2.14), libmongoc-1.0-0, syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.23.1-1_amd64.deb Size: 39758 MD5sum: 76ff4095cbaf8a53029ba2e88e881d31 SHA1: ecf581b85da0e909cd94ea10958a149d3b1e74f4 SHA256: 9f44775e5cc7e9b565db9415ffed0da0e2e4d17213730db575ffd32d0f1b8dde Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libbson-1.0-0, libc6 (>= 2.14), libmongoc-1.0-0, syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.24.1-2_amd64.deb Size: 40266 MD5sum: 0d0ab3c4844c9f687a4fc02ec034eb83 SHA1: 43effeb337b9ecb4cda8cd0143e79f7df3aa18f8 SHA256: e5c97f5df4fb31a9fc95724f1d749333cc556270a3dbb111cbf444d5711d3042 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 111 Depends: libbson-1.0-0, libc6 (>= 2.14), libmongoc-1.0-0, syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.25.1-1_amd64.deb Size: 40376 MD5sum: 53eb3dbe12c47eaad9b7bab64a4c6827 SHA1: f0545fce4cbb99d824c528e92e32d79ac2ee81ac SHA256: 06ec7acca38d26bb42e383f0b17fa947e0c7f0cdbb53a821e9e68b86ef7d13ee Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (MongoDB plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the MongoDB destination plugin, which allows one to log system messages to MongoDB. Package: syslog-ng-mod-mongodb Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 105 Depends: libbson-1.0-0, libc6 (>= 2.14), libmongoc-1.0-0, syslog-ng-core Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.26.1-1_amd64.deb Size: 41058 MD5sum: ec9ee7b5770be5c694aa1c9d42d724f5 SHA1: acadeb1d7fe749399331b0584f93342eb68d381b SHA256: 774fcfb3d91cf8735d7525cf69f2532e8f7015b9d4cfe7d7b6aa3bc030833acd 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 102 Depends: libbson-1.0-0, libc6 (>= 2.14), libmongoc-1.0-0, syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Suggests: mongodb-server Filename: ./amd64/syslog-ng-mod-mongodb_3.28.1-1_amd64.deb Size: 39538 MD5sum: 3c8f72ae4c809562942b45b9ae7d77fa SHA1: 5c76d0dee1b7bcc59aad80e22dc5f8e091e4c182 SHA256: 417291e7cefe3acd67d71e3c27222a7f4a4ff24d234c5c599902d7ec23b2917f 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.13.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.13.2-1_amd64.deb Size: 23656 MD5sum: 3378baf69e9b17ac5de81a5c48f58e45 SHA1: fa089069e9b1ba87d0b8f6b6f3915ba48ff81a5e SHA256: 705251212b8729a99822b734cc3a8a16d8dae4a13d785d219934dfb4c088148d 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.14.1-3_amd64.deb Size: 19858 MD5sum: 2c498dcfdb1740ec10f960de6768fe9e SHA1: fae9c1c294eb973beb2cbe6a8c7534b9333910e0 SHA256: 242ff75fa8f8aa7de09a0207a445caba2ae5563d3e5a0f3be3b7656384993d18 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.15.1-1_amd64.deb Size: 20108 MD5sum: a82c997e89965587c00d560587b9435e SHA1: b12a46a2d11bc8672283344df83baa1e900ad586 SHA256: a8f0a78f61f45122a9de8dff618d0052550b5613baad17c57abfe4aa21279108 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MySQL databases. Package: syslog-ng-mod-mysql Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.16.1-1_amd64.deb Size: 23696 MD5sum: 15ee6f7d258bec82956feb61743e4678 SHA1: 5bfb817a6436bd899b4636630eef64bca51f6173 SHA256: 4dbef1d28457e378b9eaa387241afb756c85ca077bcb600121508b75b8086652 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MySQL databases. Package: syslog-ng-mod-mysql Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.17.2-1_amd64.deb Size: 24182 MD5sum: da57e9efb333ae1bd4ca3b54d19dec63 SHA1: b48427da0e18cef5443c848e10e13f80d0df57e9 SHA256: 3889509eae0ceff38d238764387a9305b7a401fe30ab7050687a363b7805a582 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MySQL databases. Package: syslog-ng-mod-mysql Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.18.1-1_amd64.deb Size: 24148 MD5sum: 7c50e17fe07595ebab7874e343107da0 SHA1: d35a8b09c27cea598e93f6525a6109a2992548fc SHA256: f0dc024eb7dbd7b5ca7f3af5c03c2dc16ec9a703b21a024526eb55827057e547 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MySQL databases. Package: syslog-ng-mod-mysql Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.19.1-1_amd64.deb Size: 23734 MD5sum: 55ae3f16dbb35308cc938e86eaeeda30 SHA1: 7ee5cf69997b08b039554015a47f086311ab5a53 SHA256: e01eb9a702f3deb71d7cb5b0bc00374be49daeb4f198c1dd7f50f6eeb9692e62 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MySQL databases. Package: syslog-ng-mod-mysql Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.20.1-1_amd64.deb Size: 24180 MD5sum: 6f50d4a179b7e5527ab6deaf5dc8451a SHA1: f1c99de2623149e78538560ff5760bf18c8dbb93 SHA256: 09f034547525c47a53f40b13e35f121ebe25b00c3cf79da9bd94eee0844d43af Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MySQL databases. Package: syslog-ng-mod-mysql Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.21.1-1_amd64.deb Size: 24554 MD5sum: bb89ad28316cc62fd366843f47add41e SHA1: 44fd0651297c4e2da0c6a4487a131f7dfeed17ea SHA256: 2cbc37d7449d9437b8498084812fe845f4d8aa4701a5e8753555b0d197767e8e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MySQL databases. Package: syslog-ng-mod-mysql Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.22.1-2_amd64.deb Size: 23956 MD5sum: 0f422e5190f84bcab2b21af0669738c9 SHA1: cf0316b76b215e2a4bd4cbd612f291424f04d866 SHA256: 442ec97b3c820ff62e5c4bd068dd9eaeeef917989b3e62bb1adf6ff376be03c6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MySQL databases. Package: syslog-ng-mod-mysql Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.23.1-1_amd64.deb Size: 23572 MD5sum: d283216eafad93367098b2a85a0e9bd9 SHA1: 50b2cab79706d1ed7ce86a0e1a83bf29958b5191 SHA256: 35c8a6f9698e991c7fde11baca8be81ec01ec84b3450be1dd8812b56bf13c567 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MySQL databases. Package: syslog-ng-mod-mysql Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.24.1-2_amd64.deb Size: 24066 MD5sum: 9579b5590dfa53db1d87c992c9c52bd2 SHA1: da9c8126bc4b20a553738d0c0dc3040dbc337386 SHA256: de30fc8b3d56cfd1281a000f357d6495571c5815ecf84ed3048207228f518c4e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MySQL databases. Package: syslog-ng-mod-mysql Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.25.1-1_amd64.deb Size: 24184 MD5sum: c7de62b34d3f32c178a999d7a92775c0 SHA1: fad81c892fcd51ae0bfc5682698b079cf0e9386c SHA256: 4cc5ce7195137923d975203c28423ac01493368f93688528582beb1bbafa8723 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to MySQL databases. Package: syslog-ng-mod-mysql Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: syslog-ng-mod-sql, libdbd-mysql Filename: ./amd64/syslog-ng-mod-mysql_3.26.1-1_amd64.deb Size: 28122 MD5sum: 2986d0ab094bf6ec4f6086a91c253b84 SHA1: 2fd33e1e4d11b221ca3915600b324237bb9ab4e2 SHA256: 1d963f0f3e0769fa4356909736dc999215b5ea988fab53a744033b9242dc1ca4 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 26 Depends: syslog-ng-core (= 3.10.1-1) Filename: ./amd64/syslog-ng-mod-pacctformat_3.10.1-1_amd64.deb Size: 8714 MD5sum: 2c58cf308a02f2bb2f3b35be7745eee6 SHA1: cc672e8e900880876bbd9d9f8a91400e88acd6c2 SHA256: fa013cb42211f2a5d94658d9c34910edff553a81bc36e2f07f0107068fd40031 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.13.2-1_amd64.deb Size: 26766 MD5sum: 1ee956c75d31c7f2a3c71a186e731333 SHA1: 4f4beac2decfae18a29d47340d3a38fc695e14d0 SHA256: f0092ba0e9be3eb30a621497e85ed8e668a4c1a15cbb13c2367182d3223c31a9 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.14.1-3_amd64.deb Size: 23358 MD5sum: 55698374e0194659164578b6fca518be SHA1: dec53a133989e6129dfc9c33433de3ed081c9da0 SHA256: 82bb4be9f0bc8b365cda5f3a7c2d760f86d9d823a5f742038d6dceee7cf557b0 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.15.1-1_amd64.deb Size: 23598 MD5sum: 9c2dd8ff6a31bf1f99bccf926a3cce04 SHA1: 62546e1e41351b76b5ad42362de5ea5c06a1a672 SHA256: 9fd74aa1492fad14843665edf8238a6564b3ba4d9da18a51c268afa7fe27eb72 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the pacctformat module for syslog-ng. Package: syslog-ng-mod-pacctformat Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.16.1-1_amd64.deb Size: 26764 MD5sum: 230d387415e3c256261cc54f1a7104d8 SHA1: 11e2d818396ca3c0731f5decab7015d47cb5defe SHA256: e5935274e822faaa5f90fb988ccc20da6fb4a75eb258d4c238ca40509a89af82 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the pacctformat module for syslog-ng. Package: syslog-ng-mod-pacctformat Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.17.2-1_amd64.deb Size: 27250 MD5sum: 629aaa2f8947fa413266afb3959c1a5c SHA1: 9b9b23de11d08106f626951f88b8fad55913fb60 SHA256: 0a16ef90eb4a0031482bfc8d9099d98bef19dd38578712845caec7f8be3c45d1 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the pacctformat module for syslog-ng. Package: syslog-ng-mod-pacctformat Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.18.1-1_amd64.deb Size: 27228 MD5sum: 8007e8a526883295af6ef6510e735c25 SHA1: f321e2090fa02e31688ab5accdb1b7afdb11e9c0 SHA256: ad1bd81a1e4ae5efe541c5cbadc3becbb4f6063e972ced68658d4fb52fda4865 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the pacctformat module for syslog-ng. Package: syslog-ng-mod-pacctformat Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.19.1-1_amd64.deb Size: 26794 MD5sum: a55c660cd6846eb77cf1a388456ee251 SHA1: 1cd61218030c0f50d5069d7a62566fa886220d9a SHA256: 348ff5257d60aec59499a6c5741fbfff622e278255ef299d1521b35ea1f69834 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the pacctformat module for syslog-ng. Package: syslog-ng-mod-pacctformat Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.20.1-1_amd64.deb Size: 27246 MD5sum: 7bfb5c27a2f7e77cc4ad2ac4a87fb7de SHA1: 7c9126080d55868b94e2dd314f8a1ce70117000e SHA256: c677ef8f05ef73a442c299abc7b5299f7c82f12b51782e58255df682cca7b617 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the pacctformat module for syslog-ng. Package: syslog-ng-mod-pacctformat Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.21.1-1_amd64.deb Size: 27610 MD5sum: a9f21fc63386bd1615b9f5d3d1a1b11a SHA1: 189fd337b25724e87a6b4b26b0d4400069231d38 SHA256: e8058ba2a621d361a9b94d532f0bb3a7ad7ae0993d30c935ce474aef0f4505d2 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the pacctformat module for syslog-ng. Package: syslog-ng-mod-pacctformat Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.22.1-2_amd64.deb Size: 27032 MD5sum: 78973c058a78fbab2a94b13458a12e52 SHA1: 497e25dcadebfe8491fd5078560084a6b1d82f64 SHA256: 3c51194e4757a3f7c504a9b159168f4c0c5a80fd7790930268f3754a30f8ef04 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the pacctformat module for syslog-ng. Package: syslog-ng-mod-pacctformat Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.23.1-1_amd64.deb Size: 26640 MD5sum: f0d7eac57001051233adade39b101842 SHA1: 5443edc9bdaba56557d72ed1c05c9a99e00e4c22 SHA256: fbdce0412f2f75d884ac1db64773f5867ca378e04973c7f94517892daced6a81 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the pacctformat module for syslog-ng. Package: syslog-ng-mod-pacctformat Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 61 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.24.1-2_amd64.deb Size: 27132 MD5sum: f1e96158c95dd8ebc8e9d7eae78db28a SHA1: 98a488712b12ea0fa06138b81aad2832ea0ee306 SHA256: 11dcedb36936e6ae4b384744afb7fe84ee85a6dfdfc75315b55fab4da0e922ce Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the pacctformat module for syslog-ng. Package: syslog-ng-mod-pacctformat Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 62 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.25.1-1_amd64.deb Size: 27256 MD5sum: b5050c590b4d90c6524d275fdcb76349 SHA1: bb3ee75d5f318b74ae628e0cec81ee3772fc92ec SHA256: 345b4549915bf70900bae6ee001189f0e75e09622cc7c2e338e825b5fd300a8a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (getent) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the pacctformat module for syslog-ng. Package: syslog-ng-mod-pacctformat Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-pacctformat_3.26.1-1_amd64.deb Size: 30850 MD5sum: 308197511df412405784709f69e7f475 SHA1: 4265644bec0fd8469b8357be44c355a86f0a3dd2 SHA256: 6ab2949bf391273522bc82e0a3f72f7e4ce787129ed96031e7944b63cca36902 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.13.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.13.2-1_amd64.deb Size: 23652 MD5sum: 131d68ba77e1f3440f0ed3fdea6ddd65 SHA1: 436a6c7fc37f12019389fa095f52f0a852ff36ff SHA256: fe6624eaf4cf0f5c9ccf00744b196d8ee997394a8321179f072cf465921d197b 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.14.1-3_amd64.deb Size: 19860 MD5sum: c62d470fd8739f1fa9a2bb3b35b082a0 SHA1: 3af478b95e8fb2b1a123b9b1e7b9dd9f67cf7047 SHA256: 7ea42c51b942772d67ab7aca5d438e12bb90fecb136816a189e99f27ff72e6cc 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.15.1-1_amd64.deb Size: 20096 MD5sum: 89f4ed8381c01d3bc2a2cead2bf2e838 SHA1: 952281e4ace47d2829a479d18de528aeb5399c90 SHA256: 7b870ee3d8a443e4cb3892ced9968142cead99a9c760991c4d6627fd01b9c952 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to PostgreSQL databases. Package: syslog-ng-mod-pgsql Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.16.1-1_amd64.deb Size: 23696 MD5sum: 70fc0286053472a596a13ba68bf0eba3 SHA1: 789c15836e4ddcc7ab346c358957a80cccdb202d SHA256: 750cd174f2c07edd070ff8bd837b985a9aced6c5f7cb783d20ef24052b11f2c6 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to PostgreSQL databases. Package: syslog-ng-mod-pgsql Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.17.2-1_amd64.deb Size: 24178 MD5sum: d6a5ac09dd7ae3c2a0062844afc5b5a2 SHA1: 464d6846bb866528c28d2bcc4af2ba586e932efe SHA256: daf6b7a58b8ca8e5c31f834363b61d9c7e376f3443e70953075c9d4ae3dc67fe Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to PostgreSQL databases. Package: syslog-ng-mod-pgsql Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.18.1-1_amd64.deb Size: 24146 MD5sum: 1e40812ff2cde199f545b0e775dfe2f7 SHA1: 40d6518fd9b6a21156242226312fe6410e98e635 SHA256: 5e3573cf5c1566891a3197b6662f7219f1e0751987ed7f74ff576cf97bb8f95f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to PostgreSQL databases. Package: syslog-ng-mod-pgsql Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.19.1-1_amd64.deb Size: 23732 MD5sum: cfb41272f5c91dc99dfd7558d965ed29 SHA1: 2f0047ded05975bf09ae8e7843028acd861ade48 SHA256: 1dcb5d202f1816e003477be94fb1631b7a2cad39ce5bd861591d91f2f04fea7d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to PostgreSQL databases. Package: syslog-ng-mod-pgsql Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.20.1-1_amd64.deb Size: 24174 MD5sum: bb459667c5c0da63280a603bde04aa60 SHA1: 4839b3b58f92a847c0c40bb899ef73f692f96bd7 SHA256: 380fc4794ab6f334f23db72016f96f3b063bc7bd46806d070d93638e5c785a40 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to PostgreSQL databases. Package: syslog-ng-mod-pgsql Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.21.1-1_amd64.deb Size: 24546 MD5sum: 6d725294ce1226597e15bd7133507a60 SHA1: 68d9cbe33773d9125a03f6cd5c3731dd3e1757a7 SHA256: da817e6b336fce922baf2b8e977b950108b730dfdf2c89da353bbbcbe71b802e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to PostgreSQL databases. Package: syslog-ng-mod-pgsql Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.22.1-2_amd64.deb Size: 23952 MD5sum: f02dbdcba1ec996ef20a12319ffb97cd SHA1: c36676bae7b5c0eec9d60cfb44778f512fb67479 SHA256: 2358719b946b786d8d4fd9daea6e443da1084f0fdb3e794d549c5c688aa31095 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to PostgreSQL databases. Package: syslog-ng-mod-pgsql Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.23.1-1_amd64.deb Size: 23570 MD5sum: d50c889146d023b00cca7cbc59d59e8e SHA1: fb967cf514e858eda30c27d49e3d848fbcf66c68 SHA256: 44411cff956cc11b8a73cc0efaa78a8866425c8418bdeaaf22c04b6294003f87 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to PostgreSQL databases. Package: syslog-ng-mod-pgsql Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.24.1-2_amd64.deb Size: 24068 MD5sum: f377b0d14d3c7b76df503fa4920bb455 SHA1: 2348f1b39e1c0174407e6d8315b417aba08c97b6 SHA256: bbeb567f349085a92526c3e3abd263c95d17fcefbcab39b1c55e91b2e7c3d711 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to PostgreSQL databases. Package: syslog-ng-mod-pgsql Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.25.1-1_amd64.deb Size: 24182 MD5sum: eecd25f750d5b028e1ff124591ff9a64 SHA1: 4602ebf41fc3d0564f143b3766ff849173a2d784 SHA256: 0fb894a8574c831c5008c71243ae1de76e7323fd15f9544a42f0617d74854658 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to PostgreSQL databases. Package: syslog-ng-mod-pgsql Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: syslog-ng-mod-sql, libdbd-pgsql Filename: ./amd64/syslog-ng-mod-pgsql_3.26.1-1_amd64.deb Size: 28124 MD5sum: 2cad93b83d6487d80c37c8a584c44c94 SHA1: 085cf72b290471153a2190daafbe60f5b7577ed3 SHA256: 28e35c51ee32ebfb0ce63e9d5bdc9b942c9865ca62af590774fb3c7812c5139f 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 84 Depends: syslog-ng-core (= 3.10.1-1) Filename: ./amd64/syslog-ng-mod-python_3.10.1-1_amd64.deb Size: 24658 MD5sum: 7f5644db7b6a1166bb8ffca7e15fab9b SHA1: c11ca60757c9824529800d0298ae2da37d0c45ee SHA256: 7c0dc646d033f2bfc5fffbb51331404b9c60adbf7592a59745a9032722290f35 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.13.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 194 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./amd64/syslog-ng-mod-python_3.13.2-1_amd64.deb Size: 51826 MD5sum: 1bcdafbce0201c61e26cd8a6aff1cf64 SHA1: ded975337a766b66dcd1466fa5fd89539f505929 SHA256: 4b1d29c91b3f6d39588349e1b934a84bd6a96d152ccda06436a374ba852ef1c8 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 178 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./amd64/syslog-ng-mod-python_3.14.1-3_amd64.deb Size: 48724 MD5sum: 36d7c624da657770a2e872595e53b077 SHA1: 9fbac4e7cc17c7cf0afb8ba58e0a44d46b43279b SHA256: 8ab28ee0df2415f3df5fdd213a96216ff8571fdc65a6e4f3d63e05bedf133cd3 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 182 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./amd64/syslog-ng-mod-python_3.15.1-1_amd64.deb Size: 50404 MD5sum: ab8f1f6490ee9e2dd9ae94cd4179dc97 SHA1: 23ccde06fb3d1e6205e78782bf7733dec7003805 SHA256: 7ab42c419553d069b80b11bcd7a8c97e24e73047ecbd2d4b93845e8ce95d7674 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 198 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./amd64/syslog-ng-mod-python_3.16.1-1_amd64.deb Size: 53334 MD5sum: ac93943b1f9027df3a8a99cb08e21b67 SHA1: 00ab94acf2fac7770082fb58ac76b62e99de9c0c SHA256: 729f2e9a9b58a9627ce77c45ba22b0070c6f0064272a30acd21d318c823c2aac Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 199 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./amd64/syslog-ng-mod-python_3.17.2-1_amd64.deb Size: 53684 MD5sum: 0ce055b8573ca1612204262be6ba2fd1 SHA1: fe62b5a005dc2591a228f9c9883b38f20b4b3e50 SHA256: 4b6301522c4e122ab2b5c154866fda2364d8874a81bc3f30860ac7bd70c9b70a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 226 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./amd64/syslog-ng-mod-python_3.18.1-1_amd64.deb Size: 61520 MD5sum: 2f689305f90e88bdd9f42b8eb9f19e17 SHA1: 8dc09459a1654099ec8632b803552c0c6e1abed5 SHA256: 438bcf00a859d7b90a136b6313e00569311adab5e67738b8a42df997440984d9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 225 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./amd64/syslog-ng-mod-python_3.19.1-1_amd64.deb Size: 61132 MD5sum: 54aa01fa49212e8c3bfabd9f7c0814cd SHA1: ae1d4cc781a0d15ac1598d18418a5b64e9c2282c SHA256: 0c175a7eda1eac09ce5331b479d2ac2c9c91b7e35ecc94e350e78602a9e5a225 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 231 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./amd64/syslog-ng-mod-python_3.20.1-1_amd64.deb Size: 62902 MD5sum: 99c3c5a5ea36cddb39203bfb4028545c SHA1: a60ff64ef69726867441a5f7e668fc134fdbeb0e SHA256: d265ebba7d060b0e26aca7f98232d9636b5f66d4fdcdc2aa8672ed47d8d2fd32 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 231 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core, python:any (<< 2.8), python:any (>= 2.7.5-5~) Filename: ./amd64/syslog-ng-mod-python_3.21.1-1_amd64.deb Size: 63366 MD5sum: bfd3cc3738868f87851854a3591e890c SHA1: 0f42993c51bf7ee4a3372a9f10e5bb286a61ed11 SHA256: 448268d3f11725028f38ff7306ea85611445294455559e85772e00be5f21a8ac Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 302 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core Filename: ./amd64/syslog-ng-mod-python_3.22.1-2_amd64.deb Size: 74828 MD5sum: f6f2ddf610f9d27e47911429a6506253 SHA1: 2ba0ebbcbd6a9c688e895e47c7bbac19d6d544dd SHA256: 5d5af953b36c0efea1f5aec33cc0b86d169bedd2da5bfc0f72cc956ebb00c946 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 302 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core Filename: ./amd64/syslog-ng-mod-python_3.23.1-1_amd64.deb Size: 74540 MD5sum: dd684efb1758bc1db5ec5dc9bf1c3ffc SHA1: 46d512e2b91f39667690c89c6a1c1556e9f82a1c SHA256: 73a4d125e573fb0c2d1ef5d13e7c3f83ceeb268411c8ae18765485cfd53a5f1e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 302 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core Filename: ./amd64/syslog-ng-mod-python_3.24.1-2_amd64.deb Size: 75022 MD5sum: 429e7fa9eb1041a42b7d64af2ce3cc1f SHA1: e8e2304238331a02950c6cb4f260a2e5ac7f8dc7 SHA256: 7624383858a59ba4b008358dcb54693cd140ccbde8c20dd36e500b5c8cf63987 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 303 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core Filename: ./amd64/syslog-ng-mod-python_3.25.1-1_amd64.deb Size: 75352 MD5sum: 37a8f1fc10094dd665403d7032622e6b SHA1: e3ea655945603a76da13616fc16e7db247c26ddc SHA256: 380e0781b24e494e600d9107f3bf6b1cd1b1b748172ec1cc5d83ebdcb0804253 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-python Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 314 Depends: libc6 (>= 2.14), libpython2.7 (>= 2.7), syslog-ng-core Filename: ./amd64/syslog-ng-mod-python_3.26.1-1_amd64.deb Size: 82594 MD5sum: a141679fe5bd3ecc53649c5ce98045e8 SHA1: 614bfc8fec289574629214bd0cb06d7eee9c7223 SHA256: dd675f0dc41023f71162c3c54c575d002e4943f2d1b9b30ce40488379e3e5a3b 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 308 Depends: libc6 (>= 2.14), libpython3.6 (>= 3.6.0~b2), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-python_3.28.1-1_amd64.deb Size: 84566 MD5sum: d5f61dcccb3a08f744ff9edc99c85135 SHA1: 36eb8858876d7518f51fc3639ce5aa4c8fb1ca83 SHA256: d82230bc21a8240964bb98b1274de74186b3aaf9eab69ddcd39e1f79f2314ce4 Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (Python plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Python plugin, that allows one to write syslog-ng plugins in Python. Package: syslog-ng-mod-rdkafka Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 105 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core Filename: ./amd64/syslog-ng-mod-rdkafka_3.21.1-1_amd64.deb Size: 40162 MD5sum: 426ec5a1a9e9e4923d43051fff02a8aa SHA1: 13a9fb063f7a44d4a47b7e459d4707c5059357f2 SHA256: 2f2914b22608176a0aec49c1cf6dbb90c036ec1545f160ff4f1089ca1397bc34 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination, based on librdkafka) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a native Kafka destination, written entirely in the C programming language, based on the librdkafka client library. Package: syslog-ng-mod-rdkafka Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-rdkafka_3.22.1-2_amd64.deb Size: 23976 MD5sum: 8815ed098da2f97172f797fd083d7c98 SHA1: 6ba244241419af06d7812a44dccdb21765acc2e4 SHA256: ceb64b0b7f1d0246bb65c529ad1579cabc2b19ebe02e8778e544b3c93a1ed1cc Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination, based on librdkafka) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a native Kafka destination, written entirely in the C programming language, based on the librdkafka client library. Package: syslog-ng-mod-rdkafka Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core Filename: ./amd64/syslog-ng-mod-rdkafka_3.23.1-1_amd64.deb Size: 39354 MD5sum: cf2d2086961c7027d252316e8389e547 SHA1: a1c8982917517cdb5fa36ed6e56f2e1698630ceb SHA256: e3d5daafe1e799ea1c2ebccc7e55a9b3b4c06dce20ba9093757d141c83ad44f8 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination, based on librdkafka) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a native Kafka destination, written entirely in the C programming language, based on the librdkafka client library. Package: syslog-ng-mod-rdkafka Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core Filename: ./amd64/syslog-ng-mod-rdkafka_3.24.1-2_amd64.deb Size: 39748 MD5sum: e74bd02e544a06cd13841bcfeb9e0a59 SHA1: 3c575f0481474265e93cb9ee77e5ef6665e2631b SHA256: b36ad5dfe856d617837caec5319a9a035d83637d21a9c24a94a629be9af749dc Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination, based on librdkafka) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a native Kafka destination, written entirely in the C programming language, based on the librdkafka client library. Package: syslog-ng-mod-rdkafka Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 105 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core Filename: ./amd64/syslog-ng-mod-rdkafka_3.25.1-1_amd64.deb Size: 39904 MD5sum: fd5eadfd5baa5755613031bb944d3ef6 SHA1: b670ed356466b85552480f86a5ac5348d7f26c0e SHA256: 61f13571035b0a96d20b99e98df2bd6cfcfa2b246df4b622a0ea7ae4400dd7b2 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Kafka destination, based on librdkafka) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a native Kafka destination, written entirely in the C programming language, based on the librdkafka client library. Package: syslog-ng-mod-rdkafka Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 108 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core Filename: ./amd64/syslog-ng-mod-rdkafka_3.26.1-1_amd64.deb Size: 43858 MD5sum: 8e0fce94cbd898e175d0c28003c31ec0 SHA1: 9486f5b11673c45fd673643c5e1661b452982a6c SHA256: 22e5d5ef841c20043e8f3569e6b4b75c1d147ac462febb628effb7b6b34a78ae 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 107 Depends: libc6 (>= 2.14), librdkafka1, syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-rdkafka_3.28.1-1_amd64.deb Size: 42482 MD5sum: 5b5f7f19baf8a8835feae52d07554a70 SHA1: 9d8e5733654c0562b6895e2f74ada858e3da9b06 SHA256: 82501d0ad89c0939a9801ff1fb996e99545e41d8c633b7afb5d51be739de9a89 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 58 Depends: syslog-ng-core (= 3.10.1-1) Filename: ./amd64/syslog-ng-mod-redis_3.10.1-1_amd64.deb Size: 16178 MD5sum: 6444d144d135c222a82d2888bac1bfa4 SHA1: 4b280399ccb5e9fe9380d71144ff54d512ecc775 SHA256: 78be425766a849ceee0be317c36e7c48f2981115e4a4ea2be6ed58fc7498fb07 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.13.2-1_amd64.deb Size: 34014 MD5sum: 11cab93dd14b3c9dcbdbee9642b75fd8 SHA1: 62be21192d0ab788b9b766b83ee49ee99ac64403 SHA256: 087d0f726aad01e9e126732f64ac0ec7a7ae7011227da9f6c0e5e03817256a03 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 71 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.14.1-3_amd64.deb Size: 30338 MD5sum: ff10b636483a6e7220fe12aa3d2e09c4 SHA1: 8418cdf66d71ec92aa9af81b4bc60a46bc7827b4 SHA256: e6418d3eed3081578f70239bac59485c7eb3d7db5c1578709d84e4b1f8e92d31 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 71 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.15.1-1_amd64.deb Size: 30546 MD5sum: 0c0d85194cc18a9ad4e33d7798e9fea9 SHA1: abe090c969e0fa974c9881591ecbc4cc9b277d68 SHA256: 352d2161fe7c931c785bfc6fb9ff450ca5aa62a5a897e9c2bdaa0f48cc981a6a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.16.1-1_amd64.deb Size: 34118 MD5sum: 1ad899ca9963c5dd2ca8f14dffe98d75 SHA1: 68ce7eab663189a691d00922e9f1113d0465d692 SHA256: bd716eaf2e8c22c032a5861ca5c73ec7663a0a87bb0f58ded6db2c35f7c3fa86 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.17.2-1_amd64.deb Size: 34626 MD5sum: 5536b9f04c9aecb0c5d093fae13d4000 SHA1: b3444cfb583affc69d6918eea528d22fc27e4c5e SHA256: 795bb2d6bd134497c547ec9d879a5b5203471ce9b24fd467165aac1c1b13469e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.18.1-1_amd64.deb Size: 34668 MD5sum: d58c72c9a38266901da17d9a396e010a SHA1: f90a2f5f49148e45006e805eafca47c522263d5b SHA256: e500b8646687f59670e5d99396f86968f37f4531d1b3cb08dedc1c04b936ef13 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.19.1-1_amd64.deb Size: 34324 MD5sum: ccdf4cc8356674dcd7200e728a279fb4 SHA1: f0e0317ebad30ba4e17cd481687b2f98b6339772 SHA256: 623ef9de4cb99ddf757af2a2326ec0444271331aed069cffe17e24cfd82cada8 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.20.1-1_amd64.deb Size: 34792 MD5sum: c3984c4c22b662c17d8bea6c901a6a04 SHA1: 38d277c25b3aa0251eb5d8301e03e1e95ad29fa0 SHA256: a77b06502a11b309dd15cd70d39965aad06e4dd5281fb87be1a96de4b24b669e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 88 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.21.1-1_amd64.deb Size: 35180 MD5sum: f74899b29173e5f6daf73b8cf3597c11 SHA1: 26b21c50bb45e0df170fd7bf0d643292487569aa SHA256: 4e8414b05fe2d4a2309277832c5bcf548371d78c61f98814acb1ba774d295b13 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.22.1-2_amd64.deb Size: 34628 MD5sum: 61ea5e648dae32dda4fdcc370ad2af0c SHA1: a216873edfab694e08ec73b84e061065bdf3e9c2 SHA256: 216b76ffa49d34130da790f8c15103c665c4bcb8bac3312776e9d110eae98237 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.23.1-1_amd64.deb Size: 34348 MD5sum: a492ab9ff9429380e9de8a3a5a326736 SHA1: 060fb32b726e9793e52002c239f1fadb87b1afb5 SHA256: 12c20aa0c8940926a21a778a43e54825806a3a5054a6765f84de5d8ef39b1ee5 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 87 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.24.1-2_amd64.deb Size: 34892 MD5sum: 9857f796057c188d1ca2be638d5e762a SHA1: d95d506dfc1441fd48ab23d16502eaaade9eef99 SHA256: 99170239e27a825feeb89fac16f29c5a8c9257cca7e12d0da75cbf9d48ef4311 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.25.1-1_amd64.deb Size: 36738 MD5sum: 00a6ffaba0fc56a650139058dfa14de8 SHA1: 92ea60b40e4a736acb78db607e3f444cc71b8c36 SHA256: 1437b9d6c6cc853329804b233ae7e0677ec1fae54e745b75d396c2840261512f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Redis plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Redis destination plugin, which allows one to issue Redis commands from within syslog-ng. Package: syslog-ng-mod-redis Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 95 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-redis_3.26.1-1_amd64.deb Size: 40688 MD5sum: fdadfb2417ab1350c28d060700024322 SHA1: 614372aaf2df2e2bef41b96294a0140583841271 SHA256: 6df46558b1ae47a4be4f665eefb0d6cecb24e2120e5c607f4d22f711fe0d366d 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.14), libhiredis0.10 (>= 0.10.1), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-redis_3.28.1-1_amd64.deb Size: 39084 MD5sum: 916fcb1201127f310d2b2019620ca531 SHA1: 40d81fcdadf5597c24626793f48ba75dc8d7a194 SHA256: 4be22e9d006d9fa26ccb5b807c54482363a1fe7f238ab313133b02914a9af2b9 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 67 Depends: syslog-ng-core (= 3.10.1-1) Filename: ./amd64/syslog-ng-mod-riemann_3.10.1-1_amd64.deb Size: 18718 MD5sum: b2ee54493b1ca3144461e9341e5ecac5 SHA1: b566e2edb977898d30c8b0e7a9151a72a49594a1 SHA256: 82251147ca47be06fd236ff94a39606cac20043a109c2930de758090c3d696d9 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.13.2-1_amd64.deb Size: 36788 MD5sum: 3c9c9933f7bdadfb6e6ff5a286341b16 SHA1: 7c0528b224441a8554831023cb5262e6331ae844 SHA256: 1c6e4fe0c27dc286f24dd4e3e87e9d171d05c3658c4b1512c69cbd05ba3d5168 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 80 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.14.1-3_amd64.deb Size: 33094 MD5sum: 80158bf285a1d8ce8890579e2000a0d2 SHA1: 1d4d46721816ba88004c7fb42dc3a99cd97c68c4 SHA256: 37fde3efc0132d64c889cd114fb71618b47e3b22cee446acbfaf9d0d53e5f1dd 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 80 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.15.1-1_amd64.deb Size: 33318 MD5sum: 40af9249207ee10fe7d3e08eb3df964f SHA1: ee205c5df4cea3a5707aa8453544dd481b84454e SHA256: d3586f796296d96d72040753b35bc73dba819fde2142c4098bed5c8b7f5f7ba9 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.16.1-1_amd64.deb Size: 36882 MD5sum: 2a1c7cbc9cb2d0d64ab191b02bb53c9b SHA1: 8c4d3da2d57d1e17f1f5bed6647f74439013f83d SHA256: e71daa790edd522ae586d5a0e828527289160daaf65287d9562284aa4dca4565 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.17.2-1_amd64.deb Size: 37374 MD5sum: 27b439d3374b0102ec698e045680541f SHA1: a85e04bb85a0f6c50b9451572cda7cebfad3442e SHA256: d545da5cdcf17703d24885b12f79b5f95627f5b4e7637af90caaaa1b5a24efd3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 101 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.18.1-1_amd64.deb Size: 38472 MD5sum: f92308de378e7bbf7f2e712965f7ce26 SHA1: 20315f8a5ea27a9854e0bd67f9d260bdf05b2631 SHA256: 5d6759a5ac00c41dd37538f91cfd095448404491dbddafb6d65b9aa4140c8400 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.19.1-1_amd64.deb Size: 38456 MD5sum: 83a8d2fe5db6543cc61b86ef54581a9c SHA1: fd7438075460a608437006e67e283c6563ca476c SHA256: 1896555f895fb9f750fd43273c480e492598930512bfe7e47776bd3581a7b698 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 105 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.20.1-1_amd64.deb Size: 39002 MD5sum: d22bd1f562e8326bbb6b157d288b0065 SHA1: 35636a0ff65cf2260108b6124e51078083a8a87d SHA256: 6179377bc8f4c3e8fdb3519e8f7a54e275937e453a95b871ee06de69f1652aa4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 105 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.21.1-1_amd64.deb Size: 39358 MD5sum: be2ccf89dc06f6553e0ec2f812ca0e4d SHA1: 7d929e95133ecee314709709546c1020bbc3561f SHA256: 9f37c87eafa419ec8cc82dcfe15998ca73c71b7b71ed9dc045092f234e7b6644 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.22.1-2_amd64.deb Size: 38780 MD5sum: 7dcc27c0e6d67dbedbcf667e9dc555de SHA1: be35686d99e6280f053051f6ebb221472efd3dd7 SHA256: 93ca751f7096d7191e1684fc5dab446b9e7c6e29dda844b3ef393ca846ed6e49 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.23.1-1_amd64.deb Size: 38696 MD5sum: ccfadc5067913760e8131fb7c995de0f SHA1: 48b1e3675f25d306e59e3b4b7a747bd5226ebac8 SHA256: ab7700529efd78434598baf0005e44b2a8703d8cce0f47bfef21851456ee7ee4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.24.1-2_amd64.deb Size: 39196 MD5sum: 53db8c177550835fa2b450e75fb6eb75 SHA1: e01b840ba292a00fad5bc8ea40c5aa38599e8c26 SHA256: ef4d80eef4394042e0981150109dc00805d982c39b4a1c18070b05352fbd7cf5 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 105 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.25.1-1_amd64.deb Size: 39310 MD5sum: bb180322f6d81e7a80a49a99dba2dcc7 SHA1: d160683c1f17bf161dbae0e514894554e73d66e4 SHA256: 84c8907c0c289a2f6611ceb61e048b6a9e473bcc89a3f2b8d94a5ff697ba723b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (Riemann destination) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the Riemann destination, allowing one to push events to a Riemann server from within syslog-ng. Package: syslog-ng-mod-riemann Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 108 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core Filename: ./amd64/syslog-ng-mod-riemann_3.26.1-1_amd64.deb Size: 43208 MD5sum: abba0bf1660a78dd08872534fec4f979 SHA1: 27443002322950c5a6c3fcde33ec6736c6168df8 SHA256: b62d2bdcc8b98f88ea1ce15d3a5b83aa5687a3a3df6eae98b034fc3cf36d2953 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 107 Depends: libc6 (>= 2.14), libriemann-client0 (>= 1.10.0), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-riemann_3.28.1-1_amd64.deb Size: 41694 MD5sum: 20b8c30b3218098d5b1dcfccc20e81bf SHA1: 5af028945cef4628250d640d9128336d57bb93ac SHA256: 4e9e29fcc726380dca8de9f3fa5f4aa03e3bff2aa6d1a43a1c5dfeca6f005e9d 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 209 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.31.8), libssl1.0.0 (>= 1.0.1), syslog-ng-core Filename: ./amd64/syslog-ng-mod-slog_3.28.1-1_amd64.deb Size: 64914 MD5sum: aed4d0be1b8dc133a4d3e6f8a1abd48c SHA1: 2808297fc281b61c6b037ebdd7979cfd7afd69b2 SHA256: 0de19d2eb2db3a4e2cc9924fa2c42576a71c05e8e000cf371838b9b8ac026608 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 62 Depends: syslog-ng-core (= 3.10.1-1) Filename: ./amd64/syslog-ng-mod-smtp_3.10.1-1_amd64.deb Size: 18240 MD5sum: adf15ba8a2391b7d61f210d29efbdcde SHA1: 6b3976175fd737406b7205fae466ecb765ed1c66 SHA256: 30d05fe8f88ff33ecc96deea4f408a772c79c9280678fdbb750baf540c3eb5b6 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.13.2-1_amd64.deb Size: 35988 MD5sum: e095ef345bcb540547a6b2e3d5a5dd95 SHA1: 591f2624b8c9fe883f03644720998501208d08d8 SHA256: 2bee5165063f4c5fda6a84b0b584e86fba30f2e4cacd625c93229b5e13e6fe20 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.14.1-3_amd64.deb Size: 32190 MD5sum: 55287986f5d0f4fd21e6d652252e3991 SHA1: 4bea86d7ceb6c37de82e22ec019c32f5ebebe5d2 SHA256: e0c4a3d90502f0c4689aca9afc1435094ef6a3005cd25a229802f10999e70151 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 75 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.15.1-1_amd64.deb Size: 32490 MD5sum: c2571201a191a11e6be7d0b63bda75b0 SHA1: e141ad648f08d1f5d127b4b096b4eeb769ad5137 SHA256: a991eab38ebc1070d25983772b86aa2a111a695701b469759a77af4eaa067029 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.16.1-1_amd64.deb Size: 36030 MD5sum: 86f6a207c535fc861ffb5f675e4cc124 SHA1: 912677d7538709e56c0d32ee491148b0a772b16b SHA256: d0a5da4cf83ffac7905faeb0a85c123339ed352645d5a9295cf7380c7577614d Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.17.2-1_amd64.deb Size: 36528 MD5sum: 565662de69090d6cf8d4d99220ca58ff SHA1: 026791e15880d2fbde38784b7566aafe68f02bb2 SHA256: 3170650186258cda73126d3e460459063b6e3cb5fd04bc276ff0f952e152320e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 92 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.18.1-1_amd64.deb Size: 36548 MD5sum: 290d932d0bed0fb8db5e2d1097a2ea98 SHA1: a8e149fc8f83280173686cfca3db10657dc05792 SHA256: 09a9644de340f24442bb5272b2efbb398beab9926c351acf0c5c76c2ea5b4265 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.19.1-1_amd64.deb Size: 36358 MD5sum: fbd74ffc9ed6c39909b4f90e9c460df2 SHA1: 84d96ab618013b3c7aa16c6322806def392d1f03 SHA256: ac1e87fedc11b76736d4e5677aefc43657e6498c05cff9b790221f4662ff3d03 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.20.1-1_amd64.deb Size: 36824 MD5sum: 20af53a4f3abe1f31353fde7442713cb SHA1: 3e5cde5c85562ea0d93a562e206960485575f0ae SHA256: aa704fe5821fefef6d1835221621d053cd9085f884fb0e3016c6f8f4046747e0 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.21.1-1_amd64.deb Size: 37162 MD5sum: 36d2348a0a239d73d8bcf2641a50b6ea SHA1: fe26a2f5f904bfc7e1c619aa9b0cfaa8b411294d SHA256: 654f74edf62fe3a1c02deb9defca912011f2b137b9305791f75b321cbb4e67c3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.22.1-2_amd64.deb Size: 36606 MD5sum: ea798f87633636431f82db91f720b87e SHA1: 01ad1cea50945345046609251fa4bfa1a0dee311 SHA256: 81e72be62446be07b67c9f13c5c2363dab55af024d15b49fe73b2a02b8a53d9a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.23.1-1_amd64.deb Size: 36224 MD5sum: eb70513fdbb4ae95a6e1b4a239247f7b SHA1: cbb8b10df600575c98a0346dc426ec3090897ceb SHA256: bea5deeffe682af2b793f4ac338c7e2f126f1576138f4eacb9e63c415407bf51 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.24.1-2_amd64.deb Size: 36730 MD5sum: a488ec55dd5817ec843b9ea945f375d3 SHA1: d38037325bdd8263a39b60b14e38b1b2a325d740 SHA256: 448dfc0ad50b51c6ec954371c2cd6cf0186101f301a4ee165d39a67a23ee9c20 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.25.1-1_amd64.deb Size: 36832 MD5sum: 21d0ab51d2ca9e48350be6911821e925 SHA1: baaa37ffceb7a0066dcb0dd509cd74972eedc8a9 SHA256: 318dd89047b986364cdfad26607d833e8c9b9a3b0aaf6648c88043b9cd35c609 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-smtp Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 100 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core Filename: ./amd64/syslog-ng-mod-smtp_3.26.1-1_amd64.deb Size: 40758 MD5sum: cdfbc89d0d3bfbfb5cb6be9e9fa309d4 SHA1: cb2292588e9d4189d76df0754ef31e09418f32d5 SHA256: 54a58d99a5819ecab6d6caa8f45e08beb7fdfde2788f880f13df74b3a3d23355 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 99 Depends: libc6 (>= 2.14), libesmtp6, syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-smtp_3.28.1-1_amd64.deb Size: 39200 MD5sum: dce2988cc66cb194c5018f9225ddb00a SHA1: b1234c75e959f7c4982a64073afd5d93ffa4ab63 SHA256: de63f56100e2028a43a1d3707491004aa52d158931e932ceea34057c8a7bdacc Section: admin Priority: optional Multi-Arch: foreign Homepage: https://www.syslog-ng.com/ Description: Enhanced system logging daemon (SMTP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SMTP destination plugin, which allows one to send email messages from within syslog-ng itself. Package: syslog-ng-mod-snmp Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 99 Depends: libc6 (>= 2.14), libsnmp30 (>= 5.7.3+dfsg-1.7ubuntu1~dfsg), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmp_3.22.1-2_amd64.deb Size: 37984 MD5sum: 3f703292c6576db01ac3d98eada6123d SHA1: ec48068d2b6b0f9a32379223ea4f731987d4e879 SHA256: 139bf632fd8db5ce27bc6616bfb4639108731a13d8549f0919c451da9dfedb9e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SNMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SNMP destination plugin, which allows one to send messages to an snmp server. Package: syslog-ng-mod-snmp Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-snmp_3.23.1-1_amd64.deb Size: 23552 MD5sum: 922afc792d5a6b25846a371c9ef77616 SHA1: 7152d00a41835345a7f3b5574409c6a7b255a913 SHA256: 5d085691f38ae4994bc1ddaa3231974dcc0484126f415895574d501fd29a21de Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SNMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SNMP destination plugin, which allows one to send messages to an snmp server. Package: syslog-ng-mod-snmp Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Filename: ./amd64/syslog-ng-mod-snmp_3.24.1-2_amd64.deb Size: 24050 MD5sum: ba2f8c4f2355914a50dbee69732c2e09 SHA1: 5f61a66cc4be0738d5f64fa4da9f500af6d66b45 SHA256: 4c7353729940026eb3c14c4de9ae2cd368f81d72048edc1fe957d4c02c1dfd08 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SNMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SNMP destination plugin, which allows one to send messages to an snmp server. Package: syslog-ng-mod-snmp Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Filename: ./amd64/syslog-ng-mod-snmp_3.25.1-1_amd64.deb Size: 24174 MD5sum: 17a2aa9507ba52998a14593f38679440 SHA1: 9b6fdde6b7d77ec2646b36d0ddd2dd2db86f053a SHA256: 8be6de87be0c6a168ff243c5d8cfb16d992947a4a284d0a2275d32e45b56a1f4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SNMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SNMP destination plugin, which allows one to send messages to an snmp server. Package: syslog-ng-mod-snmp Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 99 Depends: libc6 (>= 2.14), libsnmp30 (>= 5.7.3+dfsg-1.7ubuntu1~dfsg), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmp_3.26.1-1_amd64.deb Size: 41348 MD5sum: dc1c85bb57bd2633612e3bfd7083a30e SHA1: 42a73675a6e39060357520506d34ae7c0af8a18e SHA256: 5124c0e5076a7906c02ab448d3dac1dd85c337c3bc8baa04165a64741082d467 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.14), libsnmp30 (>= 5.7.3+dfsg-1.7ubuntu1~dfsg), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-snmp_3.28.1-1_amd64.deb Size: 43378 MD5sum: 5791bc9fa5ac4069570e53e7a0a24a35 SHA1: f66c6e823cce62ca34b2d56b30f43e2bbc3c53cf SHA256: 8ce238d162db36af8e019cc662f8a3c5a9c34e84d096b4e7319b9626da94f320 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 54 Depends: syslog-ng-core (= 3.10.1-1) Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.10.1-1_amd64.deb Size: 16006 MD5sum: 8be9968092232f9695454d20a725c1a5 SHA1: c260ce1e67beaf6903d5ffe29f2f8267467c66d5 SHA256: 8ad9d706fc5ad29a2aa2ee8401860dae599914c24c55c51aa7be3df5e4ca852f 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.13.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 89 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.13.2-1_amd64.deb Size: 34170 MD5sum: cdbef641daa106684e61d237fcafb86d SHA1: 6539b35a0815ad3f1270ba7fd6feaa4a291cfb4f SHA256: 1b2d422960e9cb3a50ec426b45f2f2cf8144fc1e8da54ec17afd20387617b1f0 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 73 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.14.1-3_amd64.deb Size: 30778 MD5sum: 18496f8f0942facd15221220c17f9429 SHA1: 467052c8a1947998028d74d13e97705ae2e510bf SHA256: 445d9c4304316498446372ca14d5873bde3bf4a6465de0d1d4c6d36c5f20e805 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 73 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.15.1-1_amd64.deb Size: 31028 MD5sum: 8a723b0585ed3e14153ed7382c5cd627 SHA1: 480928a3216213a9117f1675ec1226c1c8f17db5 SHA256: 5d47750d57dec874dfcab2a297403ef1ee81ae935111f1a17eb909e91ddb3a9b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (snmptrapd-parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This parser module can parse SNMP trap messages and convert it to key-value pairs. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 89 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.16.1-1_amd64.deb Size: 34422 MD5sum: d0d33f5bb411e0c361d36cd6e842cf33 SHA1: fe366e80cb95bcf154aa076c78880d1b7454af4f SHA256: b0f3bb87e3a6279174c1f84842d8974d838dca6eb5934e6e0f1c66368386517f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (snmptrapd-parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This parser module can parse SNMP trap messages and convert it to key-value pairs. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 90 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.17.2-1_amd64.deb Size: 34922 MD5sum: df35ad0b4ace1ac518cd4cadb60c2417 SHA1: 0fae840a6aa9ea6fdb49b8a51e08b9679a99e034 SHA256: 271d2062f4cec6af206cafeb51ff926430d416d0b5194af4aa342258ded65ef4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (snmptrapd-parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This parser module can parse SNMP trap messages and convert it to key-value pairs. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 90 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.18.1-1_amd64.deb Size: 34962 MD5sum: e1d43c458d2e447aaa41576f3c723bc4 SHA1: b5abf968b27fb086e6f3bc8c957277341716bb70 SHA256: 3b3b82947154a590624ba365158fd52f355e752ce9e131e825571ad7dbe0029b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (snmptrapd-parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This parser module can parse SNMP trap messages and convert it to key-value pairs. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 93 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.19.1-1_amd64.deb Size: 34570 MD5sum: 65342807b19483d3e2aa4084b35a7058 SHA1: 37d995d3dbfaecc8f079ee4bbee1e590f0afc81f SHA256: eeac2a9094ba9dabd83ea265b1cef396250d18d706146b94db8692ad4a17cb95 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (snmptrapd-parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This parser module can parse SNMP trap messages and convert it to key-value pairs. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.20.1-1_amd64.deb Size: 35160 MD5sum: e12f964b9020774a3121ac3678d20889 SHA1: ca5652420a425e859d0bee3b1755e622234086a9 SHA256: 5e6065246ddc75c2173b242588af93fa8b57a9d523ffb41c04bc5240d3207720 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (snmptrapd-parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This parser module can parse SNMP trap messages and convert it to key-value pairs. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.21.1-1_amd64.deb Size: 35496 MD5sum: a20c73ce25504ce146d912e4e59fd6b9 SHA1: ade2ac455d1fc5ecff64a43f06ecf13f2a387ad1 SHA256: 38ae1acc0fdaae1501a2addad386d8a0e2867ce19ac228c310ec865972fa4b13 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (snmptrapd-parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This parser module can parse SNMP trap messages and convert it to key-value pairs. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 93 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.22.1-2_amd64.deb Size: 34924 MD5sum: f6e2afa1dfea3f9e4797e9d35ea7ffdd SHA1: 865d051ea8d8eb96bb093ded15b180facc8f55ce SHA256: 602860dfd7dd579ecf2de1969997d008df8bdaa0a2c0962a9155a8b716f3db56 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (snmptrapd-parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This parser module can parse SNMP trap messages and convert it to key-value pairs. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 93 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.23.1-1_amd64.deb Size: 34516 MD5sum: 6c36b35d3b7f2f206661c5b8902d4cba SHA1: 1b5131b9802b082dc66f733e43e5eada7b76e0c8 SHA256: 442194ae3b656fd5a2be8db83a7c3a3a074670e6c36f2268cb494f623ae29d19 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (snmptrapd-parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This parser module can parse SNMP trap messages and convert it to key-value pairs. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 93 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.24.1-2_amd64.deb Size: 35050 MD5sum: ef36d178dc8e2da56f5112fe4c694ea6 SHA1: b668ff3dc1e55d29313176855f49b49cec2948fd SHA256: 93c715885aca0a621d32f85d21fbfdd974c894173d435c922235560a61598c3f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (snmptrapd-parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This parser module can parse SNMP trap messages and convert it to key-value pairs. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.25.1-1_amd64.deb Size: 35164 MD5sum: dda76444ffacec27b52a3ef5bf8aa871 SHA1: 253b8ce6e9ede77ac57256c761faa0fb34d0df5c SHA256: 9cdc7d073c48133dd87c7d48b092dd8f8655cb5631947a3c46e0e343bcc7c50f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (snmptrapd-parser plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This parser module can parse SNMP trap messages and convert it to key-value pairs. Package: syslog-ng-mod-snmptrapd-parser Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 91 Depends: libc6 (>= 2.14), syslog-ng-core Filename: ./amd64/syslog-ng-mod-snmptrapd-parser_3.26.1-1_amd64.deb Size: 38620 MD5sum: eead48519e9c3a35ee37c494c6bfe788 SHA1: bca23a8d552cb073b69f2da45338b2aa514ed944 SHA256: 9690041d64b881145bf4a485d7bed17559473429c0b8987392d4a2bc6e4434d7 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.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 81 Depends: syslog-ng-core (= 3.10.1-1) Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sql_3.10.1-1_amd64.deb Size: 23744 MD5sum: c3be82432193d046cf8672978758bd4b SHA1: 083036ad740f637b86e504a94e3090a751a554ef SHA256: 49f0d73b96368c5ee7e2b168fd15c8b0330c152f6184d1100aca6aea2ec2e6d9 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.13.2-1_amd64.deb Size: 41486 MD5sum: 8443f92e0417750101e36a0a969b2c14 SHA1: 4c709da75d845744fd4853a794321f0d91b91929 SHA256: 5f7d237020d4b0359a33fe71f35f2a921c388fa93833e5234d513eb249ceb41b 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 94 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.14.1-3_amd64.deb Size: 37772 MD5sum: 7b537aaee801a5589fffdde286793625 SHA1: e494b730fef988e5beb034eff69c7bb12382f09c SHA256: 8a79a60ce2e1913ebdefc9234d7d667169e0de0df2ac143a6c5be7a2088d4126 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 98 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.15.1-1_amd64.deb Size: 38012 MD5sum: e3c5848a5bedc1bef6dd6ee9b57c3fb4 SHA1: f528cba1b8d822ef971ca4e0fe899ec4014c9917 SHA256: 8b6ab61a550cfdcaf3dfb0c6faa61145f75cde8cb355e9874bf3e0df82c43be0 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 114 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.16.1-1_amd64.deb Size: 41788 MD5sum: 23e02e946f18c7f5f76252ecadcecf74 SHA1: ffd5275a9c1bf86c4700055f52162458f0ea26ae SHA256: 991cc595ee9b6e67ab423888d94c4b4ad16dec16e983952624515c85f73f162c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 115 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.17.2-1_amd64.deb Size: 42356 MD5sum: 0bc6d9dfebe1939e9f742c24e7e3ce79 SHA1: a7951db4684998738cb5a4f18858b50c49236bb3 SHA256: a2ba1a2c5f8170fec05e757549e63b4268e1592851b3a95e19d8d9881eee69b4 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 115 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.18.1-1_amd64.deb Size: 42302 MD5sum: b2fe767a2d01209edf796e6c99931a47 SHA1: 4c71217d984e1647cd1fca56f99d0e6d5d9b3af7 SHA256: 491d236f60dd72f13613745378abac3ca1a03371e32dd20d81ff6e3edbfff8c5 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.19.1-1_amd64.deb Size: 40332 MD5sum: 5ad7ad57d8390110d114fa5d5ded79d1 SHA1: 3bc839d518b53b2774e33edfcf49b5dd8a92b85c SHA256: 4a5ffcb803c8e3123f71c0f8be051cf5232254202bd4057668cf2fcdcb255c54 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 111 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.20.1-1_amd64.deb Size: 40774 MD5sum: 0cbe0070d1023f70a0f3c2f67795b9fc SHA1: d2d6a7eb92b9940b28270fc5d8e02c47003ea4a5 SHA256: 7801ee639484bc1fa38a26c12e24ba2fd2a61cff8cd87c4a3467a78fdd48124a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 111 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.21.1-1_amd64.deb Size: 41144 MD5sum: 8acc38415b90adf4e4dc991843e6ad7a SHA1: a248b6db14fc4e57a1df43fcdc8874e5140df0b9 SHA256: e211603d48f4d6293d3cae13ffe77934dea5ebe5ae5650a3f2f9ee36ddfe9704 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.22.1-2_amd64.deb Size: 40632 MD5sum: f6135287541ac5b6c6b79ff354d23eee SHA1: 1c44e7f95d9994ca87087e055ae76e42b6c6dea4 SHA256: f74d43f6cf2bc1d22e1f22bf67f344867f67a979ca1281e3981ba378c6bf0121 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.23.1-1_amd64.deb Size: 40220 MD5sum: 247892f1c75555249d7edc26326378e0 SHA1: d8eabef313da9fdc6b24480c16fa68e5973e63db SHA256: 6f7df34878cc760491cf798158847f2fcf8ad0549602e5ac21bf4fd2bf72c5db Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.24.1-2_amd64.deb Size: 40918 MD5sum: 2ddfa88e56d6e20f1b5d13973977625b SHA1: 1faf53da471929fd59160d3f38ceafa5a3e9f724 SHA256: 6aa7a641e163695fb07e4e773ae14d86394877fa91dc56b27a5f1da44bfa8e75 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 111 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.25.1-1_amd64.deb Size: 41054 MD5sum: 7f4880c5273adbbb677f9732d80dd1bb SHA1: 35be0aba4505a88f7d0a8e93bc3aabd18fdea83f SHA256: 44f6ca39f8ea176981f196c0cc70c05d9c4a1aa76e510ccb60f2c1dd025f7f51 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to a multitude of SQL databases (including, but not limited to MySQL, PostgreSQL and SQLite). Package: syslog-ng-mod-sql Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 114 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-core Suggests: syslog-ng-mod-mysql, syslog-ng-mod-pgsql, syslog-ng-mod-sqlite3, syslog-ng-mod-freetds Filename: ./amd64/syslog-ng-mod-sql_3.26.1-1_amd64.deb Size: 45010 MD5sum: 15e4062d3a07353f60b17b3b7773f3b6 SHA1: b06e15d71bd721fe83ff493c20471e866d384fcd SHA256: 135e25a473ae09eb83b34395712a2ec53461ae6c18b1ec49d54c78b9adcece61 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 110 Depends: libc6 (>= 2.14), libdbi1 (>= 0.9.0), libssl1.0.0 (>= 1.0.0), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Suggests: libdbd-mysql, libdbd-pgsql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sql_3.28.1-1_amd64.deb Size: 43284 MD5sum: 2b3b0e75a0c794ed56999143a61ed8c9 SHA1: 6122baaf3b0ac928d8e9bd474374bc0179fa7abe SHA256: a1f1d46aa95de8fef0bd06cdf853529e66f75051ed794fc7495141d753d15230 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.13.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.13.2-1_amd64.deb Size: 23658 MD5sum: c89ee941db91ad292c10a555dcd6f521 SHA1: 5a1769c465884e9e055468fa8155687b6239ca5f SHA256: 6806288e000d6cfbb50cf9d41a42461caf4176119d5549ed42a77e3a0c9c891f 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.14.1-3_amd64.deb Size: 19866 MD5sum: 9a185df134fe65ebeaf0b0002fbafb13 SHA1: a0e51696b810cbad738631503d81a59e2c307ff0 SHA256: 658a841788ca4082f6b6ff40648c94b12d8c6546902adc3fc1ba154fe016962b 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 25 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.15.1-1_amd64.deb Size: 20100 MD5sum: af987eccece30f40ecb4c28f03b3cee1 SHA1: f12e9ae2c65e552d37263fa8dfb7bc5b662476e8 SHA256: 093a4f0c7f060e47dd54b8c6beaf0e7119215d1f9c36fa5cf4b57c5ebb4b9b41 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to SQLite databases. Package: syslog-ng-mod-sqlite3 Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.16.1-1_amd64.deb Size: 23694 MD5sum: c991ae846fd97fd0cf985c6f7bb74342 SHA1: 251e2cfef1b4da3e706d6d21bbccee9218212a15 SHA256: d78677041326255747c872dcc7ddbf16182c5fd477e48a5b0eee4635d1200dc3 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to SQLite databases. Package: syslog-ng-mod-sqlite3 Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.17.2-1_amd64.deb Size: 24184 MD5sum: a255eb098cdc8d0a8e7ddffd750bd9f0 SHA1: 39cd30376cedd101eeaeec2600ae7dcdb56f7bac SHA256: 75b14ef53b77fcdd6a656837ed06e12aae8fb2e5b3fbf5b5f0702dd946d3185a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to SQLite databases. Package: syslog-ng-mod-sqlite3 Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.18.1-1_amd64.deb Size: 24156 MD5sum: 0e72db94a9e3512b7ab321a62ef20c15 SHA1: 1114efd032db4fd5e749f3b5155c9c59fb984722 SHA256: 82a57a15e4740735323a8d42ff02aa862a5bd5697cec0f7836f699b6db996b46 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to SQLite databases. Package: syslog-ng-mod-sqlite3 Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.19.1-1_amd64.deb Size: 23748 MD5sum: 1f5a26db44d0ef895518f06f4a16f4d6 SHA1: 03f3dc202f0f07b3e6893a12bf81de987aa18c23 SHA256: fc5a0c10d47aac3ea8f6fd92abebdf4f4ac745b80b1d577f17b1003a97ece21a Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to SQLite databases. Package: syslog-ng-mod-sqlite3 Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.20.1-1_amd64.deb Size: 24174 MD5sum: d9d9b031ebce2cde7952afcfe8f76811 SHA1: 32fadce6fbe3aa5531f1acdfe8641f49654e854d SHA256: c6f1fa665f5c9cf585078fec107d1eb8c313141b4bb54c0df7f01fdaeadc1d4c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to SQLite databases. Package: syslog-ng-mod-sqlite3 Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.21.1-1_amd64.deb Size: 24552 MD5sum: e1f00824152b66756e378079588e4234 SHA1: d78417a2e4d896dbd42031bc022f81fb310dbde9 SHA256: 0f4fbf4f356d6046794603a121c4650106b516baf0661f93101e342b6edd8d38 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to SQLite databases. Package: syslog-ng-mod-sqlite3 Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.22.1-2_amd64.deb Size: 23950 MD5sum: 13f97196f3c9e7bb3ad6fd78cf2fe3c6 SHA1: 5114931b1e499d7cae608916418c4ffd81d54cff SHA256: 21e0cf348fb8a2a35e83bd93d6255439b2d82cf83dc4ad9d581de6193e9f6a70 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to SQLite databases. Package: syslog-ng-mod-sqlite3 Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.23.1-1_amd64.deb Size: 23572 MD5sum: c6a918ed03f3a4cc0d25e20c145f89a4 SHA1: 69acc142cdada0158d7cda83a8c175f94944d9ca SHA256: c2c3ff88d3d5f1f4a21f59f1aa6d96d4fe95b721154b62cdfb002ba3acb81841 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to SQLite databases. Package: syslog-ng-mod-sqlite3 Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 41 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.24.1-2_amd64.deb Size: 24064 MD5sum: 1c252a3e160df749f53fdd6143b1c703 SHA1: 64484b4f675d2e88fae92214cdcd0cc34bb8ef39 SHA256: f8cf7963a0e91b4f2e9983ae16c58ba4f86d893900f9cce2858c36954edb9b51 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to SQLite databases. Package: syslog-ng-mod-sqlite3 Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 42 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.25.1-1_amd64.deb Size: 24184 MD5sum: 66982c87d734f08671dfca8e26bebd13 SHA1: 9fd002ed188ad437c7f2329d5a764bf3a9ecaa26 SHA256: 68cb074b25458ffef3b22dbcf0e6bfa8878e7c79f4c205d691f24792649cee55 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (SQL plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the SQL destination plugin, which allows one to log system messages to SQLite databases. Package: syslog-ng-mod-sqlite3 Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 45 Depends: syslog-ng-mod-sql, libdbd-sqlite3 Filename: ./amd64/syslog-ng-mod-sqlite3_3.26.1-1_amd64.deb Size: 28126 MD5sum: a4a14c4b3cebddc9a748040a8acbb484 SHA1: 3a3cfbfbd7fcab855e274df6e5efefdd944ba4cd SHA256: be5bb0cf0e21d71ed39b98fd053585ede5c1ed9e18a803505307aea2b746b095 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.13.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.13.2-1_amd64.deb Size: 26886 MD5sum: abf5539556270a31e7c4ca277f904279 SHA1: 8ff68a166e94da1ebcf26d20802210604d797a62 SHA256: e3616cefc7a28acce1800f75f1a1a651e8eee9ebc480abbb26c9ab1614245b3e 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 39 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.14.1-3_amd64.deb Size: 23060 MD5sum: 83cc77eb2d82b60e1298da02ccc1cf41 SHA1: c4464ad8d1ee2c9af0d1adc747e215fafdca94a8 SHA256: 78d81aea4afbfc2681458678a741b3de12bd356e874da68ac923968eebf625ac 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 39 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.15.1-1_amd64.deb Size: 23294 MD5sum: 8557a0c2382022693a06beba6a435036 SHA1: 36ccb49cfa0a56e78fffcd59b0c13df2b2d5b240 SHA256: 92caf3bcc3adf981e33d09f88cdf7adbc7e0304cca192b24d62264c798da8f10 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.16.1-1_amd64.deb Size: 26892 MD5sum: 3e3b87e982a9ec8683778e6263310e31 SHA1: 49d2657afe2d05abad340b42dfec2ac303dce6d2 SHA256: d4823cac2deed9ed86e71958f8342d368159534e26cd05f123589f2526bd8b07 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 56 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.17.2-1_amd64.deb Size: 27380 MD5sum: 43ae10e12f35b58d5e6d0733fd437015 SHA1: 76efdc6ccdd15e1aae1b9f8c8763c43ab938f66a SHA256: 6dcb7d8a9dfe3acb42939ef0ab90246d82d9a78a507e82af3ec7b347c4282232 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 56 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.18.1-1_amd64.deb Size: 27342 MD5sum: ea3dfccd2979d0f134c66d11f287b5f6 SHA1: 4cf4521ff93c00acb92790780c8d6b884b06abb8 SHA256: f020c137c3ccfd2336a3a4eb017198a1a8014f11a563391892ffd86dec952e78 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.19.1-1_amd64.deb Size: 26922 MD5sum: 0ce57436f6c3e56bf5f7a0cde91de46e SHA1: 495d400840c3aed9f46e606ce4583aeb3f09b175 SHA256: 935c302d42cca24b0db72c5ca99a409d59d15ea18f640624fd9e1e1f2a2c00fb Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 56 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.20.1-1_amd64.deb Size: 27274 MD5sum: 51438d976c5979e1e53b78b3271a067c SHA1: c2ceef15d1401bfc54bdab9c804e60cdeb4bb6cc SHA256: d55d114d90dc35401e4f6fa5844a4164216ba29aa77700ed4e8e3fbbb7bf7f02 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 56 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.21.1-1_amd64.deb Size: 27634 MD5sum: 1bbaccf26854594f49c3e6f24d538b72 SHA1: 02d3a1f868bd04b495277f25e115d66b2faf0284 SHA256: 068445240a8a9daf560960d4f31ea31dea624c0e51c54144f421d7c516d49e92 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.22.1-2_amd64.deb Size: 27044 MD5sum: 0ad5115ed4fe57f59d69f60630779738 SHA1: f81c0ae7bca3a0a3dbf5e8c6b1a6f3619a4ac197 SHA256: e128ef6b7db29af2a2c5b938a37237b4692de30181865af9bb59a93a0f3a495f Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.23.1-1_amd64.deb Size: 26674 MD5sum: 6c114b24f02bfaee2d6e69f5bc19db3b SHA1: 9cea598de63b333c300520f9cf6d7e78bc98e918 SHA256: 13790efea03321068c13bead4cb74fae4e2e792515b9bddb01696c99ca69c378 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 55 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.24.1-2_amd64.deb Size: 27152 MD5sum: d5e0843b297db8ee84cce392ae9ac57c SHA1: 3e4471c20a6db0ae45fa7e8fad82f173b85d7f9d SHA256: 59f57680f4a8a07aefc595284480bcba6312d8cd3b9b019190f655f263a3887e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 56 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.25.1-1_amd64.deb Size: 27266 MD5sum: 929c1930afd991832598ebe07b38f2ef SHA1: fefba16251ec94b9d7be3e238610d277f9cbdb8c SHA256: 8a039babd60e3b7296aa5aeb492bbf816713a01513707066ec250160d9401d8c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (stardate plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides a stardate-like date formatting module which formats the date with months and days as fragments of the year. For example, it formats 2017.06.15 as something like 2017.500. Package: syslog-ng-mod-stardate Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 59 Depends: libc6 (>= 2.4), syslog-ng-core Filename: ./amd64/syslog-ng-mod-stardate_3.26.1-1_amd64.deb Size: 31172 MD5sum: 197e7f443f821689bd9b27f372fbb9c6 SHA1: 758fe4ba1768687c15116366474f8d5584f56df7 SHA256: b38c3398d82d6ecda2cb4fd63814c5b10dbbd66fa40c0cd0037d98e8956c8749 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 58 Depends: libc6 (>= 2.4), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-stardate_3.28.1-1_amd64.deb Size: 29544 MD5sum: 17e77954e561149aa5d157ad4365fac7 SHA1: 88ceb61dfb7e9226c6ab64d8679d075d5a439e91 SHA256: ff40d6cc418bc3c003b65480e70962546811e306c044256c2ee8ba56338b3412 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-startdate Source: syslog-ng Version: 3.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 12 Depends: syslog-ng-core (= 3.10.1-1) Filename: ./amd64/syslog-ng-mod-startdate_3.10.1-1_amd64.deb Size: 5908 MD5sum: 3a6045ea9852665feba89f5351170d28 SHA1: 6aad7c328d871e4cf212e9e67e30537f08204091 SHA256: e8412abaa9b1bd054acecc9ca841611f8b570913b4402d84b5800a0ebf8f2310 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 startdate module for syslog-ng. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.10.1-1 Architecture: amd64 Maintainer: Laszlo Budai Installed-Size: 67 Depends: syslog-ng-core (= 3.10.1-1) Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.10.1-1_amd64.deb Size: 19356 MD5sum: 3d8bb7aa59097055a84be74fd6588159 SHA1: b52164b5f4ad8b72c1ccd9f360f214f1cc40a051 SHA256: 631b637d5251b615f6e3fecedd2424d539984231c394225ba4374394084f9aac 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.13.2-1_amd64.deb Size: 37080 MD5sum: 66cadd33a825878c7618c9d7bf61419f SHA1: 0d0aee22695bd8baa6030f3e55f18b9bcd039a3e SHA256: 2598023248fc7a7c54f6fb19f2f27b5f44b411bd71f723a7242c8a46bb706031 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 80 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.14.1-3_amd64.deb Size: 33376 MD5sum: 15727f6121b8b9381c9036931e0e11e2 SHA1: 6d668f0af0542ed7ef9d70b3bbda69c808928494 SHA256: 02f5347f1b55e2caf386d9733589e04d1777e86218a5d0d55215d67b0dcada02 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: amd64 Maintainer: syslog-ng maintainers Installed-Size: 80 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.15.1-1_amd64.deb Size: 33668 MD5sum: 781ba60e737919929b6eeef550ffa1c6 SHA1: 8afa865cc4e68a60b31f21be6881932bf3fc3a96 SHA256: 6d4f4c34a62296e3417fe2e19f83c69b08630d16d6ccb3983343223b3e7f255e Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.16.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.16.1-1_amd64.deb Size: 37194 MD5sum: 6c9262405741f147c07eab4587053b94 SHA1: 5e3801e46fd3c9ccae09e871edbbabbab54a8671 SHA256: 2a0e42af554d20354ecda6aca815d7bd98835616be3f79ad25360972d411c095 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.17.2-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.17.2-1_amd64.deb Size: 37668 MD5sum: 8c190868feafb633fdb9977fae4d6897 SHA1: 1ced6cb21195e46d8b50f8dcc01b7354bfbd9fdc SHA256: 350a9151bf7592f50adb64d52fdc2088b8c9b7e5fb9af395d7420ed79e4d6ded Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.18.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.18.1-1_amd64.deb Size: 37752 MD5sum: 4aee6fe05390a884ecd7f79967df72c7 SHA1: 81ec30a2626732b83d1f9f86b7520d515dfeb74f SHA256: aceec39d18fc441586743c02fe2b6b3aa5d60324fd2f5f55c418e6b2c71b4ee0 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.19.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 96 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.19.1-1_amd64.deb Size: 37452 MD5sum: c0b4658bf51a149f11da606ccd68a0dd SHA1: df36cee168c80152093b3f9ac6bbd9a51203b67e SHA256: 00bc9aaae37da4ba63a5d9accb1f10f5806231d9dcc6cd4f301bd4cc09cd5605 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.20.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.20.1-1_amd64.deb Size: 37876 MD5sum: 3017c40be23c27664eb612a1c17bc0f4 SHA1: fcab635f4cb51965f4c95d1abc042bd4223f0052 SHA256: 398190198f8fea92adad0041b2a09e8eb033ed5a90449eba315e244cc8577e51 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.21.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 97 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.21.1-1_amd64.deb Size: 38304 MD5sum: 64c8c14ce5528566d3c3ed57c5cae563 SHA1: 585a680c0a5dee4aa172b4f97514c1010299fd52 SHA256: 9164947cc309432b8a6437a668f91618f2a10d505829ae19720a3e04fe79ea0b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.22.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 100 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.22.1-2_amd64.deb Size: 37704 MD5sum: e1a3565ecb22e9d33716d0e96e10e03b SHA1: 6b12945e792a0e7e4fa01fb7d3ce40ac0ea5ece9 SHA256: d97ef7fbafe479240e3d7a1f4b0323642414116f06b0b5fcfea2fc8f996fb3ab Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.23.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 100 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.23.1-1_amd64.deb Size: 37378 MD5sum: ee217810f7a0a2cc1d25135fc721670c SHA1: 0519be832aca5ebfee4166f40c571b13d15ed9b5 SHA256: bab360dde7838c2dadefa384c1d60fbe9d09c9f2c613e2c7533c74ccaa50046b Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.24.1-2 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 100 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.24.1-2_amd64.deb Size: 37846 MD5sum: 60aae5062e6fee40121b7e1a9cdb0b6d SHA1: f6e3121bdff59d8db348ac3845a14274e6180cff SHA256: e52a6f0007ab854b113c384bae1b26d0a94472e19e0cae6dc41509ceb87a5c5c Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.25.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 101 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.25.1-1_amd64.deb Size: 37998 MD5sum: f85858676a6ca22d4e8e61be27e4717b SHA1: 8e619768bf37aaeca4ec6ce207ae5ffafd0176d7 SHA256: 8974f23faae19364c3ef87dbc8cf9b6f1918633d425bdd2a4ecbd473358ced90 Section: admin Priority: extra Multi-Arch: foreign Homepage: http://www.syslog-ng.org/ Description: Enhanced system logging daemon (STOMP plugin) syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, message queues, databases (SQL and NoSQL alike) and more. . Key features: . * receive and send RFC3164 and RFC5424 style syslog messages * work with any kind of unstructured data * receive and send JSON formatted messages * classify and structure logs with builtin parsers (csv-parser(), db-parser(), etc.) * normalize, crunch and process logs as they flow through the system * hand on messages for further processing using message queues (like AMQP), files or databases (like PostgreSQL or MongoDB). . This package provides the STOMP destination plugin, which allows one to publish log messages through the STOMP protocol. Package: syslog-ng-mod-stomp Source: syslog-ng Version: 3.26.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 104 Depends: libc6 (>= 2.14), syslog-ng-core Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.26.1-1_amd64.deb Size: 41930 MD5sum: 306e8c0eafa3c0f5e5b5a612acc098fd SHA1: 43e03c378659381303590526e43658079a99ea24 SHA256: 3c1fc09412aead55406f1237df6f94baec6ac4e16c18e051d5fa2d7d59e82400 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 103 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Suggests: activemq Filename: ./amd64/syslog-ng-mod-stomp_3.28.1-1_amd64.deb Size: 40422 MD5sum: 7cfb8bfa7e81b2387c5d1a214d7f3cb7 SHA1: 25e341beb9928b050ef763f78c754f1912c2c3db SHA256: 418ba3aee5d5da7028163e5edb8b0f953cc08d53a90d70d74a689430f30bcd52 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.28.1-1 Architecture: amd64 Maintainer: syslog-ng maintainers Installed-Size: 86 Depends: libc6 (>= 2.14), syslog-ng-core (>= 3.28.1-1), syslog-ng-core (<< 3.28.1-1.1~) Filename: ./amd64/syslog-ng-mod-xml-parser_3.28.1-1_amd64.deb Size: 35674 MD5sum: 50f84330830d050e99c1c6b07af9fbb5 SHA1: f7ca581fd2bca8e6e35e631f7333f24ee490094b SHA256: 64bbd5be1467965af33b9ed5f499ef216f006b8022690b481429daa794dd54cf 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.