Skip to content

Commit db8de8c

Browse files
committed
New dashboard:
-`heavy_forwarder_analysis` - as found in the conf24 presentation PLA1509B New reports: - `SearchHeadLevel - Job performance data per indexer handoff time` - `SearchHeadLevel - KVStore collection size` - `SearchHeadLevel - Savedsearches with schedules and no next_scheduled_time` Updated alerts: - `AllSplunkEnterpriseLevel - Splunkd Log Messages Admins Only` - search updates - `AllSplunkEnterpriseLevel - Email Sending Failures` - added app context - `IndexerLevel - These Indexes Are Approaching The warmDBCount limit` - added datatype=all argument - `IndexerLevel - Cold data location approaching size limits` - added datatype=all argument - `IndexerLevel - Unclean Shutdown - Fsck` - added datatype=all argument - `SearchHeadLevel - Peer timeouts or authentication issues` - updates to use Splunkd source - `SearchHeadLevel - Splunk alert actions exceeding the max_action_results limit` - excluded summary indexing - `SearchHeadLevel - Scheduled Searches without a configured earliest and latest time` - rewrote search for efficiency - `SearchHeadLevel - Search Messages user level` - search updates - `SearchHeadLevel - Search Messages admins only` - search updates Updated dashboards: - `splunk_forwarder_output_tuning` - updated comments, removed heartbeatFrequency Updated macros: - `search_type_from_sid` - minor tweaks to regex Updated reports: - `SearchHeadLevel - indexes per savedsearch` - corrected typo on multisearch, re-wrote parts of the query to include subsearches as well - `SearchHeadLevel - Indexes for savedsearch without subsearches` - corrected typo on multisearch - `SearchHeadLevel - Search Queries summary non-exact match` - added delim for index IN (a b c), corrected typo on multisearch, updated description to link to https://github.com/TheWoodRanger/presentation-conf_24_audittrail_native_telemetry - `SearchHeadLevel - Search Queries summary exact match` - added delim for index IN (a b c), corrected typo on multisearch, updated description to link to https://github.com/TheWoodRanger/presentation-conf_24_audittrail_native_telemetry Also updated the navigation menu.
1 parent 6869f87 commit db8de8c

File tree

7 files changed

+789
-54
lines changed

7 files changed

+789
-54
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,41 @@ These are appear to be from premium apps but it does imply that there is a mecha
359359
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!
360360

361361
## Release Notes
362+
### 4.0.1
363+
New dashboard:
364+
-`heavy_forwarder_analysis` - as found in the conf24 presentation PLA1509B
365+
366+
New reports:
367+
- `SearchHeadLevel - Job performance data per indexer handoff time`
368+
- `SearchHeadLevel - KVStore collection size`
369+
- `SearchHeadLevel - Savedsearches with schedules and no next_scheduled_time`
370+
371+
Updated alerts:
372+
- `AllSplunkEnterpriseLevel - Splunkd Log Messages Admins Only` - search updates
373+
- `AllSplunkEnterpriseLevel - Email Sending Failures` - added app context
374+
- `IndexerLevel - These Indexes Are Approaching The warmDBCount limit` - added datatype=all argument
375+
- `IndexerLevel - Cold data location approaching size limits` - added datatype=all argument
376+
- `IndexerLevel - Unclean Shutdown - Fsck` - added datatype=all argument
377+
- `SearchHeadLevel - Peer timeouts or authentication issues` - updates to use Splunkd source
378+
- `SearchHeadLevel - Splunk alert actions exceeding the max_action_results limit` - excluded summary indexing
379+
- `SearchHeadLevel - Scheduled Searches without a configured earliest and latest time` - rewrote search for efficiency
380+
- `SearchHeadLevel - Search Messages user level` - search updates
381+
- `SearchHeadLevel - Search Messages admins only` - search updates
382+
383+
Updated dashboards:
384+
- `splunk_forwarder_output_tuning` - updated comments, removed heartbeatFrequency
385+
386+
Updated macros:
387+
- `search_type_from_sid` - minor tweaks to regex
388+
389+
Updated reports:
390+
- `SearchHeadLevel - indexes per savedsearch` - corrected typo on multisearch, re-wrote parts of the query to include subsearches as well
391+
- `SearchHeadLevel - Indexes for savedsearch without subsearches` - corrected typo on multisearch
392+
- `SearchHeadLevel - Search Queries summary non-exact match` - added delim for index IN (a b c), corrected typo on multisearch, updated description to link to https://github.com/TheWoodRanger/presentation-conf_24_audittrail_native_telemetry
393+
- `SearchHeadLevel - Search Queries summary exact match` - added delim for index IN (a b c), corrected typo on multisearch, updated description to link to https://github.com/TheWoodRanger/presentation-conf_24_audittrail_native_telemetry
394+
395+
Also updated the navigation menu.
396+
362397
### 4.0.0
363398
- Merged pull request from sifters relating to replacing comment macro with the triple backtick option introduced in Splunk 8.1. This involved editing many searches to change the format of the comments.
364399

default/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ supported_themes = light,dark
1414
[launcher]
1515
author = Gareth Anderson
1616
description = Alerts and dashboards as described in the Splunk 2017 conf presentation How did you get so big?
17-
version = 4.0.0
17+
version = 4.0.1
1818

1919
[package]
2020
id = SplunkAdmins

default/data/ui/nav/default.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,6 @@
286286
<saved name="IndexerLevel - RemoteSearches Indexes Stats Wilcard" />
287287
<saved name="IndexerLevel - RemoteSearches - lookup usage" />
288288
</collection>
289-
<collection label="External">
290-
<a href="https://github.com/silkyrich/cluster_health_tools/">The cluster_health_tools git repository contains very useful dashboards for various indexer related performance stats</a>
291-
</collection>
292289
</collection>
293290
<collection label="LicenseMaster">
294291
<a href="/app/SplunkAdmins/alert?s=%2FservicesNS%2Fnobody%2FSplunkAdmins%2Fsaved%2Fsearches%2FLicenseMaster%20-%20Duplicated%20License%20Situation">Duplicated License Situation</a>
@@ -319,6 +316,7 @@
319316
<saved name="SearchHeadLevel - Lookups within a dashboard" />
320317
<saved name="SearchHeadLevel - Lookups within savedsearches" />
321318
<saved name="SearchHeadLevel - Job performance data per indexer" />
319+
<saved name="SearchHeadLevel - Job performance data per indexer handoff time" />
322320
<saved name="SearchHeadLevel - Jobs endpoint example" />
323321
<saved name="SearchHeadLevel - configtracker index example" />
324322
<saved name="SearchHeadLevel - configtracker index example2" />
@@ -390,6 +388,7 @@
390388
<a href="/app/SplunkAdmins/alert?s=%2FservicesNS%2Fnobody%2FSplunkAdmins%2Fsaved%2Fsearches%2FSearchHeadLevel%20-%20Splunk%20alert%20actions%20exceeding%20the%20max_action_results%20limit">Splunk alert actions exceeding the max_action_results limit</a>
391389
<a href="/app/SplunkAdmins/alert?s=%2FservicesNS%2Fnobody%2FSplunkAdmins%2Fsaved%2Fsearches%2FSearchHeadLevel%20-%20Splunk%20Scheduler%20logs%20have%20not%20appeared%20in%20the%20last">Splunk Scheduler logs have not appeared in the last</a>
392390
<a href="/app/SplunkAdmins/alert?s=%2FservicesNS%2Fnobody%2FSplunkAdmins%2Fsaved%2Fsearches%2FSearchHeadLevel%20-%20summary%20indexing%20searches%20not%20using%20durable%20search">SearchHeadLevel - summary indexing searches not using durable search</a>
391+
<saved name="SearchHeadLevel - Savedsearches with schedules and no next_scheduled_time" />
393392
</collection>
394393
<collection label="Other">
395394
<saved name="SearchHeadLevel - Knowledge bundle replication times metrics.log" />
@@ -459,6 +458,7 @@
459458
<saved name="SearchHeadLevel - SHC conf log summary" />
460459
<saved name="SearchHeadLevel - Searches dispatched as owner by other users" />
461460
<saved name="SearchHeadLevel - Lookup CSV size" />
461+
<saved name="SearchHeadLevel - KVStore collection size" />
462462
<saved name="SearchHeadLevel - audit logs showing all time searches" />
463463
<saved name="SearchHeadLevel - audit.log - lookup usage" />
464464
<saved name="SearchHeadLevel - Detect lookups that have not being accessed for a period of time" />
@@ -535,12 +535,14 @@
535535
<saved name="SearchHeadLevel - Lookup file owners" />
536536
</collection>
537537
<collection label="Recommended (externally hosted)">
538+
<a href="https://github.com/silkyrich/cluster_health_tools/">The cluster_health_tools git repository contains very useful dashboards for various indexer related performance stats</a>
538539
<a href="https://github.com/dpaper-splunk/public/tree/master/dashboards" target="_blank">Extended Search Reporting (and others)</a>
539540
<a href="https://github.com/nicovdw/splunk_concurrency_helper" target="_blank">Search Scheduler Tuning searches</a>
540541
<a href="https://splunkbase.splunk.com/app/6449/" target="_blank">Sideview UI (User Activity details)</a>
541542
<a href="https://splunkbase.splunk.com/app/6368/" target="_blank">Admins Little Helper for Splunk (btool, bundle utils and similar)</a>
542-
<a href="https://splunkbase.splunk.com/app/4621/" target="_blank">TrackMe (Data Ingestion)</a>
543+
<a href="https://splunkbase.splunk.com/app/4621/" target="_blank">TrackMe (Data Ingestion)</a>
543544
<a href="https://github.com/redvelociraptor/gettingsmarter/tree/main">Getting Smarter about Splunk SmartStore (including HEC dashboards)</a>
545+
<a href="https://github.com/TheWoodRanger/presentation-conf_24_audittrail_native_telemetry">Maximizing Splunk Core: Analyzing Splunk Searches Using Audittrail and Native Splunk Telemetry</a>
544546
</collection>
545547
</collection>
546548
<collection label="Summary_Reports">

0 commit comments

Comments
 (0)