Commit cfdea26
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 regex1 parent d418f8b commit cfdea26
File tree
3 files changed
+72
-50
lines changed- default
- data/ui/views
3 files changed
+72
-50
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
311 | 348 | | |
312 | 349 | | |
313 | 350 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments