Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 589792

Summary: app-admin/syslog-ng: Add support for Java-based modules
Product: Gentoo Linux Reporter: Martin <mail>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Martin 2016-07-27 01:42:08 UTC
syslog-ng supports Java-based modules which enables destinations like Elasticsearch, Apache Kafka, Hadoop Distributed File System (HDFS), HTTP and custom written ones (compare to custom Python modules). See folders listed in modules/java-modules [1] and destinations listed in the documentation [2].

I guess these features are lacking currently because gradle [3] is needed (see "Prerequisites" section in each Java-based destination, e.g. for Elasticsearch [4]) which is not available. Therefore this might depend on gradle. Maybe it is possible to install those modules without gradle until it gets available.

[1]: https://github.com/balabit/syslog-ng/tree/master/modules/java-modules
[2]: https://www.balabit.com/sites/default/files/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/chapter-destinations.html
[3]: https://gradle.org/
[4]: https://www.balabit.com/sites/default/files/documents/syslog-ng-ose-latest-guides/en/syslog-ng-ose-guide-admin/html/destination-elasticsearch-prerequisites.html
Comment 1 Martin 2016-07-27 14:37:32 UTC
Until there is no workaround for gradle, bug 339574 blocks this issue partially (because custom Java modules might not need gradle).
Comment 2 Jakub Podlaha 2017-08-21 13:07:27 UTC
(In reply to Martin from comment #1)
> Until there is no workaround for gradle, bug 339574 blocks this issue
> partially (because custom Java modules might not need gradle).

Hey, I can see gradle-bin in portage. Isn't it enough to get this to work?
Comment 3 Pacho Ramos gentoo-dev 2017-11-21 21:06:51 UTC

*** This bug has been marked as a duplicate of bug 575306 ***