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
- Decorate flushed events from multiline codecs
- Fix missing metadata from the last event
Fixed: #153
Co-authored-by: Jonathan Gough <jonathanpgough@gmail.com>
Co-authored-by: Kaise Cheng <kaise.cheng@elastic.co>
Copy file name to clipboardExpand all lines: logstash-input-s3.gemspec
+1-1Lines changed: 1 addition & 1 deletion
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-s3'
4
-
s.version='3.8.2'
4
+
s.version='3.8.3'
5
5
s.licenses=['Apache-2.0']
6
6
s.summary="Streams events from files in a S3 bucket"
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