Skip to content

Commit cfdea26

Browse files
committed
Updated dashboards:
- `Splunk forwarder output tuning` - added fillnull ingest_pipe Updated reports/alerts: - `SearchHeadLevel - Dashboards using special characters` - updated to use spath command instead of rex - `SearchHeadLevel - Search Messages user level` - excluded require command - `IndexerLevel - RemoteSearches find all time searches` - removed keyword On reports/alerts: - `IndexerLevel - RemoteSearches Indexes Stats` - `IndexerLevel - RemoteSearches Indexes Stats Wilcard` - `IndexerLevel - Slow peer from remote searches` - `IndexerLevel - SmartStore cache misses - remote_searches` - `SearchHeadLevel - platform_stats.remote_searches metrics populating search` Updated keywords to terminated: or closed: (previously terminated) On reports/alerts: - `SearchHeadLevel - Detect Excessive Search Use - Dashboard - Automated` - `SearchHeadLevel - platform_stats.audit metrics searches` - `SearchHeadLevel - platform_stats.audit metrics users` - `SearchHeadLevel - platform_stats.audit metrics users 24hour` - `SearchHeadLevel - Search Queries By Type Audit Logs` - `SearchHeadLevel - Search Queries By Type Audit Logs macro version` - `SearchHeadLevel - Search Queries By Type Audit Logs macro version other` - `SearchHeadLevel - Searches dispatched as owner by other users` - `SearchHeadLevel - SmartStore cache misses - dashboards` - `SearchHeadLevel - SmartStore cache misses - savedsearches` - `SearchHeadLevel - SmartStore cache misses - combined` - `SearchHeadLevel - Users with auto-finalized searches` Removed regex: `| rex "(?s)^(?:[^'\n]*'){4},\s+\w+='(?P<search>[\s\S]+)'\]($|\[[^\]]+\]$)"` As it is causing issues with max_matches, newer Splunk versions appear to accurately match the search field without this regex
1 parent d418f8b commit cfdea26

File tree

3 files changed

+72
-50
lines changed

3 files changed

+72
-50
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,43 @@ The following ideas relate to this issue:
308308
Feel free to open an issue on github or use the contact author on the SplunkBase link and I will try to get back to you when possible, thanks!
309309

310310
## Release Notes
311+
### 3.0.6
312+
Updated dashboards:
313+
- `Splunk forwarder output tuning` - added fillnull ingest_pipe
314+
315+
Updated reports/alerts:
316+
- `SearchHeadLevel - Dashboards using special characters` - updated to use spath command instead of rex
317+
- `SearchHeadLevel - Search Messages user level` - excluded require command
318+
- `IndexerLevel - RemoteSearches find all time searches` - removed keyword
319+
320+
On reports/alerts:
321+
- `IndexerLevel - RemoteSearches Indexes Stats`
322+
- `IndexerLevel - RemoteSearches Indexes Stats Wilcard`
323+
- `IndexerLevel - Slow peer from remote searches`
324+
- `IndexerLevel - SmartStore cache misses - remote_searches`
325+
- `SearchHeadLevel - platform_stats.remote_searches metrics populating search`
326+
327+
Updated keywords to terminated: or closed: (previously terminated)
328+
329+
On reports/alerts:
330+
- `SearchHeadLevel - Detect Excessive Search Use - Dashboard - Automated`
331+
- `SearchHeadLevel - platform_stats.audit metrics searches`
332+
- `SearchHeadLevel - platform_stats.audit metrics users`
333+
- `SearchHeadLevel - platform_stats.audit metrics users 24hour`
334+
- `SearchHeadLevel - Search Queries By Type Audit Logs`
335+
- `SearchHeadLevel - Search Queries By Type Audit Logs macro version`
336+
- `SearchHeadLevel - Search Queries By Type Audit Logs macro version other`
337+
- `SearchHeadLevel - Searches dispatched as owner by other users`
338+
- `SearchHeadLevel - SmartStore cache misses - dashboards`
339+
- `SearchHeadLevel - SmartStore cache misses - savedsearches`
340+
- `SearchHeadLevel - SmartStore cache misses - combined`
341+
- `SearchHeadLevel - Users with auto-finalized searches`
342+
343+
Removed regex:
344+
`| rex "(?s)^(?:[^'\n]*'){4},\s+\w+='(?P<search>[\s\S]+)'\]($|\[[^\]]+\]$)"`
345+
346+
As it is causing issues with max_matches, newer Splunk versions appear to accurately match the search field without this regex
347+
311348
### 3.0.5
312349
New alerts:
313350
- `IndexerLevel - Connection errors to SmartStore`

default/data/ui/views/splunk_forwarder_output_tuning.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<query>index=_internal $host$ sourcetype=splunkd `splunkadmins_metrics_source` TERM(group=tcpout_connections) name=$output_group$*
4141
| rex field=name "(?&lt;output_name&gt;[^:]+)"
4242
| search output_name=$output_group$
43+
| fillnull ingest_pipe
4344
| eval combined = output_name . "_" . ingest_pipe
4445
| bin _time span=1m
4546
| stats sum(kb) AS totalkb by combined, host, _time

0 commit comments

Comments
 (0)