logstash-filter-useragent2 3.0.1-java → 3.0.2-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1df870352b8711068f826a08e10988073d2e358
4
- data.tar.gz: 117b65042d166e128c0b052d12e590de27887bae
3
+ metadata.gz: ddae922d616bdd6067505ce46aa037d2a073e726
4
+ data.tar.gz: 42625ecb03282692bbe04d1393d25b6463df09d8
5
5
  SHA512:
6
- metadata.gz: e525d6073f5ae3675d728b7261661844dff8ba1b963b6546b5cf752841acc32df58b3c1e139f16e2212c60c0aa587ab9061c9aea3c34ae748207871a156be8ba
7
- data.tar.gz: eceb691d9677133a4d3fce9d77eab0ded2006dadc32d8bc9f403f0d0f54cf01045939820028700949057f441b5730eff514b00f21e637569ad421dc60c9d24ba
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["os_fullname"] = os.getName()
118
+ ua_data["os"] = os.getName()
119
119
  ua_data["os_vendor"] = os.getManufacturer().getName()
120
- ua_data["os"] = os.getGroup().getName()
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.1'
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.1
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-04 00:00:00.000000000 Z
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: []