fluent-plugin-rds-mysql-log 0.1.12 → 0.1.14

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: 1e0cb7bdaabe8aba123118d767991c34e2fd388712a8615e2349d1e1e479eef8
4
- data.tar.gz: 5ce5f71f1d55da0abd18bbecf17a8b003e5d628f452e969431446054bfb6dfa3
3
+ metadata.gz: 54c991b20601918e984e3e2dee1497ec124c34f6b863b2a8471a7374f7f9348c
4
+ data.tar.gz: c1d204feef35cc76be4eddcd5170a8574557e426032c52b35b633530de409e8c
5
5
  SHA512:
6
- metadata.gz: 93c286cb8d436beff1c0c354e7df195cf8ad7e153c8956d1e0af99ae7c4b4903ab9a97148f4a005c2b9de2a720b6e4166b9cc877fa0b300919d51920ad7c73ce
7
- data.tar.gz: 9e3506a4e2e5cebed34794a37ec29cd8bf2b6818ea6812a1841fec706e4288c0c06f52dcb203b8faca1b782f26e792f2171b9e3ba80a072200c1dbc781ff357d
6
+ metadata.gz: 876326aab54f3721db478d99099ac11f19ae9f4027b5b05508764d7b67815993662325cbed183b35153240a808e21d797ed82f60acbf8efdbbbbfab166be44f7
7
+ data.tar.gz: 7f48a11eb591a1439dadd726bedfc1207669bca3f33839fe658de11c972bb56567342d48941dd35e793ee993e39e5ed59cf7a75b7a5e716f8e69b1beace23191
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'fluent-plugin-rds-mysql-log'
8
- spec.version = '0.1.12'
8
+ spec.version = '0.1.14'
9
9
  spec.authors = ['Junaid Ali']
10
10
  spec.email = ['jonnie36@yahoo.com']
11
11
  spec.summary = 'Amazon RDS Mysql logs input plugin'
@@ -125,13 +125,13 @@ class Fluent::Plugin::RdsMysqlLogInput < Fluent::Plugin::Input
125
125
  if is_audit_logs?
126
126
  @rds.describe_db_log_files(
127
127
  db_instance_identifier: @db_instance_identifier,
128
- max_records: 50
128
+ max_records: 10
129
129
  )
130
130
  else
131
131
  @rds.describe_db_log_files(
132
132
  db_instance_identifier: @db_instance_identifier,
133
133
  file_last_written: @pos_last_written_timestamp,
134
- max_records: 50,
134
+ max_records: 10,
135
135
  )
136
136
  end
137
137
  rescue => e
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-rds-mysql-log
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Junaid Ali