fix -FP
parent
b8108cb457
commit
db1f466f51
|
@ -16,9 +16,26 @@ network:
|
||||||
- data: 00000020000300000000000200126b61666b612d707974686f6e2d322e302e3200000000
|
- data: 00000020000300000000000200126b61666b612d707974686f6e2d322e302e3200000000
|
||||||
type: hex
|
type: hex
|
||||||
read: 1024
|
read: 1024
|
||||||
|
|
||||||
|
- data: 00000020000300000000000200126b61666b612d707974686f6e2d322e302e3200000000
|
||||||
|
type: hex
|
||||||
|
read: 1024
|
||||||
|
|
||||||
host:
|
host:
|
||||||
- "{{Hostname}}"
|
- "{{Hostname}}"
|
||||||
- "{{Host}}:9092"
|
- "{{Host}}:9092"
|
||||||
|
matchers-condition: or
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: raw
|
||||||
|
words:
|
||||||
|
- "localhost"
|
||||||
|
|
||||||
|
- type: regex
|
||||||
|
name: ip
|
||||||
|
part: raw
|
||||||
|
regex:
|
||||||
|
- '(?:[0-9]{1,3}\.){3}[0-9]{1,3}'
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: regex
|
- type: regex
|
||||||
|
|
Loading…
Reference in New Issue