fluent-plugin-rds-mysql-log 0.1.0 → 0.1.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: 9b755fb7acda5fbc4825668d0351c4ed8b8259127a18027ff372ec1648ea6843
4
- data.tar.gz: 4791ffd4877d9eaeba8b28a6674ff1365d096d44b961113c9f1a7ac27aed6115
3
+ metadata.gz: 78512899f0c19ab34bc36d7058c9481cc04dbd5362a82b11a3c02af9e2a541e7
4
+ data.tar.gz: 414d246d14e327b23737655c77709b1d788297604c41e67b8a4cac5c333b3c7e
5
5
  SHA512:
6
- metadata.gz: 9450bbed8aa34dfa3a1d4c06606b224d8c0cc11705292c1b6e11d02be963199fe5926c1875a2f34e94e999040c3152b305379a45083ae1fe5418212339c71550
7
- data.tar.gz: ba76f33506086245ad6d1c2968466df20b1ca8541a18366ed1170333267bd3b99c860e955a092d547977f2764600ccbc9411d5187d57f85a7e75d0e0d22408d1
6
+ metadata.gz: 6bc9550cc2825150c00536f739552967dba5aca43530c860ea1b4000899ac37b4dd4f3ab1227a88897ba2ec7d74d4e6345ab61d6f71c9724cfa52e1a4dd4fab8
7
+ data.tar.gz: e998ce6330b33e8ec74e4952032b6e8213e264ccb7fefc6299b8e0c7e3a09a553fe579566e20b92d558bb1ffe6d0ed24c1c9190d51f8a6853bf27962f921a743
data/README.md CHANGED
@@ -7,7 +7,7 @@ This plugin has been created to deal with audit and error logs of mysql.
7
7
 
8
8
  ## Installation
9
9
 
10
- $ fluentd-gem install fluent-plugin-rds-mysql-log
10
+ $ gem install fluent-plugin-rds-mysql-log
11
11
 
12
12
  ## AWS ELB Settings
13
13
  - settings see: [Mysql Database Log Files](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.Concepts.Mysql.html)
@@ -17,7 +17,7 @@ log:
17
17
  ```
18
18
  SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
19
19
  ```
20
- Do env setting follows:
20
+ Do env settings follows:
21
21
  ```
22
22
  SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt (If you using amazon linux)
23
23
  ```
@@ -40,7 +40,7 @@ SSL_CERT_FILE=/etc/ssl/certs/ca-bundle.crt (If you using amazon linux)
40
40
  </source>
41
41
  ```
42
42
 
43
- ### Example setting
43
+ ### Example settings
44
44
  ```config
45
45
  <source>
46
46
  type rds_mysql_log
@@ -5,14 +5,15 @@ $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.0'
8
+ spec.version = '0.1.1'
9
9
  spec.authors = ['Junaid Ali']
10
10
  spec.email = ['jonnie36@yahoo.com']
11
11
  spec.summary = 'Amazon RDS Mysql logs input plugin'
12
12
  spec.description = 'fluentd plugin for Amazon RDS Mysql logs input'
13
13
  spec.homepage = 'https://github.com/iamjunaidali/fluent-plugin-rds-mysql-log.git'
14
14
  spec.license = 'MIT'
15
-
15
+ spec.required_ruby_version = '>= 2.7.0'
16
+
16
17
  spec.files = `git ls-files -z`.split("\x0")
17
18
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
19
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,13 +1,13 @@
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Junaid Ali
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-04 00:00:00.000000000 Z
10
+ date: 2025-04-05 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: aws-sdk-ec2
@@ -155,7 +155,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
155
155
  requirements:
156
156
  - - ">="
157
157
  - !ruby/object:Gem::Version
158
- version: '0'
158
+ version: 2.7.0
159
159
  required_rubygems_version: !ruby/object:Gem::Requirement
160
160
  requirements:
161
161
  - - ">="