Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/system/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.42.0"
changes:
- description: Rework system metrics dashboards to use Lens and display current system state more reliably.
type: enhancement
link: https://github.com/elastic/integrations/pull/6743
- version: "1.41.0"
changes:
- description: Modified the field definitions to reference ECS where possible and remove invalid field attributes.
Expand Down
Binary file added packages/system/img/host-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed packages/system/img/kibana-system.png
Binary file not shown.
Binary file not shown.
Binary file added packages/system/img/system-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6,846 changes: 3,666 additions & 3,180 deletions packages/system/kibana/dashboard/system-79ffd6e0-faa0-11e6-947f-177f697178b8.json

Large diffs are not rendered by default.

1,969 changes: 1,257 additions & 712 deletions packages/system/kibana/dashboard/system-Metrics-system-overview.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions packages/system/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: system
title: System
version: 1.41.0
version: 1.42.0
license: basic
description: Collect system logs and metrics from your servers with Elastic Agent.
type: integration
Expand All @@ -10,15 +10,15 @@ categories:
release: ga
conditions:
kibana:
version: '^8.9.0'
version: '^8.10.2'
screenshots:
- src: /img/kibana-system.png
title: kibana system
size: 1220x852
- src: /img/system-overview.png
title: system overview
size: 3226x1956
type: image/png
- src: /img/metricbeat_system_dashboard.png
title: metricbeat system dashboard
size: 2097x1933
- src: /img/host-overview.png
title: host overview
size: 3258x5698
type: image/png
icons:
- src: /img/system.svg
Expand All @@ -34,8 +34,8 @@ policy_templates:
title: Collect logs from System instances
description: Collecting System auth and syslog logs
- type: winlog
title: 'Collect events from the Windows event log'
description: 'Collecting events from Windows event log'
title: "Collect events from the Windows event log"
description: "Collecting events from Windows event log"
- type: system/metrics
title: Collect metrics from System instances
description: Collecting System core, CPU, diskio, entropy, filesystem, fsstat, load, memory, network, Network Summary, process, Process Summary, raid, service, socket, Socket Summary, uptime and users metrics
Expand Down