Skip to content

Commit

Permalink
Merge pull request #1178 from splunk/feat-nix-syslog-subtype
Browse files Browse the repository at this point in the history
feat: allow meta config for nix_syslog by more specific values
  • Loading branch information
Ryan Faircloth authored Jun 18, 2021
2 parents 791c0c8 + e611a7c commit 0659fcb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package/etc/conf.d/conflib/net_source/app-nix_syslog.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ block parser nix_syslog-parser() {
};


rewrite {
r_set_splunk_dest_update(
meta_key('${.netsource.sc4s_vendor_product}_nix_syslog')

);
};
};
};
application nix_syslog[sc4s-network-source] {
Expand Down

0 comments on commit 0659fcb

Please sign in to comment.