mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 18:28:55 +00:00
54 lines
1.4 KiB
JavaScript
54 lines
1.4 KiB
JavaScript
/*
|
|
* Wazuh app - Wazuh CSV column keys
|
|
* 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 {
|
|
id: 'ID',
|
|
timestamp: 'Timestamp',
|
|
url: 'URL',
|
|
version: 'Version',
|
|
'os.name': 'OS name',
|
|
'os.version': 'OS version',
|
|
status: 'Status',
|
|
group: 'Group',
|
|
ip: 'IP',
|
|
description: 'Description',
|
|
tag: 'Tag',
|
|
level: 'Level',
|
|
merged_sum: 'MD5 agent.conf',
|
|
hash: 'MD5 agent.conf',
|
|
conf_sum: 'Group MD5',
|
|
filename: 'File',
|
|
file:'File',
|
|
gdpr: 'GDPR',
|
|
pci: 'PCI',
|
|
groups: 'Groups',
|
|
name: 'Name',
|
|
count: 'Count',
|
|
'details.program_name': 'Program name',
|
|
'details.order': 'Order',
|
|
vendor: 'Vendor',
|
|
type: 'Type',
|
|
architecture: 'Architecture',
|
|
node_name: 'Node',
|
|
dateAdd: 'Registration date',
|
|
manager_host: 'Manager',
|
|
lastKeepAlive: 'Last keep alive',
|
|
os: 'OS',
|
|
path: 'Path',
|
|
details: 'Details',
|
|
position: 'Position',
|
|
configSum: 'Group MD5',
|
|
mergedSum: 'MD5 agent.conf',
|
|
key: 'Key',
|
|
scan_id: 'Scan ID',
|
|
format: 'Format',
|
|
scan_time: 'Scan date'
|
|
}; |