mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
Removed redundant if statement
This commit is contained in:
parent
65ed3fb562
commit
cfab7d019d
@ -275,8 +275,6 @@ class WazuhElastic {
|
||||
|
||||
bulk_content["type"] = element._type;
|
||||
bulk_content.visualization.description = timestamp;
|
||||
if(clusterName && element._source.title.toLowerCase().includes('agents status')){
|
||||
}
|
||||
body += JSON.stringify(bulk_content) + "\n";
|
||||
}
|
||||
return body;
|
||||
|
Loading…
Reference in New Issue
Block a user