Skip to content

Commit

Permalink
Feature/cleanup logpaths (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth authored and GitHub committed Oct 16, 2019
1 parent 3a5e588 commit 0c761c2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions package/etc/context_templates/compliance_meta_by_source.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@version: 3.24
filter f_test_test {
host("something-*" type(glob)) or
netmask(192.168.100.1/24)
};
#filter f_test_test {
# host("something-*" type(glob)) or
# netmask(192.168.100.1/24)
#};
12 changes: 6 additions & 6 deletions package/etc/context_templates/vendor_product_by_source.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
@version: 3.24

filter f_cisco_meraki {
host("testcm-*" type(glob)) or
netmask(192.168.100.1/24)
};
filter f_test_test {
host("testvp-*" type(glob)) or
netmask(192.168.100.1/24)
Expand All @@ -20,19 +16,23 @@ filter f_juniper_idp {
host("jnpidp-*" type(glob)) or
netmask(192.168.3.0/24)
};
filter f_cisco_meraki {
host("testcm-*" type(glob)) or
netmask(192.168.4.0/24)
};
filter f_juniper_netscreen {
host("jnpns-*" type(glob)) or
netmask(192.168.4.0/24)
};
filter f_cisco_nx_os {
host("csconx-*" type(glob)) or
netmask(192.168.5.0/24)
};
};
filter f_proofpoint_pps_sendmail {
host("pps-*" type(glob)) or
netmask(192.168.6.0/24)
};
filter f_proofpoint_pps_filter {
host("pps-*" type(glob)) or
netmask(192.168.7.0/24)
};
};

0 comments on commit 0c761c2

Please sign in to comment.