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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ac4a8670f077045def48604b9ace4be0c69fa6a
|
|
4
|
+
data.tar.gz: e12114b45561ff5ac9b9102c56fe26ad0ec83224
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 "
|
|
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.
|
|
8
|
+
spec.version = "0.1.1"
|
|
9
9
|
spec.authors = ["atomita"]
|
|
10
10
|
spec.email = ["sleeping.cait.sith+gh@gmail.com"]
|
|
11
11
|
|
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.
|
|
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-
|
|
11
|
+
date: 2015-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|