Skip to content

Commit

Permalink
fix on fields
Browse files Browse the repository at this point in the history
  • Loading branch information
LenaigKaliou committed Dec 10, 2024
1 parent 2e73fb7 commit 1757251
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 44 deletions.
12 changes: 6 additions & 6 deletions Cisco/cisco-esa/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ cisco.esa.status:
name: cisco.esa.status
type: keyword

cisco.esa.url.domain:
description: the declaration of the cisco urls domains
name: cisco.esa.url.domain
cisco.esa.url:
description: the declaration of the cisco urls
name: cisco.esa.url
type: keyword

cisco.esa.url.full:
description: the declaration of the cisco urls
name: cisco.esa.url.full
cisco.esa.url_domain:
description: ''
name: cisco.esa.url_domain
type: keyword

email.attachments:
Expand Down
18 changes: 8 additions & 10 deletions Cisco/cisco-esa/tests/test_attachments_details.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,14 @@
"age": "30 days (or greater)"
}
},
"url": {
"domain": [
"schemas.microsoft.com",
"www.w3.org"
],
"full": [
"http://schemas.microsoft.com/office/2004/12/omml",
"http://www.w3.org/TR/REC-html40"
]
}
"url": [
"http://schemas.microsoft.com/office/2004/12/omml",
"http://www.w3.org/TR/REC-html40"
],
"url_domain": [
"schemas.microsoft.com",
"www.w3.org"
]
}
},
"email": {
Expand Down
18 changes: 8 additions & 10 deletions Cisco/cisco-esa/tests/test_ingest_log2.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,14 @@
"age": "9 years 3 months 14 days"
}
},
"url": {
"domain": [
"bce-demo.appc.cisco.com",
"mandrill.appc.cisco.com"
],
"full": [
"http://mandrill.appc.cisco.com/track/open.php?u=30372747&id=d57275a6c9df40418a90fd977e3bf506",
"https://bce-demo.appc.cisco.com/sensors/a7b04388-0f6e-11e9-8def-0242ac110002"
]
}
"url": [
"http://mandrill.appc.cisco.com/track/open.php?u=30372747&id=d57275a6c9df40418a90fd977e3bf506",
"https://bce-demo.appc.cisco.com/sensors/a7b04388-0f6e-11e9-8def-0242ac110002"
],
"url_domain": [
"bce-demo.appc.cisco.com",
"mandrill.appc.cisco.com"
]
}
},
"email": {
Expand Down
26 changes: 12 additions & 14 deletions Cisco/cisco-esa/tests/test_ingest_log5.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,18 @@
"age": "30 days (or greater)"
}
},
"url": {
"domain": [
"",
"facebook.com",
"tiktok.com",
"tinyurl.es"
],
"full": [
"https://facebook.com/u/john.doe",
"https://tiktok.com",
"https://tinyurl.es/tbdra",
"www.twitter.com"
]
}
"url": [
"https://facebook.com/u/john.doe",
"https://tiktok.com",
"https://tinyurl.es/tbdra",
"www.twitter.com"
],
"url_domain": [
"",
"facebook.com",
"tiktok.com",
"tinyurl.es"
]
}
},
"email": {
Expand Down
6 changes: 2 additions & 4 deletions Cisco/cisco-esa/tests/test_ingest_log7.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@
"age": "30 days (or greater)"
}
},
"url": {
"domain": [],
"full": []
}
"url": [],
"url_domain": []
}
},
"email": {
Expand Down

0 comments on commit 1757251

Please sign in to comment.