Home
last modified time | relevance | path

Searched refs:journald (Results 1 – 25 of 1024) sorted by relevance

12345678910>>...41

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/systemd-journal/tests/
H A Dtest_systemd_journal.c76 journald_process(journald); in handle_new_entry()
127 journald_next(journald); in __test_cursors()
198 journald_process(journald); in __test_fd_handling()
242 __test_seeks(journald); in Test()
244 __test_cursors(journald); in Test()
248 journald_close(journald); in Test()
249 journald_free(journald); in Test()
269 journald_open(journald, 0); in Test()
278 journald_next(journald); in Test()
291 journald_close(journald); in Test()
[all …]
/dports/sysutils/vector/vector-0.10.0/.meta/sources/
H A Djournald.toml.erb1 [sources.journald]
27 [sources.journald.options.current_boot_only]
33 [sources.journald.options.batch_size]
41 [sources.journald.options.data_dir]
50 [sources.journald.options.journalctl_path]
59 [sources.journald.options.include_units]
70 [sources.journald.options.exclude_units]
80 [sources.journald.options.remap_priority]
90 [[sources.journald.examples]]
140 [sources.journald.fields.log.fields.host]
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/beacons/
H A Dtest_journald.py10 import salt.beacons.journald as journald namespace
77 journald: {
87 ret = journald.validate(config)
95 ret = journald.validate(config)
103 ret = journald.validate(config)
110 ret = journald.beacon(config)
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/ssh/
H A Dsshd_log7 sshd_log - Munin plugin to monitor auth.log or journald for sshd
12 This plugin requires read permission for the logfile or journald.
19 logfile - path to the auth log file, or "journald" to use journald.
30 logs are read from journald, filtering on program "sshd". The filtering
41 Config example with journald:
45 env.logfile journald
47 Config example with journald on the sshd.service unit only:
51 env.logfile journald
54 Config example with journald and type DERIVE:
58 env.logfile journald
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/slog-journald-2.1.1/
H A DREADME.md1 # slog-journald
3 …uild Status](https://travis-ci.org/slog-rs/journald.svg?branch=master)](https://travis-ci.org/slog…
7 This is a straightforward journald drain for [slog-rs](https://github.com/dpc/slog-rs).
9 …irs) into journald fields. Since, journald field names are more restrictive than keys in slog-rs, …
H A DCargo.toml.orig-cargo2 name = "slog-journald"
6 keywords = ["slog", "logging", "log", "journald", "systemd"]
9 documentation = "https://docs.rs/slog-journald"
10 homepage = "https://github.com/slog-rs/journald"
11 repository = "https://github.com/slog-rs/journald"
15 travis-ci = { "repository" = "slog-rs/journald" }
H A DCargo.toml14 name = "slog-journald"
18 homepage = "https://github.com/slog-rs/journald"
19 documentation = "https://docs.rs/slog-journald"
21 keywords = ["slog", "logging", "log", "journald", "systemd"]
24 repository = "https://github.com/slog-rs/journald"
34 repository = "slog-rs/journald"
/dports/sysutils/vector/vector-0.10.0/.meta/installation/
H A Doperating_systems.toml11 {name = "daemon", source = "journald"},
24 {name = "daemon", source = "journald"},
37 {name = "daemon", source = "journald"},
63 {name = "daemon", source = "journald"},
75 {name = "daemon", source = "journald"}
88 {name = "daemon", source = "journald"},
101 {name = "daemon", source = "journald"},
/dports/sysutils/vector/vector-0.10.0/website/docs/reference/sources/
H A Djournald.md10 sidebar_label: "journald|[\"log\"]"
23 The Vector `journald` source
32 website/docs/reference/sources/journald.md.erb
54 type = "journald" # required
65 type = "journald" # required
306 The value of the journald `_HOSTNAME` field.
329 The value of the journald `MESSAGE` field.
352 The value of the journald `_SOURCE_REALTIME_TIMESTAMP` field.
450 [docs.sources.journald#communication-strategy]: /docs/reference/sources/journald/#communication-str…
451 [docs.sources.journald#user-permissions]: /docs/reference/sources/journald/#user-permissions
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/tracing-journald-0.2.0/
H A DREADME.md5 # tracing-journald
7 Support for logging [`tracing`] events natively to [journald],
15 [crates-badge]: https://img.shields.io/crates/v/tracing-journald.svg
16 [crates-url]: https://crates.io/crates/tracing-journald
26 scoped, structured, and async-aware diagnostics. `tracing-journald` provides a
28 and events to [`systemd-journald`][journald], on Linux distributions that use
36 [journald]: https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html
/dports/sysutils/vector/vector-0.10.0/website/guides/integrate/sources/
H A Djournald.md8 tags: ["type: tutorial","domain: sources","source: journald"]
26 Fear not! In this guide we'll show you how to send collect logs from [Journald][urls.journald] and …
35 website/guides/integrate/sources/journald.md.erb
42 [Journald][urls.journald] is a utility for accessing log data across a variety of system services. …
60 [`journald`][docs.sources.journald].
65 sourceName={"journald"}
107 sourceName={"journald"}
147 [docs.sources.journald]: /docs/reference/sources/journald/
149 [urls.journald]: https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/daemon/logger/journald/
H A Djournald.go5 package journald package
20 type journald struct { struct
88 …return &journald{vars: vars, readers: readerList{readers: make(map[*logger.LogWatcher]*logger.LogW…
106 func (s *journald) Log(msg *logger.Message) error { argument
120 func (s *journald) Name() string { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/daemon/logger/journald/
H A Djournald.go5 package journald // import "github.com/docker/docker/daemon/logger/journald" package
20 type journald struct { struct
83 return &journald{vars: vars, readers: make(map[*logger.LogWatcher]struct{})}, nil
102 func (s *journald) Log(msg *logger.Message) error { argument
121 func (s *journald) Name() string { argument
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/daemon/logger/journald/
H A Djournald.go5 package journald // import "github.com/docker/docker/daemon/logger/journald" package
20 type journald struct { struct
87 …return &journald{vars: vars, readers: readerList{readers: make(map[*logger.LogWatcher]*logger.LogW…
106 func (s *journald) Log(msg *logger.Message) error { argument
125 func (s *journald) Name() string { argument
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/daemon/logger/journald/
H A Djournald.go5 package journald // import "github.com/docker/docker/daemon/logger/journald" package
20 type journald struct { struct
84 return &journald{vars: vars, readers: make(map[*logger.LogWatcher]struct{})}, nil
104 func (s *journald) Log(msg *logger.Message) error { argument
123 func (s *journald) Name() string { argument
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/daemon/logger/journald/
H A Djournald.go5 package journald package
20 type journald struct { struct
86 …return &journald{vars: vars, readers: readerList{readers: make(map[*logger.LogWatcher]*logger.LogW…
105 func (s *journald) Log(msg *logger.Message) error { argument
124 func (s *journald) Name() string { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/daemon/logger/journald/
H A Djournald.go5 package journald package
20 type journald struct { struct
86 …return &journald{vars: vars, readers: readerList{readers: make(map[*logger.LogWatcher]*logger.LogW…
105 func (s *journald) Log(msg *logger.Message) error { argument
124 func (s *journald) Name() string { argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/daemon/logger/journald/
H A Djournald.go5 package journald // import "github.com/docker/docker/daemon/logger/journald" package
20 type journald struct { struct
87 …return &journald{vars: vars, readers: readerList{readers: make(map[*logger.LogWatcher]*logger.LogW…
106 func (s *journald) Log(msg *logger.Message) error { argument
125 func (s *journald) Name() string { argument
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/daemon/logger/journald/
H A Djournald.go5 package journald // import "github.com/docker/docker/daemon/logger/journald" package
20 type journald struct { struct
87 …return &journald{vars: vars, readers: readerList{readers: make(map[*logger.LogWatcher]*logger.LogW…
106 func (s *journald) Log(msg *logger.Message) error { argument
125 func (s *journald) Name() string { argument
/dports/sysutils/vector/vector-0.10.0/website/guides/integrate/sources/journald/
H A Dhttp.md8 tags: ["type: tutorial","domain: sources","domain: sinks","source: journald","sink: http"]
26 Fear not! In this guide we'll show you how to send send logs from [Journald][urls.journald] to [an …
35 website/guides/integrate/sources/journald/http.md.erb
42 [Journald][urls.journald] is a utility for accessing log data across a variety of system services. …
60 [`journald`][docs.sources.journald].
65 sourceName={"journald"}
113 sourceName={"journald"}
153 [docs.sources.journald]: /docs/reference/sources/journald/
156 [urls.journald]: https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html
H A Dsocket.md8 tags: ["type: tutorial","domain: sources","domain: sinks","source: journald","sink: socket"]
26 Fear not! In this guide we'll show you how to send send logs from [Journald][urls.journald] to [a T…
35 website/guides/integrate/sources/journald/socket.md.erb
42 [Journald][urls.journald] is a utility for accessing log data across a variety of system services. …
60 [`journald`][docs.sources.journald].
65 sourceName={"journald"}
110 sourceName={"journald"}
150 [docs.sources.journald]: /docs/reference/sources/journald/
152 [urls.journald]: https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html
H A Dvector.md8 tags: ["type: tutorial","domain: sources","domain: sinks","source: journald","sink: vector"]
26 Fear not! In this guide we'll show you how to send send logs from [Journald][urls.journald] to anot…
35 website/guides/integrate/sources/journald/vector.md.erb
42 [Journald][urls.journald] is a utility for accessing log data across a variety of system services. …
60 [`journald`][docs.sources.journald].
65 sourceName={"journald"}
107 sourceName={"journald"}
147 [docs.sources.journald]: /docs/reference/sources/journald/
149 [urls.journald]: https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html
H A Dfile.md8 tags: ["type: tutorial","domain: sources","domain: sinks","source: journald","sink: file"]
26 Fear not! In this guide we'll show you how to send send logs from [Journald][urls.journald] to [a f…
35 website/guides/integrate/sources/journald/file.md.erb
42 [Journald][urls.journald] is a utility for accessing log data across a variety of system services. …
60 [`journald`][docs.sources.journald].
65 sourceName={"journald"}
110 sourceName={"journald"}
150 [docs.sources.journald]: /docs/reference/sources/journald/
153 [urls.journald]: https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html
/dports/net/kamailio/kamailio-5.4.5/src/modules/log_systemd/
H A DREADME114 Creates a structured log event in journald.
116 The sd_journal_send_xavp(name) function sends a log event in journald,
118 as parameter. This function is a wrapper for journald's
123 conforming to journald's field name policy (only uppercase letters,
124 numbers and underscore), otherwise they will be discarded by journald.
126 Some field name have a default meaning for journald:
130 * (...) (see systemd.journald-fields(7))
136 $xavp(event=>MESSAGE) = $rm + " request logged with journald";
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/daemon/logger/journald/
H A Djournald.go5 package journald // import "github.com/docker/docker/daemon/logger/journald" package
21 type journald struct { struct
84 return &journald{vars: vars, readers: make(map[*logger.LogWatcher]struct{})}, nil
104 func (s *journald) Log(msg *logger.Message) error { argument
128 func (s *journald) Name() string { argument

12345678910>>...41