mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
GH-591: fix reading set[enum] values from input files
This commit is contained in:
parent
8ba19cd7d1
commit
fd66e7b9f6
4 changed files with 93 additions and 2 deletions
|
@ -0,0 +1,12 @@
|
|||
DPD::ignore_violations, {
|
||||
|
||||
}
|
||||
---
|
||||
{
|
||||
Analyzer::ANALYZER_SYSLOG
|
||||
}
|
||||
---
|
||||
DPD::ignore_violations, {
|
||||
Analyzer::ANALYZER_SYSLOG
|
||||
}
|
||||
---
|
|
@ -0,0 +1,10 @@
|
|||
#separator \x09
|
||||
#set_separator ,
|
||||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path config
|
||||
#open 2019-10-03-04-02-02
|
||||
#fields ts id old_value new_value location
|
||||
#types time string string string string
|
||||
1570075321.966826 DPD::ignore_violations (empty) Analyzer::ANALYZER_SYSLOG -
|
||||
#close 2019-10-03-04-02-02
|
Loading…
Add table
Add a link
Reference in a new issue