fluent-plugin-azuresearch 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 +4 -4
- data/ChangeLog +7 -0
- data/VERSION +1 -1
- data/lib/fluent/plugin/out_azuresearch.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed22a3dbdf680fd4b2033851242b7bc20047de7a
|
4
|
+
data.tar.gz: cc400bfcafe31a602871b224d4f8bfdc160adb6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e2c2f19f141df555f77c957cb0ba5416cb79b189b53af8fe83f245edbf93d5618ea3e04f4daed249562ec91f57c99ed1a98dfcfc05622272fe5f68e9cc27ef0
|
7
|
+
data.tar.gz: 5edbfce12540a3fb65ce9ca72db3e574fc5751a7d6db7a4fe523b10405c78134eaf919913cfb0513dd29d686f9db3d7b21ea5a5e655479a47dc8064878c4bb3e
|
data/ChangeLog
ADDED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
@@ -13,7 +13,7 @@ module Fluent
|
|
13
13
|
|
14
14
|
config_param :endpoint, :string,
|
15
15
|
:desc => "Azure Search Endpoint URL"
|
16
|
-
config_param :api_key, :string,
|
16
|
+
config_param :api_key, :string, :secret => true,
|
17
17
|
:desc => "Azure Search API key"
|
18
18
|
config_param :search_index, :string,
|
19
19
|
:desc => "Azure Search Index name to insert records"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-azuresearch
|
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
|
- Yoichi Kawasaki
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-02-
|
11
|
+
date: 2016-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -88,6 +88,7 @@ extensions: []
|
|
88
88
|
extra_rdoc_files: []
|
89
89
|
files:
|
90
90
|
- ".gitignore"
|
91
|
+
- ChangeLog
|
91
92
|
- Gemfile
|
92
93
|
- README.md
|
93
94
|
- Rakefile
|