Make default index name 'bro'.

This commit is contained in:
Vlad Grigorescu 2012-06-05 17:24:13 -04:00
parent 5db027e39f
commit a3b330dbc6
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ export {
const server_port = 9200 &redef;
## Name of the ES index
const index_name = "bro-logs" &redef;
const index_name = "bro" &redef;
## The ES type prefix comes before the name of the related log.
## e.g. prefix = "bro_" would create types of bro_dns, bro_software, etc.