Skip to content

Commit

Permalink
Merge branch 'develop' into fix/vendor_product_by_source
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth authored and GitHub committed Dec 11, 2019
2 parents 258455e + 2db769c commit 2289cb9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 58 deletions.

This file was deleted.

9 changes: 5 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,6 @@
@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(169.254.100.0/24)
host("cannot_ever_happen")
};
4 changes: 2 additions & 2 deletions package/etc/context_templates/compliance_meta_by_source.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#f_test_test,.splunk.index,"badindex"
#f_test_test,fields.compliance,"pci"
f_test_test,.splunk.index,"will_never_happen_index"
f_test_test,fields.compliance,"pci"

0 comments on commit 2289cb9

Please sign in to comment.