You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@logger.error("!!!Could not start UNIX server: Address in use",
62
-
:path=>@path)
70
+
@logger.error("Could not start UNIX server: address in use",:path=>@path)
63
71
raise
64
72
end
65
73
end
66
-
@logger.error("Could not start UNIX server: Address in use",
67
-
:path=>@path)
74
+
@logger.error("Could not start UNIX server: address in use",:path=>@path)
68
75
raise
69
76
end
70
77
else# client
71
-
if@socket_not_present_retry_interval_seconds < 0
72
-
@logger.warn("Value #{@socket_not_present_retry_interval_seconds} for socket_not_present_retry_interval_seconds is not valid, using default value of 5 instead")
78
+
ifsocket_not_present_retry_interval_seconds < 0
79
+
@logger.warn("Value #{socket_not_present_retry_interval_seconds} for socket_not_present_retry_interval_seconds is not valid, using default value of 5 instead")
Copy file name to clipboardExpand all lines: logstash-input-unix.gemspec
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Gem::Specification.newdo |s|
2
2
3
3
s.name='logstash-input-unix'
4
-
s.version='3.0.7'
4
+
s.version='3.1.0'
5
5
s.licenses=['Apache License (2.0)']
6
6
s.summary="Reads events over a UNIX socket"
7
7
s.description="This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
0 commit comments