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: 5471c06b1f81388b3cbbbe7cadcf3e354e61e5f09c53d56c3297b00d17a2e8cd
4
- data.tar.gz: 2a8510d9363641750352dd1c9b1d9d6d04a7de64fd9965794bb1cf0d67720684
3
+ metadata.gz: 4068a2a4f443b4d302ea75a2de4fbee4fecfa0424a4ee766b547b85db5e57dbc
4
+ data.tar.gz: 0e8d0563b8c92f350cdca9c781755a45df6ae7113875717e8451e63f86bc6cf5
5
5
  SHA512:
6
- metadata.gz: 3c78a38bb95ee7045d97a188712264fe7e08c103f002dcfbd0ba531c57bc7bffc0615f1f3cd91c0a5c8bfbcebdbf78ad21e08812a9805c01e3f0fced513f08df
7
- data.tar.gz: ee10c1d0aec27733e4a344152dd983ecc85db36865de934d040923ee26e73e2332b667040d13566606f6bc392d46ce5c6c07422b7dc067de1d49265518e7cf18
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.0'
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.0
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-17 00:00:00.000000000 Z
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