Skip to content

Commit

Permalink
change ingore_above to 8192
Browse files Browse the repository at this point in the history
  • Loading branch information
AsuNa-jp committed Jun 27, 2024
1 parent b6232b7 commit 9044e9b
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 30 deletions.
12 changes: 6 additions & 6 deletions generated/beats/fields.ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2926,14 +2926,14 @@
- name: origin_referrer_url
level: extended
type: keyword
ignore_above: 1024
ignore_above: 8192
description: The url of the webpage that linked to the file.
example: https://example.com
default_field: false
- name: origin_url
level: extended
type: keyword
ignore_above: 1024
ignore_above: 8192
description: The url where the file is hosted.
example: https://example.com/file.zip
default_field: false
Expand Down Expand Up @@ -9536,14 +9536,14 @@
- name: enrichments.indicator.file.origin_referrer_url
level: extended
type: keyword
ignore_above: 1024
ignore_above: 8192
description: The url of the webpage that linked to the file.
example: https://example.com
default_field: false
- name: enrichments.indicator.file.origin_url
level: extended
type: keyword
ignore_above: 1024
ignore_above: 8192
description: The url where the file is hosted.
example: https://example.com/file.zip
default_field: false
Expand Down Expand Up @@ -11157,14 +11157,14 @@
- name: indicator.file.origin_referrer_url
level: extended
type: keyword
ignore_above: 1024
ignore_above: 8192
description: The url of the webpage that linked to the file.
example: https://example.com
default_field: false
- name: indicator.file.origin_url
level: extended
type: keyword
ignore_above: 1024
ignore_above: 8192
description: The url where the file is hosted.
example: https://example.com/file.zip
default_field: false
Expand Down
12 changes: 6 additions & 6 deletions generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4821,7 +4821,7 @@ file.origin_referrer_url:
description: The url of the webpage that linked to the file.
example: https://example.com
flat_name: file.origin_referrer_url
ignore_above: 1024
ignore_above: 8192
level: extended
name: origin_referrer_url
normalize: []
Expand All @@ -4832,7 +4832,7 @@ file.origin_url:
description: The url where the file is hosted.
example: https://example.com/file.zip
flat_name: file.origin_url
ignore_above: 1024
ignore_above: 8192
level: extended
name: origin_url
normalize: []
Expand Down Expand Up @@ -15406,7 +15406,7 @@ threat.enrichments.indicator.file.origin_referrer_url:
description: The url of the webpage that linked to the file.
example: https://example.com
flat_name: threat.enrichments.indicator.file.origin_referrer_url
ignore_above: 1024
ignore_above: 8192
level: extended
name: origin_referrer_url
normalize: []
Expand All @@ -15418,7 +15418,7 @@ threat.enrichments.indicator.file.origin_url:
description: The url where the file is hosted.
example: https://example.com/file.zip
flat_name: threat.enrichments.indicator.file.origin_url
ignore_above: 1024
ignore_above: 8192
level: extended
name: origin_url
normalize: []
Expand Down Expand Up @@ -18140,7 +18140,7 @@ threat.indicator.file.origin_referrer_url:
description: The url of the webpage that linked to the file.
example: https://example.com
flat_name: threat.indicator.file.origin_referrer_url
ignore_above: 1024
ignore_above: 8192
level: extended
name: origin_referrer_url
normalize: []
Expand All @@ -18152,7 +18152,7 @@ threat.indicator.file.origin_url:
description: The url where the file is hosted.
example: https://example.com/file.zip
flat_name: threat.indicator.file.origin_url
ignore_above: 1024
ignore_above: 8192
level: extended
name: origin_url
normalize: []
Expand Down
12 changes: 6 additions & 6 deletions generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5845,7 +5845,7 @@ file:
description: The url of the webpage that linked to the file.
example: https://example.com
flat_name: file.origin_referrer_url
ignore_above: 1024
ignore_above: 8192
level: extended
name: origin_referrer_url
normalize: []
Expand All @@ -5856,7 +5856,7 @@ file:
description: The url where the file is hosted.
example: https://example.com/file.zip
flat_name: file.origin_url
ignore_above: 1024
ignore_above: 8192
level: extended
name: origin_url
normalize: []
Expand Down Expand Up @@ -18060,7 +18060,7 @@ threat:
description: The url of the webpage that linked to the file.
example: https://example.com
flat_name: threat.enrichments.indicator.file.origin_referrer_url
ignore_above: 1024
ignore_above: 8192
level: extended
name: origin_referrer_url
normalize: []
Expand All @@ -18072,7 +18072,7 @@ threat:
description: The url where the file is hosted.
example: https://example.com/file.zip
flat_name: threat.enrichments.indicator.file.origin_url
ignore_above: 1024
ignore_above: 8192
level: extended
name: origin_url
normalize: []
Expand Down Expand Up @@ -20800,7 +20800,7 @@ threat:
description: The url of the webpage that linked to the file.
example: https://example.com
flat_name: threat.indicator.file.origin_referrer_url
ignore_above: 1024
ignore_above: 8192
level: extended
name: origin_referrer_url
normalize: []
Expand All @@ -20812,7 +20812,7 @@ threat:
description: The url where the file is hosted.
example: https://example.com/file.zip
flat_name: threat.indicator.file.origin_url
ignore_above: 1024
ignore_above: 8192
level: extended
name: origin_url
normalize: []
Expand Down
4 changes: 2 additions & 2 deletions generated/elasticsearch/composable/component/file.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,11 @@
"type": "keyword"
},
"origin_referrer_url": {
"ignore_above": 1024,
"ignore_above": 8192,
"type": "keyword"
},
"origin_url": {
"ignore_above": 1024,
"ignore_above": 8192,
"type": "keyword"
},
"owner": {
Expand Down
8 changes: 4 additions & 4 deletions generated/elasticsearch/composable/component/threat.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,11 +325,11 @@
"type": "keyword"
},
"origin_referrer_url": {
"ignore_above": 1024,
"ignore_above": 8192,
"type": "keyword"
},
"origin_url": {
"ignore_above": 1024,
"ignore_above": 8192,
"type": "keyword"
},
"owner": {
Expand Down Expand Up @@ -1254,11 +1254,11 @@
"type": "keyword"
},
"origin_referrer_url": {
"ignore_above": 1024,
"ignore_above": 8192,
"type": "keyword"
},
"origin_url": {
"ignore_above": 1024,
"ignore_above": 8192,
"type": "keyword"
},
"owner": {
Expand Down
12 changes: 6 additions & 6 deletions generated/elasticsearch/legacy/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -1635,11 +1635,11 @@
"type": "keyword"
},
"origin_referrer_url": {
"ignore_above": 1024,
"ignore_above": 8192,
"type": "keyword"
},
"origin_url": {
"ignore_above": 1024,
"ignore_above": 8192,
"type": "keyword"
},
"owner": {
Expand Down Expand Up @@ -5508,11 +5508,11 @@
"type": "keyword"
},
"origin_referrer_url": {
"ignore_above": 1024,
"ignore_above": 8192,
"type": "keyword"
},
"origin_url": {
"ignore_above": 1024,
"ignore_above": 8192,
"type": "keyword"
},
"owner": {
Expand Down Expand Up @@ -6437,11 +6437,11 @@
"type": "keyword"
},
"origin_referrer_url": {
"ignore_above": 1024,
"ignore_above": 8192,
"type": "keyword"
},
"origin_url": {
"ignore_above": 1024,
"ignore_above": 8192,
"type": "keyword"
},
"owner": {
Expand Down

0 comments on commit 9044e9b

Please sign in to comment.