Skip to content

Commit

Permalink
Merge pull request #227 from splunk/fix/startup_warnings
Browse files Browse the repository at this point in the history
fix/startup_warnings
  • Loading branch information
Ryan Faircloth authored and GitHub committed Dec 11, 2019
2 parents 858c42a + 492b81c commit d573fd2
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 d573fd2

Please sign in to comment.