Skip to content

Commit

Permalink
fix: postfilter automatic assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
rjha-splunk committed Sep 20, 2023
1 parent 69f5c09 commit 6a051b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ block parser app-postfilter-cisco_ise() {

};
};
application app-postfilter-cisco_ise[sc4s-postfilter] {
application app-postfilter-cisco_ise[sc4s-finalfilter] {
filter {
program('CISE_' type(string) flags(prefix))
and "${.values.num}" != 1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ block parser app-postfilter-vmware_vsphere_sdrsInjector() {

};
};
application app-postfilter-vmware_vsphere_sdrsInjector[sc4s-postfilter] {
application app-postfilter-vmware_vsphere_sdrsInjector[sc4s-finalfilter] {
filter {
(
program('sdrsInjector' type(string))
Expand Down

0 comments on commit 6a051b4

Please sign in to comment.