Skip to content

Commit

Permalink
align artifacts with master
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeahan committed Jun 28, 2021
1 parent fe01a49 commit 291b471
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions generated/beats/fields.ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6046,11 +6046,13 @@
level: core
type: keyword
ignore_above: 1024
description: 'Raw text message of entire event. Used to demonstrate log integrity.
description: 'Raw text message of entire event. Used to demonstrate log integrity or
where the full log message (before splitting it up in multiple parts) may
be required, e.g. for reindex.
This field is not indexed and doc_values are disabled. It cannot be searched,
but it can be retrieved from `_source`. If users wish to override this and
index this field, consider using the wildcard data type.'
index this field, please see `Field data types` in the `Elasticsearch Reference`.'
example: Sep 19 08:26:10 host CEF:0|Security| threatmanager|1.0|100|
worm successfully stopped|10|src=10.0.0.1 dst=2.1.2.2spt=1232
index: false
Expand Down
6 changes: 4 additions & 2 deletions generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9031,11 +9031,13 @@ threat.enrichments.event.module:
type: keyword
threat.enrichments.event.original:
dashed_name: threat-enrichments-event-original
description: 'Raw text message of entire event. Used to demonstrate log integrity.
description: 'Raw text message of entire event. Used to demonstrate log integrity or
where the full log message (before splitting it up in multiple parts) may be
required, e.g. for reindex.
This field is not indexed and doc_values are disabled. It cannot be searched,
but it can be retrieved from `_source`. If users wish to override this and index
this field, consider using the wildcard data type.'
this field, please see `Field data types` in the `Elasticsearch Reference`.'
doc_values: false
example: Sep 19 08:26:10 host CEF:0|Security| threatmanager|1.0|100|
worm successfully stopped|10|src=10.0.0.1 dst=2.1.2.2spt=1232
Expand Down
6 changes: 4 additions & 2 deletions generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10716,11 +10716,13 @@ threat:
type: keyword
threat.enrichments.event.original:
dashed_name: threat-enrichments-event-original
description: 'Raw text message of entire event. Used to demonstrate log integrity.
description: 'Raw text message of entire event. Used to demonstrate log integrity or
where the full log message (before splitting it up in multiple parts) may
be required, e.g. for reindex.

This field is not indexed and doc_values are disabled. It cannot be searched,
but it can be retrieved from `_source`. If users wish to override this and
index this field, consider using the wildcard data type.'
index this field, please see `Field data types` in the `Elasticsearch Reference`.'
doc_values: false
example: Sep 19 08:26:10 host CEF:0|Security| threatmanager|1.0|100|
worm successfully stopped|10|src=10.0.0.1 dst=2.1.2.2spt=1232
Expand Down

0 comments on commit 291b471

Please sign in to comment.