diff --git a/default/data/ui/views/all_reports.xml b/default/data/ui/views/all_reports.xml index 1112445..cb1de39 100644 --- a/default/data/ui/views/all_reports.xml +++ b/default/data/ui/views/all_reports.xml @@ -1,5 +1,14 @@ - +
+
+ + + + -7d@h + now + + +
@@ -13,15 +22,16 @@ | rename run_time_rnd as "Execution Time (seconds)" | sort - "Report Time" | table Host, "Report Time", "Execution Time (seconds)" - -24h@h - now + 0 + - + +
- \ No newline at end of file +
\ No newline at end of file diff --git a/default/data/ui/views/bolt.xml b/default/data/ui/views/bolt.xml index 24284fb..6657d3b 100644 --- a/default/data/ui/views/bolt.xml +++ b/default/data/ui/views/bolt.xml @@ -1,14 +1,23 @@ - +
+
+ + + + -7d@h + now + + +
- All Bolt runs (last 7 days) + All Bolt runs sourcetype="puppet:bolt" event_type="bolt_apply" | timechart count(_raw) - -7d@h - now + $boltTimeRange.earliest$ + $boltTimeRange.latest$ @@ -19,7 +28,7 @@ - + @@ -36,12 +45,12 @@ | rename "log" as "Log" | table Host, "Report Time", "Log" | sort - "Report Time" - -7d@h - now + $boltTimeRange.earliest$ + $boltTimeRange.latest$ - + - \ No newline at end of file +
\ No newline at end of file diff --git a/default/data/ui/views/details.xml b/default/data/ui/views/details.xml index 81ee6bc..d579241 100644 --- a/default/data/ui/views/details.xml +++ b/default/data/ui/views/details.xml @@ -1,5 +1,14 @@ - +
+
+ + + + -7d@h + now + + +
Hosts by OS family @@ -7,21 +16,22 @@ sourcetype="puppet:detailed" | top facts.osfamily limit=100 - -24h@h - now + $detailsTimeRange.earliest$ + $detailsTimeRange.latest$ + - Free memory by host (avg, last 7d) + Free memory by host (average) sourcetype="puppet:detailed" | chart avg(facts.memoryfree_mb) by host - -7d@h - now + $detailsTimeRange.earliest$ + $detailsTimeRange.latest$ @@ -49,15 +59,15 @@ | search "logs.data{}.source"=Class* | rename "logs.data{}.source" as "Class" | table Class - -7d@h - now + $detailsTimeRange.earliest$ + $detailsTimeRange.latest$ 1 - + @@ -81,19 +91,19 @@ | rename strf_time as "Report Time" | sort -"Report Time" | table "Host" "OS Family" "Architecture" "Uptime" "IPv4 address" "Report Time" - -24h@h - now + $detailsTimeRange.earliest$ + $detailsTimeRange.latest$ 1 - + - \ No newline at end of file +
\ No newline at end of file diff --git a/default/data/ui/views/hosts_with_corrective_changes.xml b/default/data/ui/views/hosts_with_corrective_changes.xml index 98d420a..2985c8c 100644 --- a/default/data/ui/views/hosts_with_corrective_changes.xml +++ b/default/data/ui/views/hosts_with_corrective_changes.xml @@ -1,5 +1,14 @@ - - +
+ +
+ + + + -7d@h + now + + +
@@ -16,16 +25,16 @@ | rename run_time_rnd as "Execution Time (seconds)" | sort -"Report Time" | table Host, "Corrective Change", "Report Time", "Execution Time (seconds)" - -24h@h - now + $reportTimeRange.earliest$ + $reportTimeRange.latest$ - +
- \ No newline at end of file +
\ No newline at end of file diff --git a/default/data/ui/views/hosts_with_failures.xml b/default/data/ui/views/hosts_with_failures.xml index bb3b6fe..6dba614 100644 --- a/default/data/ui/views/hosts_with_failures.xml +++ b/default/data/ui/views/hosts_with_failures.xml @@ -1,5 +1,14 @@ - - +
+ +
+ + + + -7d@h + now + + +
@@ -15,16 +24,17 @@ | rename run_time_rnd as "Execution Time (seconds)" | sort -"Report Time" | table Host, "Report Time", "Execution Time (seconds)" - -24h@h - now + $reportTimeRange.earliest$ + $reportTimeRange.latest$ +
- \ No newline at end of file +
\ No newline at end of file diff --git a/default/data/ui/views/overview.xml b/default/data/ui/views/overview.xml index fbbb7ec..14b9e46 100644 --- a/default/data/ui/views/overview.xml +++ b/default/data/ui/views/overview.xml @@ -1,6 +1,15 @@ - +
Report data generated by Puppet +
+ + + + -7d@h + now + + +
All hosts @@ -9,11 +18,9 @@ sourcetype="puppet:summary" | stats count by host | stats count - -24h@h - now + $overviewTimeRange.earliest$ + $overviewTimeRange.latest$ 1 - 30s - delay @@ -31,7 +38,6 @@ - @@ -43,17 +49,14 @@ sourcetype="puppet:summary" | stats count - -24h@h - now - 30s - delay + $overviewTimeRange.earliest$ + $overviewTimeRange.latest$ - @@ -62,19 +65,19 @@ - Hosts with corrective changes (last 24h) + Hosts with corrective changes sourcetype="puppet:summary" | search corrective_change=true | dedup certname | stats count - -24h@h - now + $overviewTimeRange.earliest$ + $overviewTimeRange.latest$ - + @@ -85,19 +88,19 @@ - Hosts with failures (last 24h) + Hosts with failures sourcetype="puppet:summary" | search status=failed | dedup certname | stats count - -24h@h - now + $overviewTimeRange.earliest$ + $overviewTimeRange.latest$ - + /app/TA-puppet-report-viewer/hosts_with_failures @@ -114,8 +117,8 @@ | spath "metrics.changes" | search "metrics.changes">0 | timechart count(metrics.changes) - 0 - + $overviewTimeRange.earliest$ + $overviewTimeRange.latest$ @@ -123,9 +126,8 @@ - + - - \ No newline at end of file +
\ No newline at end of file