Skip to content

Commit

Permalink
Merge branch 'develop' into fix/proofpoint
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 2b93332 + d573fd2 commit 0075ad1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
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 0075ad1

Please sign in to comment.