File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ http://logstash.net/
6
6
7
7
Changelog
8
8
=========
9
+ 0.4.6
10
+ - Updated field names to match java counterparts supported by logstash crew
9
11
0.4.5
10
12
- Allow passing exchange's routing key to AMQP handler
11
13
0.4.4
@@ -139,11 +141,3 @@ Example Logstash Configuration (``logstash.conf``) for Receiving Events from pyt
139
141
codec => rubydebug
140
142
}
141
143
}
142
-
143
- Contributors
144
- ------------
145
- - Volodymyr Klochan
146
- - Kiall Mac Innes
147
- - Alexander Boyd
148
- - joel-wright
149
- - Dale O'Brien
Original file line number Diff line number Diff line change 2
2
setup (
3
3
name = 'python-logstash' ,
4
4
packages = ['logstash' ],
5
- version = '0.4.5 ' ,
5
+ version = '0.4.6 ' ,
6
6
description = 'Python logging handler for Logstash.' ,
7
7
long_description = open ('README.rst' ).read (),
8
8
author = 'Volodymyr Klochan' ,
You can’t perform that action at this time.
0 commit comments