Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/sources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ application dell_poweredge_cmc[sc4s-network-source] {

### Filtering events from output

In some cases specific events may be considered "noise" and functionality must be implemented to prevent forwarding of these events to Splunk
In version 2.0.0 of SC4S a new feature was implemented to improve the ease of use and efficiency of this progress.
In some cases specific events may be considered "noise" and functionality must be implemented to prevent forwarding of these events to Splunk.
In version 2.0.0 of SC4S a new feature was implemented to improve the ease of use and efficiency of this process.

The following example will "null_queue" or drop cisco IOS device events at the debug level. Note Cisco does not use the PRI to indicate DEBUG a message filter is required.
The following `/opt/sc4s/local/config/app_parsers/cisco_ios_debug-postfilter.conf` example will "null_queue" or drop cisco IOS device events at the debug level. Note Cisco does not use the PRI to indicate DEBUG; a message filter is required.

```c
block parser cisco_ios_debug-postfilter() {
Expand Down Expand Up @@ -239,4 +239,4 @@ sets:
vendor = < example vendor >
product = < example product >
tag = .source.s_EAMPLEVENDOR_EXAMPLEPRODUCT_GROUP01-002
```
```
Loading