mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +00:00
66 lines
1.9 KiB
JavaScript
66 lines
1.9 KiB
JavaScript
/*
|
|
* Wazuh app - Tab name equivalence
|
|
* Copyright (C) 2015-2019 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 const TabNames = {
|
|
welcome: 'Welcome',
|
|
general: 'Security events',
|
|
fim: 'Integrity monitoring',
|
|
pm: 'Policy monitoring',
|
|
vuls: 'Vulnerabilities',
|
|
oscap: 'OpenSCAP',
|
|
audit: 'System auditing',
|
|
ciscat: 'CIS-CAT',
|
|
pci: 'PCI DSS',
|
|
gdpr: 'GDPR',
|
|
aws: 'Amazon AWS',
|
|
virustotal: 'VirusTotal',
|
|
configuration: 'Configuration',
|
|
syscollector: 'Inventory data',
|
|
api: 'API configuration',
|
|
extensions: 'Extensions',
|
|
pattern: 'Index pattern',
|
|
about: 'About',
|
|
status: 'Status',
|
|
ruleset: 'Ruleset',
|
|
rules: 'Rules',
|
|
decoders: 'Decoders',
|
|
logs: 'Logs',
|
|
groups: 'Groups',
|
|
monitoring: 'Cluster',
|
|
reporting: 'Reporting',
|
|
'registration-service': 'Registration service',
|
|
cluster: 'Cluster',
|
|
'wazuh-modules': 'Wazuh modules',
|
|
'active-response': 'Active response',
|
|
integrations: 'Integrations',
|
|
'database-output': 'Database output',
|
|
alerts: 'Alerts',
|
|
'global-configuration': 'Global configuration',
|
|
'integrity-monitoring': 'Integrity monitoring',
|
|
'policy-monitoring': 'Policy monitoring',
|
|
'log-collection': 'Log collection',
|
|
agentless: 'Agentless',
|
|
inventory: 'Inventory',
|
|
osquery: 'Osquery',
|
|
'open-scap': 'OpenSCAP',
|
|
'cis-cat': 'CIS-CAT',
|
|
'vulnerability-detector': 'Vulnerabilities',
|
|
'aws-s3': 'Amazon S3',
|
|
command: 'Wazuh commands',
|
|
client: 'Client configuration',
|
|
edition: 'Edit node configuration',
|
|
'client-buffer': 'Anti-flooding settings',
|
|
sca: 'SCA',
|
|
'docker-listener': 'Docker listener',
|
|
docker: 'Docker listener'
|
|
};
|