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.trace(">>> Rotation In Progress","watched_file"=>watched_file.details,"found_sdb_value"=>sdb_value,"potential_key"=>potential_key,"potential_sdb_value"=>potential_sdb_value)
170
170
ifpotential_sdb_value.nil?
171
+
logger.trace("---------- >>>> Rotation In Progress: rotating as existing file")
172
+
watched_file.rotate_as_file
173
+
trace_message="---------- >>>> Rotation In Progress: no potential sincedb value "
171
174
ifsdb_value.nil?
172
-
logger.trace("---------- >>> Rotation In Progress: rotating as initial file, no potential sincedb value AND no found sincedb value")
173
-
watched_file.rotate_as_initial_file
175
+
trace_message.concat("AND no found sincedb value")
174
176
else
175
-
logger.trace("---------- >>>> Rotation In Progress: rotating as existing file, no potential sincedb value BUT found sincedb value")
Copy file name to clipboardExpand all lines: logstash-input-file.gemspec
+1-1
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-file'
4
-
s.version='4.1.6'
4
+
s.version='4.1.7'
5
5
s.licenses=['Apache-2.0']
6
6
s.summary="Streams events from files"
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