fluent-plugin-aws-elasticsearch-service 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
  SHA1:
3
- metadata.gz: 7e67fc954f730743d5a89c67f29a060e92764498
4
- data.tar.gz: 7beb32b73861d1ca4614ae303026ad311c6baddf
3
+ metadata.gz: 8ac4a8670f077045def48604b9ace4be0c69fa6a
4
+ data.tar.gz: e12114b45561ff5ac9b9102c56fe26ad0ec83224
5
5
  SHA512:
6
- metadata.gz: bfbb04a89975ba7c06b515a2b1b9d4357eac2ab6c4512d7d44af0d7cda00b8680d3d346c29a4414cbe3f9b948609940b99b24cf0369c5718d19e58f5fe3cf3ee
7
- data.tar.gz: 070a07ea3bb3589fee8d8b5f359e53774557ac5849e869b9454dbcb418c976eee54cce1721a92ac79d2eb4ca7a47d90850bdc11c9ac7811ab76538205f550c33
6
+ metadata.gz: f29e73dc475eb562c23f40c6a9a3d5bb00cdd588047204234539d9c3e5bcd0f72c7d1e5e4a0579e6cb6116e0aaed6782e8623f6c1c9775aaaa8aa7153cbb6cc8
7
+ data.tar.gz: 7cb1b7ee12eb2ff25feccde9ab4ef79f0994d35b047e19ac906c114e7807f8e19e882ed905b455a0599a890b03399568f42c1eefca2d874d62825075eccb681d
data/README.md CHANGED
@@ -36,11 +36,19 @@ match ("es.**") do
36
36
 
37
37
  endpoint do
38
38
  url "YOUR_ENDPOINT_URL"
39
- region "ap-northeast-1"
39
+ region "YOUR_ENDPOINT_REAGION"
40
40
  end
41
+ # endpoint do
42
+ # url "https://search-xxxxxxxx.ap-northeast-1.es.amazonaws.com"
43
+ # reagion "ap-northeast-1"
44
+ # access_key_id "yyyyyyyyy" # optional
45
+ # secret_access_key "zzzzzzzzz" # optional
46
+ # end
41
47
  end
42
48
  ```
43
49
 
50
+ If you use the "IAM User", please copy "access_key_id" and "secret_access_key" from a "IAM User".
51
+
44
52
  ## Development
45
53
 
46
54
  After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
@@ -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-aws-elasticsearch-service"
8
- spec.version = "0.1.0"
8
+ spec.version = "0.1.1"
9
9
  spec.authors = ["atomita"]
10
10
  spec.email = ["sleeping.cait.sith+gh@gmail.com"]
11
11
 
@@ -3,7 +3,6 @@
3
3
  require 'rubygems'
4
4
  require 'fluent/plugin/out_elasticsearch'
5
5
  require 'aws-sdk'
6
- require 'faraday_middleware'
7
6
  require 'faraday_middleware/aws_signers_v4'
8
7
 
9
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-aws-elasticsearch-service
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
  - atomita
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-10-16 00:00:00.000000000 Z
11
+ date: 2015-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler