Skip to content

Commit 07fb13d

Browse files
committed
[DOC] Make explicit the config path for filtering events from output
Fixes #2820
1 parent 2900c45 commit 07fb13d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/sources/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ application dell_poweredge_cmc[sc4s-network-source] {
128128

129129
### Filtering events from output
130130

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

134-
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.
134+
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.
135135

136136
```c
137137
block parser cisco_ios_debug-postfilter() {
@@ -239,4 +239,4 @@ sets:
239239
vendor = < example vendor >
240240
product = < example product >
241241
tag = .source.s_EAMPLEVENDOR_EXAMPLEPRODUCT_GROUP01-002
242-
```
242+
```

0 commit comments

Comments
 (0)