Hello,
This feature is not available in the current version. However, to implement this looks simply.
Please open phplogcon\classes\eventfilter.php file with an editor. Search for the following line:
- Code: Select all
$tmpSQL.=" AND FromHost='".$_SESSION['filhost']."'";
replace it with the following
- Code: Select all
//$tmpSQL.=" AND FromHost='".$_SESSION['filhost']."'";
$tmpSQL.=" AND FromHost like '".db_get_wildcut().$_SESSION['filhost'].db_get_wildcut()."'";
Then use the search string "172.18." in order to get all 172.18.*.* machines. Hope this help.
Michael