mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
Add more DTC transition mappings
This commit is contained in:
@@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"_meta": {
|
||||||
|
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-agent.html",
|
||||||
|
"ecs_version": "1.12.2"
|
||||||
|
},
|
||||||
|
"template": {
|
||||||
|
"mappings": {
|
||||||
|
"properties": {
|
||||||
|
"agent": {
|
||||||
|
"properties": {
|
||||||
|
"build": {
|
||||||
|
"properties": {
|
||||||
|
"original": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ephemeral_id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword",
|
||||||
|
"fields": {
|
||||||
|
"keyword": {
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"version": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
434
salt/elasticsearch/templates/component/so/dtc-file-mappings.json
Normal file
434
salt/elasticsearch/templates/component/so/dtc-file-mappings.json
Normal file
@@ -0,0 +1,434 @@
|
|||||||
|
{
|
||||||
|
"_meta": {
|
||||||
|
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-file.html",
|
||||||
|
"ecs_version": "1.12.2"
|
||||||
|
},
|
||||||
|
"template": {
|
||||||
|
"mappings": {
|
||||||
|
"properties": {
|
||||||
|
"file": {
|
||||||
|
"properties": {
|
||||||
|
"accessed": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"attributes": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"code_signature": {
|
||||||
|
"properties": {
|
||||||
|
"digest_algorithm": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"exists": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"signing_id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"status": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"subject_name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"team_id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"timestamp": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"trusted": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"valid": {
|
||||||
|
"type": "boolean"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"created": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"ctime": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"device": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"directory": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"drive_letter": {
|
||||||
|
"ignore_above": 1,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"elf": {
|
||||||
|
"properties": {
|
||||||
|
"architecture": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"byte_order": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"cpu_type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"creation_date": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"exports": {
|
||||||
|
"type": "flattened"
|
||||||
|
},
|
||||||
|
"header": {
|
||||||
|
"properties": {
|
||||||
|
"abi_version": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"class": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"data": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"entrypoint": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"object_version": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"os_abi": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"version": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"imports": {
|
||||||
|
"type": "flattened"
|
||||||
|
},
|
||||||
|
"sections": {
|
||||||
|
"properties": {
|
||||||
|
"chi2": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"entropy": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"flags": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"physical_offset": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"physical_size": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"virtual_address": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"virtual_size": {
|
||||||
|
"type": "long"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "nested"
|
||||||
|
},
|
||||||
|
"segments": {
|
||||||
|
"properties": {
|
||||||
|
"sections": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "nested"
|
||||||
|
},
|
||||||
|
"shared_libraries": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"telfhash": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"extension": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"fork_name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"gid": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"group": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"properties": {
|
||||||
|
"md5": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"sha1": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"sha256": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"sha512": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"ssdeep": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"inode": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"mime_type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword",
|
||||||
|
"fields": {
|
||||||
|
"keyword": {
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mode": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"mtime": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword",
|
||||||
|
"fields": {
|
||||||
|
"keyword": {
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"owner": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"path": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"pe": {
|
||||||
|
"properties": {
|
||||||
|
"architecture": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"company": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"file_version": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"imphash": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"original_file_name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"product": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"size": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"target_path": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"uid": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"x509": {
|
||||||
|
"properties": {
|
||||||
|
"alternative_names": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"issuer": {
|
||||||
|
"properties": {
|
||||||
|
"common_name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"country": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"distinguished_name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"locality": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"organization": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"organizational_unit": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"state_or_province": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"not_after": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"not_before": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"public_key_algorithm": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"public_key_curve": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"public_key_exponent": {
|
||||||
|
"doc_values": false,
|
||||||
|
"index": false,
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"public_key_size": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"serial_number": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"signature_algorithm": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"subject": {
|
||||||
|
"properties": {
|
||||||
|
"common_name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"country": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"distinguished_name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"locality": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"organization": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"organizational_unit": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"state_or_province": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"version_number": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
252
salt/elasticsearch/templates/component/so/dtc-host-mappings.json
Normal file
252
salt/elasticsearch/templates/component/so/dtc-host-mappings.json
Normal file
@@ -0,0 +1,252 @@
|
|||||||
|
{
|
||||||
|
"_meta": {
|
||||||
|
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-host.html",
|
||||||
|
"ecs_version": "1.12.2"
|
||||||
|
},
|
||||||
|
"template": {
|
||||||
|
"mappings": {
|
||||||
|
"properties": {
|
||||||
|
"host": {
|
||||||
|
"properties": {
|
||||||
|
"architecture": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"cpu": {
|
||||||
|
"properties": {
|
||||||
|
"usage": {
|
||||||
|
"scaling_factor": 1000,
|
||||||
|
"type": "scaled_float"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"disk": {
|
||||||
|
"properties": {
|
||||||
|
"read": {
|
||||||
|
"properties": {
|
||||||
|
"bytes": {
|
||||||
|
"type": "long"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"write": {
|
||||||
|
"properties": {
|
||||||
|
"bytes": {
|
||||||
|
"type": "long"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"domain": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"geo": {
|
||||||
|
"properties": {
|
||||||
|
"city_name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"continent_code": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"continent_name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"country_iso_code": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"country_name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"location": {
|
||||||
|
"type": "geo_point"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"postal_code": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"region_iso_code": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"region_name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"timezone": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hostname": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"ip": {
|
||||||
|
"type": "ip"
|
||||||
|
},
|
||||||
|
"mac": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword",
|
||||||
|
"fields": {
|
||||||
|
"keyword": {
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
"properties": {
|
||||||
|
"egress": {
|
||||||
|
"properties": {
|
||||||
|
"bytes": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"packets": {
|
||||||
|
"type": "long"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ingress": {
|
||||||
|
"properties": {
|
||||||
|
"bytes": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"packets": {
|
||||||
|
"type": "long"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"os": {
|
||||||
|
"properties": {
|
||||||
|
"family": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"full": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"kernel": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"platform": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"version": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"uptime": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"user": {
|
||||||
|
"properties": {
|
||||||
|
"domain": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"email": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"full_name": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"group": {
|
||||||
|
"properties": {
|
||||||
|
"domain": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"roles": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,615 @@
|
|||||||
|
{
|
||||||
|
"_meta": {
|
||||||
|
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-process.html",
|
||||||
|
"ecs_version": "1.12.2"
|
||||||
|
},
|
||||||
|
"template": {
|
||||||
|
"mappings": {
|
||||||
|
"properties": {
|
||||||
|
"process": {
|
||||||
|
"properties": {
|
||||||
|
"args": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"args_count": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"code_signature": {
|
||||||
|
"properties": {
|
||||||
|
"digest_algorithm": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"exists": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"signing_id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"status": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"subject_name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"team_id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"timestamp": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"trusted": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"valid": {
|
||||||
|
"type": "boolean"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"command_line": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
},
|
||||||
|
"keyword": {
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "wildcard"
|
||||||
|
},
|
||||||
|
"elf": {
|
||||||
|
"properties": {
|
||||||
|
"architecture": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"byte_order": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"cpu_type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"creation_date": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"exports": {
|
||||||
|
"type": "flattened"
|
||||||
|
},
|
||||||
|
"header": {
|
||||||
|
"properties": {
|
||||||
|
"abi_version": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"class": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"data": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"entrypoint": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"object_version": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"os_abi": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"version": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"imports": {
|
||||||
|
"type": "flattened"
|
||||||
|
},
|
||||||
|
"sections": {
|
||||||
|
"properties": {
|
||||||
|
"chi2": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"entropy": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"flags": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"physical_offset": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"physical_size": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"virtual_address": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"virtual_size": {
|
||||||
|
"type": "long"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "nested"
|
||||||
|
},
|
||||||
|
"segments": {
|
||||||
|
"properties": {
|
||||||
|
"sections": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "nested"
|
||||||
|
},
|
||||||
|
"shared_libraries": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"telfhash": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"entity_id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"executable": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"exit_code": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"properties": {
|
||||||
|
"md5": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"sha1": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"sha256": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"sha512": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"ssdeep": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"parent": {
|
||||||
|
"properties": {
|
||||||
|
"args": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"args_count": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"code_signature": {
|
||||||
|
"properties": {
|
||||||
|
"digest_algorithm": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"exists": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"signing_id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"status": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"subject_name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"team_id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"timestamp": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"trusted": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"valid": {
|
||||||
|
"type": "boolean"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"command_line": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "wildcard"
|
||||||
|
},
|
||||||
|
"elf": {
|
||||||
|
"properties": {
|
||||||
|
"architecture": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"byte_order": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"cpu_type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"creation_date": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"exports": {
|
||||||
|
"type": "flattened"
|
||||||
|
},
|
||||||
|
"header": {
|
||||||
|
"properties": {
|
||||||
|
"abi_version": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"class": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"data": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"entrypoint": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"object_version": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"os_abi": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"version": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"imports": {
|
||||||
|
"type": "flattened"
|
||||||
|
},
|
||||||
|
"sections": {
|
||||||
|
"properties": {
|
||||||
|
"chi2": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"entropy": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"flags": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"physical_offset": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"physical_size": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"virtual_address": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"virtual_size": {
|
||||||
|
"type": "long"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "nested"
|
||||||
|
},
|
||||||
|
"segments": {
|
||||||
|
"properties": {
|
||||||
|
"sections": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": "nested"
|
||||||
|
},
|
||||||
|
"shared_libraries": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"telfhash": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"end": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"entity_id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"executable": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"exit_code": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"properties": {
|
||||||
|
"md5": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"sha1": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"sha256": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"sha512": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"ssdeep": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"pe": {
|
||||||
|
"properties": {
|
||||||
|
"architecture": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"company": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"file_version": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"imphash": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"original_file_name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"product": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pgid": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"pid": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"ppid": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"start": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"thread": {
|
||||||
|
"properties": {
|
||||||
|
"id": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"uptime": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"working_directory": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pe": {
|
||||||
|
"properties": {
|
||||||
|
"architecture": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"company": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"file_version": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"imphash": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"original_file_name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"product": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pgid": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"pid": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"ppid": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"start": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"thread": {
|
||||||
|
"properties": {
|
||||||
|
"id": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"title": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"uptime": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"working_directory": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,66 @@
|
|||||||
|
{
|
||||||
|
"_meta": {
|
||||||
|
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-rule.html",
|
||||||
|
"ecs_version": "1.12.2"
|
||||||
|
},
|
||||||
|
"template": {
|
||||||
|
"mappings": {
|
||||||
|
"properties": {
|
||||||
|
"rule": {
|
||||||
|
"properties": {
|
||||||
|
"author": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"category": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword",
|
||||||
|
"fields": {
|
||||||
|
"keyword": {
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"license": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword",
|
||||||
|
"fields": {
|
||||||
|
"keyword": {
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"reference": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"ruleset": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"uuid": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"version": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
244
salt/elasticsearch/templates/component/so/dtc-user-mappings.json
Normal file
244
salt/elasticsearch/templates/component/so/dtc-user-mappings.json
Normal file
@@ -0,0 +1,244 @@
|
|||||||
|
{
|
||||||
|
"_meta": {
|
||||||
|
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-user.html",
|
||||||
|
"ecs_version": "1.12.2"
|
||||||
|
},
|
||||||
|
"template": {
|
||||||
|
"mappings": {
|
||||||
|
"properties": {
|
||||||
|
"user": {
|
||||||
|
"properties": {
|
||||||
|
"changes": {
|
||||||
|
"properties": {
|
||||||
|
"domain": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"email": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"full_name": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"group": {
|
||||||
|
"properties": {
|
||||||
|
"domain": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"roles": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"domain": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"effective": {
|
||||||
|
"properties": {
|
||||||
|
"domain": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"email": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"full_name": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"group": {
|
||||||
|
"properties": {
|
||||||
|
"domain": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"roles": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"email": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"full_name": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"group": {
|
||||||
|
"properties": {
|
||||||
|
"domain": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"roles": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"properties": {
|
||||||
|
"domain": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"email": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"full_name": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"group": {
|
||||||
|
"properties": {
|
||||||
|
"domain": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hash": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"id": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"fields": {
|
||||||
|
"text": {
|
||||||
|
"type": "match_only_text"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"roles": {
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -54,9 +54,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -64,10 +64,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -76,7 +76,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ i%- set INDEX_SORTING = salt['pillar.get']('elasticsearch:index_sorting', False)
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@ i%- set INDEX_SORTING = salt['pillar.get']('elasticsearch:index_sorting', False)
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@ i%- set INDEX_SORTING = salt['pillar.get']('elasticsearch:index_sorting', False)
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@ i%- set INDEX_SORTING = salt['pillar.get']('elasticsearch:index_sorting', False)
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"composed_of": [
|
"composed_of": [
|
||||||
"agent-mappings",
|
"dtc-agent-mappings",
|
||||||
"base-mappings",
|
"base-mappings",
|
||||||
"client-mappings",
|
"client-mappings",
|
||||||
"cloud-mappings",
|
"cloud-mappings",
|
||||||
@@ -53,9 +53,9 @@
|
|||||||
"ecs-mappings",
|
"ecs-mappings",
|
||||||
"error-mappings",
|
"error-mappings",
|
||||||
"dtc-event-mappings",
|
"dtc-event-mappings",
|
||||||
"file-mappings",
|
"dtc-file-mappings",
|
||||||
"group-mappings",
|
"group-mappings",
|
||||||
"host-mappings",
|
"dtc-host-mappings",
|
||||||
"http-mappings",
|
"http-mappings",
|
||||||
"log-mappings",
|
"log-mappings",
|
||||||
"network-mappings",
|
"network-mappings",
|
||||||
@@ -63,10 +63,10 @@
|
|||||||
"orchestrator-mappings",
|
"orchestrator-mappings",
|
||||||
"organization-mappings",
|
"organization-mappings",
|
||||||
"package-mappings",
|
"package-mappings",
|
||||||
"process-mappings",
|
"dtc-process-mappings",
|
||||||
"registry-mappings",
|
"registry-mappings",
|
||||||
"related-mappings",
|
"related-mappings",
|
||||||
"rule-mappings",
|
"dtc-rule-mappings",
|
||||||
"server-mappings",
|
"server-mappings",
|
||||||
"service-mappings",
|
"service-mappings",
|
||||||
"source-mappings",
|
"source-mappings",
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
"tracing-mappings",
|
"tracing-mappings",
|
||||||
"url-mappings",
|
"url-mappings",
|
||||||
"user_agent-mappings",
|
"user_agent-mappings",
|
||||||
"user-mappings",
|
"dtc-user-mappings",
|
||||||
"vulnerability-mappings",
|
"vulnerability-mappings",
|
||||||
"common-settings",
|
"common-settings",
|
||||||
"common-dynamic-mappings"
|
"common-dynamic-mappings"
|
||||||
|
|||||||
Reference in New Issue
Block a user