Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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: "2.7.3"
changes:
- description: Fix dashboard filter for Syslog dashboard
type: bugfix
link: https://github.com/elastic/integrations/pull/16094
- version: "2.7.2"
changes:
- description: Fixed parsing of SidList field in Windows Security event 4908 (Special Groups Logon table modified) by normalizing whitespace separators.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,27 +63,47 @@
"label": "Syslog",
"type": "dashboardLink",
"id": "system-Logs-syslog-dashboard",
"options": {
"openInNewTab": false,
"useCurrentDateRange": true,
"useCurrentFilters": false
},
"order": 0,
"destinationRefName": "link_system-Logs-syslog-dashboard_dashboard"
},
{
"label": "Sudo commands",
"type": "dashboardLink",
"id": "system-277876d0-fa2c-11e6-bbd3-29c986c96e5a",
"options": {
"openInNewTab": false,
"useCurrentDateRange": true,
"useCurrentFilters": false
},
"order": 1,
"destinationRefName": "link_system-277876d0-fa2c-11e6-bbd3-29c986c96e5a_dashboard"
},
{
"label": "SSH logins",
"type": "dashboardLink",
"id": "system-5517a150-f9ce-11e6-8115-a7c18106d86a",
"options": {
"openInNewTab": false,
"useCurrentDateRange": true,
"useCurrentFilters": false
},
"order": 2,
"destinationRefName": "link_system-5517a150-f9ce-11e6-8115-a7c18106d86a_dashboard"
},
{
"label": "New users and groups",
"type": "dashboardLink",
"id": "system-0d3f2380-fa78-11e6-ae9b-81e5311e8cab",
"options": {
"openInNewTab": false,
"useCurrentDateRange": true,
"useCurrentFilters": false
},
"order": 3,
"destinationRefName": "link_system-0d3f2380-fa78-11e6-ae9b-81e5311e8cab_dashboard"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,27 +63,47 @@
"label": "Syslog",
"type": "dashboardLink",
"id": "system-Logs-syslog-dashboard",
"options": {
"openInNewTab": false,
"useCurrentDateRange": true,
"useCurrentFilters": false
},
"order": 0,
"destinationRefName": "link_system-Logs-syslog-dashboard_dashboard"
},
{
"label": "Sudo commands",
"type": "dashboardLink",
"id": "system-277876d0-fa2c-11e6-bbd3-29c986c96e5a",
"options": {
"openInNewTab": false,
"useCurrentDateRange": true,
"useCurrentFilters": false
},
"order": 1,
"destinationRefName": "link_system-277876d0-fa2c-11e6-bbd3-29c986c96e5a_dashboard"
},
{
"label": "SSH logins",
"type": "dashboardLink",
"id": "system-5517a150-f9ce-11e6-8115-a7c18106d86a",
"options": {
"openInNewTab": false,
"useCurrentDateRange": true,
"useCurrentFilters": false
},
"order": 2,
"destinationRefName": "link_system-5517a150-f9ce-11e6-8115-a7c18106d86a_dashboard"
},
{
"label": "New users and groups",
"type": "dashboardLink",
"id": "system-0d3f2380-fa78-11e6-ae9b-81e5311e8cab",
"options": {
"openInNewTab": false,
"useCurrentDateRange": true,
"useCurrentFilters": false
},
"order": 3,
"destinationRefName": "link_system-0d3f2380-fa78-11e6-ae9b-81e5311e8cab_dashboard"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,27 +52,47 @@
"label": "Syslog",
"type": "dashboardLink",
"id": "system-Logs-syslog-dashboard",
"options": {
"openInNewTab": false,
"useCurrentDateRange": true,
"useCurrentFilters": false
},
"order": 0,
"destinationRefName": "link_system-Logs-syslog-dashboard_dashboard"
},
{
"label": "Sudo commands",
"type": "dashboardLink",
"id": "system-277876d0-fa2c-11e6-bbd3-29c986c96e5a",
"options": {
"openInNewTab": false,
"useCurrentDateRange": true,
"useCurrentFilters": false
},
"order": 1,
"destinationRefName": "link_system-277876d0-fa2c-11e6-bbd3-29c986c96e5a_dashboard"
},
{
"label": "SSH logins",
"type": "dashboardLink",
"id": "system-5517a150-f9ce-11e6-8115-a7c18106d86a",
"options": {
"openInNewTab": false,
"useCurrentDateRange": true,
"useCurrentFilters": false
},
"order": 2,
"destinationRefName": "link_system-5517a150-f9ce-11e6-8115-a7c18106d86a_dashboard"
},
{
"label": "New users and groups",
"type": "dashboardLink",
"id": "system-0d3f2380-fa78-11e6-ae9b-81e5311e8cab",
"options": {
"openInNewTab": false,
"useCurrentDateRange": true,
"useCurrentFilters": false
},
"order": 3,
"destinationRefName": "link_system-0d3f2380-fa78-11e6-ae9b-81e5311e8cab_dashboard"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/system/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.2
name: system
title: System
version: "2.7.2"
version: "2.7.3"
description: Collect system logs and metrics from your servers with Elastic Agent.
type: integration
categories:
Expand Down