Skip to content

Commit

Permalink
ADDON-37084: Making changes as per the review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaleiya committed May 25, 2021
1 parent 9c29522 commit b72276e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sources/Tenable/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

| key | sourcetype | index | notes |
|----------------|----------------|----------------|----------------|
| tenable_nnm | enable:nnm:vuln | netfw | none |
| tenable_nnm | tenable:nnm:vuln | netfw | none |

### Filter type

Expand Down
4 changes: 2 additions & 2 deletions package/etc/conf.d/conflib/syslog/app-tenable_syslog.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ block parser tenable_syslog-parser() {
r_set_splunk_dest_default(
index('netfw')
sourcetype('tenable:nnm:vuln')
vendor_product("Tenable.nnm")
vendor_product("tenable_nnm")
);
};

};
};
application tenable_syslog[sc4s-syslog] {
filter {
program('nnm' type(string) flags(prefix))
"${PROGRAM}" eq "nnm";
};
parser { tenable_syslog-parser(); };
};

0 comments on commit b72276e

Please sign in to comment.