Lines Matching refs:journal
42 #include "journal-file.h"
43 #include "journal-remote-write.h"
44 #include "journal-remote.h"
56 #define REMOTE_JOURNAL_PATH "/var/log/journal/remote"
58 #define PRIV_KEY_FILE CERTIFICATE_ROOT "/private/journal-remote.pem"
59 #define CERT_FILE CERTIFICATE_ROOT "/certs/journal-remote.pem"
139 "-HAccept: application/vnd.fdo.journal",
176 output = arg_output ?: REMOTE_JOURNAL_PATH "/remote.journal";
188 r = asprintf(&_output, "%s/remote-%s.journal",
207 NULL, &w->journal);
209 log_error_errno(r, "Failed to open output journal %s: %m",
212 log_debug("Opened output file %s", w->journal->path);
593 if (!header || !streq(header, "application/vnd.fdo.journal"))
595 "Content-Type: application/vnd.fdo.journal"
1205 return config_parse_many(PKGSYSCONFDIR "/journal-remote.conf",
1206 CONF_PATHS_NULSTR("systemd/journal-remote.conf.d"),
1213 "Write external journal events to journal file(s).\n\n"
1216 " --url=URL Read events from systemd-journal-gatewayd at URL\n"
1221 " -o --output=FILE|DIR Write output to FILE or DIR/external-*.journal\n"
1222 " --compress[=BOOL] XZ-compress the output journal (default: yes)\n"