Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 385ae5d

Browse files
committed
Fixed types
1 parent b4c71c3 commit 385ae5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guide/reference/api/bulk-udp.textile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ p. A Bulk UDP service is a service listening over UDP for bulk format requests.
99

1010
p. The Bulk UDP service is disabled by default, but can be enabled by setting @bulk.udp.enabled@ to @true@.
1111

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:
1313
* @bulk.udp.bulk_actions@: The number of actions to flush a bulk after, defaults to @1000@.
1414
* @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@.
1616
* @bulk.udp.concurrent_requests@: The number on max in flight bulk requests allowed. Defaults to @4@.
1717

1818
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.
2020
* @bulk.udp.port@: The port to use, defaults to @9700-9800@.
2121
* @bulk.udp.receive_buffer_size@: The receive buffer size, defaults to @10mb@.
2222

2323

2424
p. Here is an example of how it can be used:
2525

26-
<pre class="prettyprint">
26+
<pre class="prettyprint lang-js">
2727
> cat bulk.txt
2828
{ "index" : { "_index" : "test", "_type" : "type1" } }
2929
{ "field1" : "value1" }

0 commit comments

Comments
 (0)