Search Criteria
Package Details: graylog 4.0.1-1
Git Clone URL: | https://aur.archlinux.org/graylog.git (read-only, click to copy) |
---|---|
Package Base: | graylog |
Description: | Graylog is an open source syslog implementation that stores your logs in ElasticSearch and MongoDB |
Upstream URL: | https://www.graylog.org/ |
Licenses: | |
Submitter: | Spider.007 |
Maintainer: | Spider.007 |
Last Packager: | Spider.007 |
Votes: | 8 |
Popularity: | 0.000001 |
First Submitted: | 2015-02-20 14:36 |
Last Updated: | 2020-11-27 08:11 |
Dependencies (3)
- java-runtime-headless=11 (jdk5, tuxjdk, jre7-openjdk-headless-infinality, java-8-openjdk-shenandoah, jre8-openjdk-headless-infinality, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains-headless, jre8-openjdk-shenandoah-headless, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, jre, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, jdk8, jre11, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8, jre8-adoptopenjdk-headless, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9-headless, jre-jetbrains, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-jetbrains, jdk11-openj9-bin, jre11-jetbrains-headless-imfix, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre-openjdk-headless, jre11-openjdk-headless, jre7-openjdk-headless, jre8-openjdk-headless)
- elasticsearch (elasticsearch17, elasticsearch2, elasticsearch5, elasticsearch-xpack) (optional)
- mongodb (mongodb34-bin, mongodb-bin-3.6, mongodb-3.4, mongodb-bin-3.2, mongodb-3.6-bin, mongodb-bin-4.0, mongodb-bin, mongodb-shell-bin) (optional)
Latest Comments
1 2 Next › Last »
L0ric0 commented on 2019-10-18 16:52
the plugin directory from the source .tgz should be included under /usr/lib/graylog/plugin
damasu commented on 2019-03-08 21:14
I would suggest using the following in the systemd service
and then users of this package can use syslog-ng to capture the graylog output to a specific file using filters in syslog-ng.conf.
As well, I found that running service as nobody doesn't work, but rather using root. I suppose a better way is to create a specific user/group for this service.
Anonymous comment on 2017-05-28 15:00
The JRE needs to be updated to jre8 vs jre7 otherwise you will experience the following error: "Unsupported major minor version 52.0".
Suppport: https://github.com/Graylog2/graylog2-server/issues/2256
Nothing4You commented on 2017-05-16 14:51
Since graylog.service depends on mongodb.service that shouldn't be an optional dependency.
Spider.007 commented on 2017-05-03 16:44
@aurifier Oops, fixed that. It has no negative impact on your install btw
aurifier commented on 2017-05-02 16:56
When I installed the package I got the following message:
/tmp/alpm_PHvFTR/.INSTALL: line 6: EOF: command not found
error: command failed to execute correctly
I haven't yet checked to see if that caused a problem.
Spider.007 commented on 2016-04-15 11:18
@sauliusl thanks for the report; I forgot the checksum. Fixed now
sauliusl commented on 2016-04-15 11:08
validity check fails for the current package.
==> Validating source files with sha256sums...
graylog-2.0.0-beta.3.tgz ... FAILED
graylog-tmpfiles.conf ... Skipped
graylog.service ... Skipped
==> ERROR: One or more files did not pass the validity check!
aberenyi commented on 2015-12-16 16:30
@Spider.007 you might be right, however, the build fails with the current PKGBUILD.
==> Install or build missing dependencies for graylog:
error: target not found: elasticsearch<2.0
Older versions can be retrieved from ALA http://ala.seblu.net/packages/e/elasticsearch/
Good luck.
Spider.007 commented on 2015-12-05 19:52
@supersym; you're wrong. The <2 is there to prevent upgrading to elasticsearch-2 which Graylog isn't compatible with. If you remove that; it will build & install, but won't work.