You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
133
133
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.
135
135
136
136
```c
137
137
block parser cisco_ios_debug-postfilter() {
@@ -239,4 +239,4 @@ sets:
239
239
vendor = < example vendor >
240
240
product = < example product >
241
241
tag = .source.s_EAMPLEVENDOR_EXAMPLEPRODUCT_GROUP01-002
0 commit comments