summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2023-11-28 02:05:34 +0200
committerGitHub <noreply@github.com>2023-11-28 00:05:34 +0000
commita64c8cdb43bd98ac9c8165e14a621881c730dde5 (patch)
tree0504bc2d5698dc9c6a1b6222491f60110542d7f1 /Makefile.am
parentc8c25a35cd1b668ac8fb6b654bd370c1aef17477 (diff)
log2journal moved to collectors (#16481)
* log2journal moved to collectors * split log2journal into multiple files * update the path xxh headers * json support for log2journal * logfmt support * fix warning * fix logfmt prefix * added support for UTF-8 escape sequences in json values
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7638fcfd46..eb9c8ff7d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -347,7 +347,13 @@ SYSTEMD_CAT_NATIVE_FILES = \
$(NULL)
LOG2JOURNAL_FILES = \
- libnetdata/log/log2journal.c \
+ collectors/log2journal/log2journal.h \
+ collectors/log2journal/log2journal.c \
+ collectors/log2journal/log2journal-help.c \
+ collectors/log2journal/log2journal-yaml.c \
+ collectors/log2journal/log2journal-json.c \
+ collectors/log2journal/log2journal-logfmt.c \
+ collectors/log2journal/log2journal-params.c \
$(NULL)