Home
last modified time | relevance | path

Searched refs:rfc5424 (Results 1 – 25 of 134) sorted by relevance

123456

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/influxdata/go-syslog/v3/
H A Dmakefile7 build: rfc5424/machine.go rfc5424/builder.go nontransparent/parser.go rfc3164/machine.go
8 @gofmt -w -s ./rfc5424
13 rfc5424/machine.go: rfc5424/machine.go.rl common/common.rl
15 rfc5424/builder.go: rfc5424/builder.go.rl common/common.rl
21 rfc5424/builder.go rfc5424/machine.go:
45 bench: rfc5424/*_test.go rfc5424/machine.go octetcounting/performance_test.go
58 docs/rfc5424.dot: rfc5424/machine.go.rl common/common.rl
61 docs/rfc5424_pri.dot: rfc5424/machine.go.rl common/common.rl
97 docs/rfc5424_msgid.dot: rfc5424/machine.go.rl common/common.rl
109 docs/rfc5424_msg.dot: rfc5424/machine.go.rl common/common.rl
[all …]
H A DREADME.md11 - a [RFC5424-compliant parser and builder](/rfc5424)
44 p := rfc5424.NewParser()
51 // (*rfc5424.SyslogMessage)({
93 // (*rfc5424.SyslogMessage)({
127 msg := &rfc5424.SyslogMessage{}
138 // (*rfc5424.SyslogMessage)({
236 Other RFC5424 implementations, like this [one](https://github.com/roguelazer/rust-syslog-rfc5424) i…
/dports/devel/util-linux/util-linux-2.36/tests/ts/logger/
H A Dformats49 logger_fun -t "rfc5424" --rfc5424 "message"
53 logger_fun -t "rfc5424" --rfc5424=notime "message"
57 logger_fun -t "rfc5424" --rfc5424=nohost "message"
61 logger_fun -t "rfc5424" --rfc5424 --msgid "MSGID" "message"
H A Derrors71 logger_fun -t "rfc5424_exceed_size" --rfc5424 --size 3 "abcd"
76 logger_fun -t "rfc5424_id_with_space" --rfc5424 --id="A B" "message"
86 logger_fun -t "A B" --rfc5424 "tag_with_space_rfc5424"
98 logger_fun -t "rfc5424_msgid_with_space" --rfc5424 --msgid="A B" "message"
/dports/net/samba412/samba-4.12.15/lib/util/
H A Dtime_basic.c44 char *timeval_str_buf(const struct timeval *tp, bool rfc5424, bool hires, in timeval_str_buf() argument
67 (rfc5424 ? in timeval_str_buf()
73 if ((rfc5424 || hires) && (len < sizeof(dst->buf))) { in timeval_str_buf()
78 if (rfc5424 && (len < sizeof(dst->buf))) { in timeval_str_buf()
H A Dtime_basic.h46 char *timeval_str_buf(const struct timeval *tp, bool rfc5424, bool hires,
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/scl/default-network-drivers/
H A Dplugin.conf28 rfc5424-tls-port(6514)
29 rfc5424-tcp-port(601)
67 port(`rfc5424-tls-port`)
72 port(`rfc5424-tcp-port`)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/clients/pkg/promtail/targets/syslog/syslogparser/
H A Dsyslogparser_test.go32 require.Equal(t, "First", *results[0].Message.(*rfc5424.SyslogMessage).Message)
34 require.Equal(t, "Second", *results[1].Message.(*rfc5424.SyslogMessage).Message)
65 require.Equal(t, "First", *results[0].Message.(*rfc5424.SyslogMessage).Message)
67 require.Equal(t, "Second", *results[1].Message.(*rfc5424.SyslogMessage).Message)
/dports/devel/liblognorm/liblognorm-2.0.6/rulebases/
H A Dsample.rulebase51 rule=rfc5424:%date1:date-rfc5424%
54 rule=rfc5424:%date1:date-rfc5424% %test:word% %test2:number%
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/influxdata/go-syslog/v3/octetcounting/
H A Dparser.go38 p.internal = rfc5424.NewMachine(rfc5424.WithBestEffort())
40 p.internal = rfc5424.NewMachine()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/syslog_loose-0.3.0/src/
H A Dlib.rs9 mod rfc5424; module
27 alt((rfc5424::parse, |input| rfc3164::parse(input, get_year)))(input.trim()) in parse()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/influxdata/go-syslog/v3/nontransparent/
H A Dparser.go.rl8 "github.com/influxdata/go-syslog/v3/rfc5424"
107 m.internal = rfc5424.NewMachine(rfc5424.WithBestEffort())
109 m.internal = rfc5424.NewMachine()
H A Dparser.go213 m.internal = rfc5424.NewMachine(rfc5424.WithBestEffort())
215 m.internal = rfc5424.NewMachine()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/tests/testsuites/
H A Dmmnormalize_processing_tests.rulebase1 rule=WIN:<%n1:number%>1 %-:date-rfc5424% %n2:word% %v_tag:word% - - - %v_svc:word% %v_ret:word% %v_…
4 rule=ESX:<%-:number%>%-:date-rfc5424% %-:word% %v_tag:char-to:\x3a%: %v_msg:rest%
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/
H A Dlogtime.py161 rfc5424 = s.split()[0]
162 if 'T' in rfc5424:
164 utils.parse_to_timestamp(rfc5424)
/dports/devel/util-linux/util-linux-2.36/tests/expected/logger/
H A Dformats-rfc5424_notime.err1 <13>1 - test-hostname rfc5424 - - - message
H A Dformats-rfc5424_nohost.err1 <13>1 2009-02-13T23:31:30.123456+00:00 - rfc5424 - - [timeQuality tzKnown="1" isSynced="0"] message
H A Dformats-rfc5424_simple.err1 <13>1 2009-02-13T23:31:30.123456+00:00 test-hostname rfc5424 - - [timeQuality tzKnown="1" isSynced=…
H A Dformats-rfc5424_msgid.err1 <13>1 2009-02-13T23:31:30.123456+00:00 test-hostname rfc5424 - MSGID [timeQuality tzKnown="1" isSyn…
/dports/sysutils/flowgger/flowgger-0.2.10/
H A DCargo.toml115 rfc5424 = []
116 syslog = ["rfc5424", "rfc3164", "passthrough"]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/influxdata/go-syslog/v3/rfc5424/
H A Doptions.go1 package rfc5424 package
H A Dparser.go1 package rfc5424 package
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/unit/plugins/modules/network/icx/fixtures/
H A Dicx_logging_config.cfg15 logging enable rfc5424
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/icx/fixtures/
H A Dicx_logging_config.cfg15 logging enable rfc5424
/dports/sysutils/vector/vector-0.10.0/cargo-crates/syslog_loose-0.3.0/
H A DREADME.md8 ## [RFC5424](https://tools.ietf.org/html/rfc5424)
68 …ssage can first start with [structured data](https://tools.ietf.org/html/rfc5424#section-6.3), com…

123456