wazuh-kibana-app/util/csv-key-equivalence.js
2018-07-20 11:26:29 +02:00

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'
};