Mic-M / ioBroker.logparser

ioBroker Log Parser Adapter
MIT License
7 stars 2 forks source link

Regex issue for tab "Parser Rules", column "Blacklist #15

Closed Mic-M closed 3 years ago

Mic-M commented 4 years ago

Given log, which should be ignored: [123 Einträge] 192.168.10.10:80 not reachable!

Using following regex: /\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\:\d{1,4} not reachable!/

While this is working in tab "Global Blacklist", it does not work in tab "Parser Rules", column "Blacklist

Mic-M commented 3 years ago

Fixed with adapter version 1.1.0