@@ -9,21 +9,21 @@ p. A Bulk UDP service is a service listening over UDP for bulk format requests.
9
9
10
10
p. The Bulk UDP service is disabled by default, but can be enabled by setting @bulk.udp.enabled@ to @true@.
11
11
12
- p. The bulk UDP service performs intenral bulk aggregation of the data and then flushes it based on several parametres :
12
+ p. The bulk UDP service performs internal bulk aggregation of the data and then flushes it based on several parameters :
13
13
* @bulk.udp.bulk_actions@: The number of actions to flush a bulk after, defaults to @1000@.
14
14
* @bulk.udp.bulk_size@: The size of the current bulk request to flush the request once exceeded, defaults to @5mb@.
15
- * @bulk.udp.flush_interval@: An interval after which the current request is flushed, regarldess of the above limits. Defaults to @5s@.
15
+ * @bulk.udp.flush_interval@: An interval after which the current request is flushed, regardless of the above limits. Defaults to @5s@.
16
16
* @bulk.udp.concurrent_requests@: The number on max in flight bulk requests allowed. Defaults to @4@.
17
17
18
18
p. The network settings allowed are:
19
- * @bulk.udp.host@: The host to bind to, defualts to @network.host@ which defaults to any.
19
+ * @bulk.udp.host@: The host to bind to, defaults to @network.host@ which defaults to any.
20
20
* @bulk.udp.port@: The port to use, defaults to @9700-9800@.
21
21
* @bulk.udp.receive_buffer_size@: The receive buffer size, defaults to @10mb@.
22
22
23
23
24
24
p. Here is an example of how it can be used:
25
25
26
- <pre class="prettyprint">
26
+ <pre class="prettyprint lang-js ">
27
27
> cat bulk.txt
28
28
{ "index" : { "_index" : "test", "_type" : "type1" } }
29
29
{ "field1" : "value1" }
0 commit comments