We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ef87f commit c042cc9Copy full SHA for c042cc9
lib/logstash/inputs/syslog.rb
@@ -18,9 +18,9 @@
18
# RFC3164 style or ISO8601. Otherwise the rest of RFC3164 must be obeyed.
19
# If you do not use RFC3164, do not use this input.
20
#
21
-# For more information see (the RFC3164 page)[http://www.ietf.org/rfc/rfc3164.txt].
+# For more information see [the RFC3164 page](http://www.ietf.org/rfc/rfc3164.txt).
22
23
-# Note: this input will start listeners on both TCP and UDP.
+# Note: This input will start listeners on both TCP and UDP.
24
class LogStash::Inputs::Syslog < LogStash::Inputs::Base
25
config_name "syslog"
26
milestone 1
0 commit comments