logstash-input-google-analytics-daily 0.4.0 → 0.5.0

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: 7c9171633a19f039c183c3200b08b705353530bcb83f3e2d205edbe1694d9981
4
- data.tar.gz: 894760be9d0eca286a0d50a57f88e2470d9dd548b7409aa2a4f20dedc04b3a32
3
+ metadata.gz: a150ef5da3d47da59e476812a5933514be00fe7cc1856469600d508d58aab3a3
4
+ data.tar.gz: fc2924c247c65651c90dd9f03f2a3443615318b7c376c2978c471540f64f9559
5
5
  SHA512:
6
- metadata.gz: 05b0ce1bccea95eef39253eecb4a71627b744524e3b44990905b1ed17daf7b8e98c4e863f59ffb17d8d3dedeb1c5eff84405e4730de612d3f3f8433c65628bba
7
- data.tar.gz: 142eb31b34e98705b316e8252b31609fe175d2868291901ccb183c0e7ee69d647e5970a17c9057aa54267cdd8daa889a7679186465c163dcc7c3abc0b0d8c8fb
6
+ metadata.gz: 4c5ec984c820f9a2a707808ef8a4d367442cd1f63cbf4e5a3484af76c9a721ae9d8dcf2f0b3b3332344d97859ab59e729a3b8765b05a791b0a487df68f646214
7
+ data.tar.gz: 500d663780a7d0bd640ebe4a654120a07fdc8cc931aa7f4749de704260ab117eb7dfc93519447b25930dd1a4cee7a76e6746865cf61d6ce9b0b409fbd374c8a2
@@ -29,9 +29,9 @@ class LogStash::Inputs::GoogleAnalyticsDaily < LogStash::Inputs::Base
29
29
 
30
30
  # This plugin will fetch daily reports for dates in the specified range
31
31
  # In the format YYYY-MM-DD
32
- config :start_date, :validate => :string, :required => true
32
+ config :start_date, :validate => :string, :default => Date.today.to_s
33
33
 
34
- config :end_date, :validate => :string, :default => Time.now.to_s
34
+ config :end_date, :validate => :string, :default => Date.today.to_s
35
35
 
36
36
  # The aggregated statistics for user activity to your site, such as clicks or pageviews.
37
37
  # Maximum of 10 metrics for any query
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-google-analytics-daily'
3
- s.version = '0.4.0'
3
+ s.version = '0.5.0'
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,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.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shalvah