Merge pull request #99282 from fadenb/systemdjournal2gelf_20200813

systemd-journal2gelf: 20190702 -> 20200813
This commit is contained in:
Maximilian Bosch 2020-10-01 19:35:34 +02:00 committed by GitHub
commit ebb5b9ab2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 5 deletions

View File

@ -58,8 +58,10 @@
</para>
<itemizedlist>
<listitem>
<para />
<listitem>
<para>
<literal>systemd-journal2gelf</literal> no longer parses json and expects the receiving system to handle it. How to achieve this with Graylog is described in this <link xlink:href="https://github.com/parse-nl/SystemdJournal2Gelf/issues/10">GitHub issue</link>.
</para>
</listitem>
</itemizedlist>
</section>

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "SystemdJournal2Gelf-unstable";
version = "20190702";
version = "20200813";
src = fetchFromGitHub {
rev = "b1aa5ff31307d11a3c9b4dd08c3cd6230d935ec5";
rev = "d389dc8583b752cbd37c389a55a6c82200e47394";
owner = "parse-nl";
repo = "SystemdJournal2Gelf";
sha256 = "13jyh34wprjixinmh6l7wj7lr1f6qy6nrjcf8l29a74mczbphnvv";
sha256 = "0p38r5kdfcn6n2d44dygrs5xgv51s5qlsfhzzwn16r3n6x91s62b";
fetchSubmodules = true;
};