wazuh-kibana-app/server/lib/default-ext.js

21 lines
518 B
JavaScript
Raw Normal View History

2018-05-16 08:49:59 +00:00
/*
* Wazuh app - Default extensions
* Copyright (C) 2018 Wazuh, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* Find more information about this on the LICENSE file.
*/
export default {
2018-09-10 08:32:49 +00:00
audit: true,
pci: true,
oscap: true,
aws: false,
ciscat: false,
virustotal: false,
gdpr: true
};