Skip to content

Commit c507a02

Browse files
committed
bump to 4.1.0
1 parent 2ee48ff commit c507a02

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 4.1.0
2+
- Added SYSLOG5424LINE and test ipv4/ipv6/hostname as syslog5424_host rfc5424
3+
- Accordig to rcf5424 IP address should be accepted
4+
- HTTPDATE is used by patterns/aws
5+
- HTTPD (formerly APACHE) deserves its own pattern and test files. See #45
6+
- httpd: sync names between httpd20 and httpd24
7+
- Adding maven version to the list of default Grok patterns
8+
- Added Redis Monitor Log format
9+
- Remove extra space in ASA-6-106015 rule
10+
- fix COMMONAPACHELOG specs
11+
- Added SuSEfirewall2 pattern
12+
- switch USER to HTTPDUSER for "auth" field (match email addresses)
13+
- bind9 pattern
14+
- Pattern for squid3 native format
15+
- Parse Cisco ASA-5-304001
16+
- use underscores instead of hyphens in field names
17+
- fix timestamp expect
18+
- fix cs_protocol pattern name
19+
- fix cs_protocol and cs_uri_query names
20+
- added cloudfront spec test
21+
- add pattern for cloudfront access log
22+
- Java Patterns: JAVASTACKTRACEPART was duplicate
23+
124
## 4.0.2
225
- Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
326

logstash-patterns-core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-patterns-core'
4-
s.version = '4.0.2'
4+
s.version = '4.1.0'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Patterns to be used in logstash"
77
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

Comments
 (0)