Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve alerts summary performance #4376

Merged
merged 14 commits into from
Sep 8, 2022
Merged
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ All notable changes to the Wazuh app project will be documented in this file.
### Changed

- Changed the HTTP verb from `GET` to `POST` in the requests to login to the Wazuh API [#4103](https://github.com/wazuh/wazuh-kibana-app/pull/4103)
- Improve alerts summary performance [#4376](https://github.com/wazuh/wazuh-kibana-app/pull/4376)
- Endpoint `/agents/summary/status` response was adapted. [#3874](https://github.com/wazuh/wazuh-kibana-app/pull/3874)

## Wazuh v4.3.7 - Kibana 7.10.2, 7.16.x, 7.17.x - Revision 4308
Expand Down
168 changes: 0 additions & 168 deletions public/components/visualize/agent-visualizations.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Agents-General-Alerts-summary',
width: 60
},
{
title: 'Groups summary',
id: 'Wazuh-App-Agents-General-Groups-summary',
width: 40
}
]
}
]
},
aws: {
Expand Down Expand Up @@ -112,15 +97,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Agents-AWS-Alerts-summary'
}
]
}
]
},
fim: {
Expand Down Expand Up @@ -165,15 +141,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Agents-FIM-Alerts-summary'
}
]
}
]
},
gcp: {
Expand Down Expand Up @@ -228,15 +195,6 @@ export const agentVisualizations = {
},
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Agents-GCP-Alerts-summary'
}
]
}
]
},
pci: {
Expand Down Expand Up @@ -276,15 +234,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Agents-PCI-Last-alerts'
}
]
}
]
},
gdpr: {
Expand Down Expand Up @@ -324,15 +273,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Agents-GDPR-Last-alerts'
}
]
}
]
},
nist: {
Expand Down Expand Up @@ -366,15 +306,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Agents-NIST-Last-alerts'
}
]
}
]
},
tsc: {
Expand Down Expand Up @@ -414,15 +345,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Overview-TSC-Alerts-summary'
}
]
}
]
},
hipaa: {
Expand Down Expand Up @@ -462,15 +384,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Agents-HIPAA-Last-alerts'
}
]
}
]
},
virustotal: {
Expand Down Expand Up @@ -499,15 +412,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Agents-Virustotal-Alerts-summary'
}
]
}
]
},
osquery: {
Expand Down Expand Up @@ -542,15 +446,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Overview-Osquery-Alerts-summary'
}
]
}
]
},
mitre: {
Expand Down Expand Up @@ -590,15 +485,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Agents-MITRE-Alerts-summary'
}
]
}
]
},
docker: {
Expand Down Expand Up @@ -632,15 +518,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Agents-Docker-Events-summary'
}
]
}
]
},
oscap: {
Expand Down Expand Up @@ -694,15 +571,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Agents-OSCAP-Last-alerts'
}
]
}
]
},
ciscat: {
Expand All @@ -722,15 +590,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-app-Agents-CISCAT-alerts-summary'
}
]
}
]
},
pm: {
Expand Down Expand Up @@ -759,15 +618,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Agents-PM-Alerts-summary'
}
]
}
]
},
audit: {
Expand Down Expand Up @@ -801,15 +651,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Agents-Audit-Last-alerts'
}
]
}
]
},
github: {
Expand Down Expand Up @@ -844,15 +685,6 @@ export const agentVisualizations = {
}
]
},
{
hide: true,
vis: [
{
title: 'Alerts summary',
id: 'Wazuh-App-Overview-GitHub-Alert-Summary',
}
]
}
]
},
};
Loading