logstash-input-google-analytics-daily 0.1.0 → 0.1.1
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3897194aa75ceeacb8a6c2d24fd4eaf7373acccd1330c16954ef663245d8eac
|
4
|
+
data.tar.gz: c9c29c463001bdbaef8c4331000738b02fe9bf03b7ff74cbcd5b8cfebaa46e35
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d911ed7d39a48cefdf2853c99c459e5f73fe7bbdce73de62e2d49a209ebb0ddbf6735d3efeebe61f914057cb57145efe7de1c8635b80acb55096904e29ef09e
|
7
|
+
data.tar.gz: 014f7087409e0b79bddd98ce720f97d7f87d54314e4317e339d307850b2ad52ece92051f9f6a11d03bc524f994e7044fcbf33a1439d6d106c80cb74635bfb7f6
|
@@ -213,7 +213,7 @@ class LogStash::Inputs::GoogleAnalyticsDaily < LogStash::Inputs::Base
|
|
213
213
|
:metrics => @metrics.sort.join(','),
|
214
214
|
:output => 'json',
|
215
215
|
}
|
216
|
-
options.merge!({:dimensions => @dimensions.join(',')}) if (@dimensions and @dimensions.size
|
216
|
+
options.merge!({:dimensions => @dimensions.join(',')}) if (@dimensions and @dimensions.size)
|
217
217
|
options.merge!({:filters => @filters}) if @filters
|
218
218
|
options.merge!({:sort => @sort}) if @sort
|
219
219
|
options.merge!({:segment => @segment}) if @segment
|
@@ -1,12 +1,12 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-input-google-analytics-daily'
|
3
|
-
s.version = '0.1.
|
3
|
+
s.version = '0.1.1'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
|
-
s.summary = "Logstash plugin to pull daily reports from
|
6
|
-
s.description = "
|
5
|
+
s.summary = "Logstash plugin to pull daily reports from Google Analytics."
|
6
|
+
s.description = "Logstash plugin to pull daily reports from the Google Analytics v3 Core Reporting API. Install into Logstash using $LS_HOME/bin/logstash-plugin install logstash-input-google-analytics-daily."
|
7
7
|
s.authors = ["Shalvah"]
|
8
|
-
s.email = '
|
9
|
-
s.homepage = "http://www.elastic.co/guide/en/logstash/current/
|
8
|
+
s.email = 'shalvah.adebayo@gmail.com'
|
9
|
+
s.homepage = "http://www.elastic.co/guide/en/logstash/current/plugins-inputs-google_analytics_daily.html.html"
|
10
10
|
s.require_paths = ["lib"]
|
11
11
|
|
12
12
|
# Files
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-google-analytics-daily
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shalvah
|
@@ -114,9 +114,10 @@ dependencies:
|
|
114
114
|
- - ">="
|
115
115
|
- !ruby/object:Gem::Version
|
116
116
|
version: '0'
|
117
|
-
description:
|
118
|
-
|
119
|
-
|
117
|
+
description: Logstash plugin to pull daily reports from the Google Analytics v3 Core
|
118
|
+
Reporting API. Install into Logstash using $LS_HOME/bin/logstash-plugin install
|
119
|
+
logstash-input-google-analytics-daily.
|
120
|
+
email: shalvah.adebayo@gmail.com
|
120
121
|
executables: []
|
121
122
|
extensions: []
|
122
123
|
extra_rdoc_files: []
|
@@ -130,7 +131,7 @@ files:
|
|
130
131
|
- lib/logstash/inputs/google_analytics_daily.rb
|
131
132
|
- logstash-input-google-analytics-daily.gemspec
|
132
133
|
- spec/inputs/google_analytics_daily_spec.rb
|
133
|
-
homepage: http://www.elastic.co/guide/en/logstash/current/
|
134
|
+
homepage: http://www.elastic.co/guide/en/logstash/current/plugins-inputs-google_analytics_daily.html.html
|
134
135
|
licenses:
|
135
136
|
- Apache License (2.0)
|
136
137
|
metadata:
|
@@ -154,7 +155,6 @@ requirements: []
|
|
154
155
|
rubygems_version: 3.0.6
|
155
156
|
signing_key:
|
156
157
|
specification_version: 4
|
157
|
-
summary: Logstash plugin to pull daily reports from
|
158
|
-
API.
|
158
|
+
summary: Logstash plugin to pull daily reports from Google Analytics.
|
159
159
|
test_files:
|
160
160
|
- spec/inputs/google_analytics_daily_spec.rb
|