mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Make default index name 'bro'.
This commit is contained in:
parent
5db027e39f
commit
a3b330dbc6
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue