mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Fix build warnings
This commit is contained in:
parent
f2a0afad3c
commit
c3aba199f6
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@ export {
|
|||
const index_prefix = "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.
|
||||
## e.g. prefix = "bro\_" would create types of bro_dns, bro_software, etc.
|
||||
const type_prefix = "" &redef;
|
||||
|
||||
## The time before an ElasticSearch transfer will timeout.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue