From 3d8b86c00a7d5cb4a4dd52ef08e6d06d42ee88a3 Mon Sep 17 00:00:00 2001 From: Vlad Grigorescu Date: Sun, 3 Jun 2012 23:00:10 -0400 Subject: [PATCH] Minor documentation formatting change --- doc/logging-elasticsearch.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/logging-elasticsearch.rst b/doc/logging-elasticsearch.rst index 4229748854..3b630c4bff 100644 --- a/doc/logging-elasticsearch.rst +++ b/doc/logging-elasticsearch.rst @@ -76,7 +76,8 @@ Bro's ElasticSearch writer comes with a few configuraiton options:: - cluster_name: Currently unused. - server_host: Where to send the data. Default localhost. - server_port: What port to send the data to. Default 9200. -- index_name: ElasticSearch indexes are like databases in a standard DB model. This is the name of the index to which to send the data. Default bro-logs. +- index_name: ElasticSearch indexes are like databases in a standard DB model. + This is the name of the index to which to send the data. Default bro-logs. - type_prefix: ElasticSearch types are like tables in a standard DB model. This is a prefix that gets prepended to Bro log names. Example: type_prefix = "bro_" would create types "bro_dns", "bro_http", etc. Default: none. - batch_size: How many messages to buffer before sending to ElasticSearch. This is mainly a memory optimization - changing this doesn't seem to affect indexing performance that much. Default: 10,000.