logstash-filter-useragent2 3.0.1-java → 3.0.2-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/logstash/filters/useragent2.rb +2 -2
- data/logstash-filter-useragent.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ddae922d616bdd6067505ce46aa037d2a073e726
|
|
4
|
+
data.tar.gz: 42625ecb03282692bbe04d1393d25b6463df09d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44d41853ecaf72f9ddb03114bc607ce2a0dbd6cef2fceaab03e8dd888e618303caa6f421afdbdc190c7f3a5b24edd45c093b18b06fa5606c3f49822cb9f1ac6a
|
|
7
|
+
data.tar.gz: e59772d41f30752bd1475ad6b320d24267932db4c187d0649a90d30cf8044908d9d7742f10b8cad6a0b9bc0f0436c64a009f60cd9d4ec10e0acf96b13b96fec6
|
|
@@ -115,9 +115,9 @@ class LogStash::Filters::UserAgent2 < LogStash::Filters::Base
|
|
|
115
115
|
end
|
|
116
116
|
|
|
117
117
|
if os
|
|
118
|
-
ua_data["
|
|
118
|
+
ua_data["os"] = os.getName()
|
|
119
119
|
ua_data["os_vendor"] = os.getManufacturer().getName()
|
|
120
|
-
ua_data["
|
|
120
|
+
ua_data["os_name"] = os.getGroup().getName()
|
|
121
121
|
ua_data["device"] = os.getDeviceType().getName()
|
|
122
122
|
end
|
|
123
123
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-filter-useragent2'
|
|
4
|
-
s.version = '3.0.
|
|
4
|
+
s.version = '3.0.2'
|
|
5
5
|
s.licenses = ['Apache-2.0']
|
|
6
6
|
s.summary = "Parse user agent strings into structured data based on BrowserScope data"
|
|
7
|
-
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
|
|
7
|
+
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program. Configuration key is useragent2."
|
|
8
8
|
s.authors = ["ebuildy"]
|
|
9
9
|
s.email = 'ebuildy@gmail.com'
|
|
10
10
|
s.homepage = "https://github.com/ebuildy/logstash-filter-useragent"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-filter-useragent2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.2
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- ebuildy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-04-
|
|
11
|
+
date: 2016-04-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: logstash-core-plugin-api
|
|
@@ -74,7 +74,7 @@ dependencies:
|
|
|
74
74
|
version: '0'
|
|
75
75
|
description: This gem is a logstash plugin required to be installed on top of the
|
|
76
76
|
Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not
|
|
77
|
-
a stand-alone program
|
|
77
|
+
a stand-alone program. Configuration key is useragent2.
|
|
78
78
|
email: ebuildy@gmail.com
|
|
79
79
|
executables: []
|
|
80
80
|
extensions: []
|