logstash-input-google-analytics-daily 0.7.0 → 0.7.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4068a2a4f443b4d302ea75a2de4fbee4fecfa0424a4ee766b547b85db5e57dbc
|
|
4
|
+
data.tar.gz: 0e8d0563b8c92f350cdca9c781755a45df6ae7113875717e8451e63f86bc6cf5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2791610d34ad00bd76767887bf88b7e0b1a54ed1ad6e542ca718096acd7d1b55990aad5c20f386e841e4ea8869a911ebaaef1cdd2b6221e75c4a4a2bf58ddf03
|
|
7
|
+
data.tar.gz: 22bdbab1bb6fd43a5e4bb8cb38322cb25ca58bf55a7fd1567068926ba133294e9ca07fa4c67ecb23f290e2a069d43ea2df4ced1c6e18bcfed9d1db3b39402f64
|
|
@@ -83,7 +83,7 @@ class LogStash::Inputs::GoogleAnalyticsDaily < LogStash::Inputs::Base
|
|
|
83
83
|
|
|
84
84
|
# Interval to run the command. Value is in seconds. If no interval is given,
|
|
85
85
|
# this plugin only fetches data once.
|
|
86
|
-
config :interval, :validate => :number, :required => false, :default => 60 * 60 # Daily
|
|
86
|
+
config :interval, :validate => :number, :required => false, :default => 60 * 60 * 24 # Daily
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-input-google-analytics-daily'
|
|
3
|
-
s.version = '0.7.
|
|
3
|
+
s.version = '0.7.1'
|
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
|
5
5
|
s.summary = "Logstash plugin to pull daily reports from Google Analytics."
|
|
6
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."
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-google-analytics-daily
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shalvah
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-04-
|
|
11
|
+
date: 2020-04-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|