File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -71,15 +71,23 @@ apply to ALL the buckets.
71
71
Bucket properties (NYI)
72
72
Logstash hash of properties for the bucket
73
73
i.e.
74
+
74
75
[source,ruby]
76
+ -----
75
77
bucket_props => {
76
78
"r" => "one"
77
79
"w" => "one"
78
80
"dw", "one
79
81
}
82
+ -----
83
+
80
84
or
85
+
81
86
[source,ruby]
87
+ -----
82
88
bucket_props => { "n_val" => "3" }
89
+ -----
90
+
83
91
Properties will be passed as-is
84
92
85
93
[id="plugins-{type}s-{plugin}-enable_search"]
@@ -109,8 +117,12 @@ Enable SSL
109
117
Indices
110
118
Array of fields to add 2i on
111
119
e.g.
120
+
112
121
[source,ruby]
122
+ -----
113
123
`indices => ["source_host", "type"]
124
+ -----
125
+
114
126
Off by default as not everyone runs eleveldb
115
127
116
128
[id="plugins-{type}s-{plugin}-key_name"]
@@ -134,11 +146,14 @@ The nodes of your Riak cluster
134
146
This can be a single host or
135
147
a Logstash hash of node/port pairs
136
148
e.g
149
+
137
150
[source,ruby]
151
+ -----
138
152
{
139
153
"node1" => "8098"
140
154
"node2" => "8098"
141
155
}
156
+ -----
142
157
143
158
[id="plugins-{type}s-{plugin}-proto"]
144
159
===== `proto`
@@ -165,10 +180,12 @@ here: https://github.com/basho/riak-ruby-client/wiki/Connecting-to-Riak
165
180
You'll likely want something like this:
166
181
167
182
[source, ruby]
183
+ -----
168
184
ssl_opts => {
169
185
"pem" => "/etc/riak.pem"
170
186
"ca_path" => "/usr/share/certificates"
171
187
}
188
+ -----
172
189
173
190
Per the riak client docs, the above sample options
174
191
will turn on SSL `VERIFY_PEER`
You can’t perform that action at this time.
0 commit comments