Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.2.2

- Fix incorrect definition for EID 148

## 4.2.1

- Fix sub-second timestamp math
Expand Down
4 changes: 2 additions & 2 deletions lib/logstash/codecs/netflow/netflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@
- :string
- :wlanSSID
148:
- :uint32
- :conn_id
- :uint64
- :flowId
149:
- :uint32
- :observationDomainId
Expand Down
2 changes: 1 addition & 1 deletion logstash-codec-netflow.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-codec-netflow'
s.version = '4.2.1'
s.version = '4.2.2'
s.licenses = ['Apache License (2.0)']
s.summary = "Reads Netflow v5, Netflow v9 and IPFIX data"
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"
Expand Down