Skip to content

Commit 7faf2ec

Browse files
committed
Updated reports:
- `SearchHeadLevel - SmartStore cache misses - combined` - missing \ (thanks to @barrettnet)
1 parent e6eacf0 commit 7faf2ec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ Feel free to open an issue on github or use the contact author on the SplunkBase
360360

361361
## Release Notes
362362
### 4.0.7
363+
Updated reports:
364+
- `SearchHeadLevel - SmartStore cache misses - combined` - missing \ (thanks to @barrettnet)
363365

364366
### 4.0.6
365367
New macros:

default/savedsearches.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7113,7 +7113,7 @@ invocations_command_search_index_bucketcache_miss>0 OR invocations_command_searc
71137113
| search total_cache_miss>0 \
71147114
| eval total_hours_searched=round(total_hours_searched,1) \
71157115
| stats latest(mostRecent) AS mostRecent, count as number_of_runs, values(host) as host values(total_hours_searched) AS total_hours_searched values(total_days_searched) AS total_days_searched max(run_time) AS max_run_time avg(run_time) AS avg_run_time sum(run_time) AS sum_run_time sum(total_cache_miss) as total_cache_miss max(result_count) AS result_count max(event_count) AS event_count max(searched_buckets) AS searched_buckets values(info) AS info values(numofsearchesinquery) AS numofsearchesinquery, values(provenance) AS provenance, values(app) AS app by users search \
7116-
| `indexes_extraction(search)`
7116+
| `indexes_extraction(search)` \
71177117
| eval has_pipe=if(match(search,"\|"),"true",null())\
71187118
| rex max_match=100 field=search "tag=(?<tags>[^\s+\||\)]+)" \
71197119
| rex max_match=100 field=search "eventtype=(?<eventtypes>[^\s+\||\)]+)" \

0 commit comments

Comments
 (0)