Skip to content

Commit 8e889f8

Browse files
committed
update experimental artifacts
1 parent 9d844d4 commit 8e889f8

File tree

5 files changed

+43
-71
lines changed

5 files changed

+43
-71
lines changed

experimental/generated/beats/fields.ecs.yml

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -917,8 +917,7 @@
917917
default_field: false
918918
- name: pe.original_file_name
919919
level: extended
920-
type: keyword
921-
ignore_above: 1024
920+
type: wildcard
922921
description: Internal name of the file, provided at compile-time.
923922
example: MSPAINT.EXE
924923
default_field: false
@@ -1297,7 +1296,7 @@
12971296
but it can be retrieved from `_source`.'
12981297
example: Sep 19 08:26:10 host CEF:0|Security| threatmanager|1.0|100|
12991298
worm successfully stopped|10|src=10.0.0.1 dst=2.1.2.2spt=1232
1300-
index: true
1299+
index: false
13011300
- name: outcome
13021301
level: core
13031302
type: keyword
@@ -1664,8 +1663,7 @@
16641663
default_field: false
16651664
- name: pe.original_file_name
16661665
level: extended
1667-
type: keyword
1668-
ignore_above: 1024
1666+
type: wildcard
16691667
description: Internal name of the file, provided at compile-time.
16701668
example: MSPAINT.EXE
16711669
default_field: false
@@ -2285,8 +2283,7 @@
22852283
default_field: false
22862284
- name: request.referrer
22872285
level: extended
2288-
type: keyword
2289-
ignore_above: 1024
2286+
type: wildcard
22902287
description: Referrer for this HTTP request.
22912288
example: https://blog.example.com/
22922289
- name: response.body.bytes
@@ -3138,8 +3135,7 @@
31383135
default_field: false
31393136
- name: original_file_name
31403137
level: extended
3141-
type: keyword
3142-
ignore_above: 1024
3138+
type: wildcard
31433139
description: Internal name of the file, provided at compile-time.
31443140
example: MSPAINT.EXE
31453141
default_field: false
@@ -3290,8 +3286,7 @@
32903286
description: SHA512 hash.
32913287
- name: name
32923288
level: extended
3293-
type: keyword
3294-
ignore_above: 1024
3289+
type: wildcard
32953290
multi_fields:
32963291
- name: text
32973292
type: text
@@ -3436,8 +3431,7 @@
34363431
default_field: false
34373432
- name: parent.name
34383433
level: extended
3439-
type: keyword
3440-
ignore_above: 1024
3434+
type: wildcard
34413435
multi_fields:
34423436
- name: text
34433437
type: text
@@ -3488,8 +3482,7 @@
34883482
default_field: false
34893483
- name: parent.pe.original_file_name
34903484
level: extended
3491-
type: keyword
3492-
ignore_above: 1024
3485+
type: wildcard
34933486
description: Internal name of the file, provided at compile-time.
34943487
example: MSPAINT.EXE
34953488
default_field: false
@@ -3609,8 +3602,7 @@
36093602
default_field: false
36103603
- name: pe.original_file_name
36113604
level: extended
3612-
type: keyword
3613-
ignore_above: 1024
3605+
type: wildcard
36143606
description: Internal name of the file, provided at compile-time.
36153607
example: MSPAINT.EXE
36163608
default_field: false

experimental/generated/csv/fields.csv

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ECS_Version,Indexed,Field_Set,Field,Type,Level,Normalization,Example,Description
109109
2.0.0-dev,true,dll,dll.pe.description,keyword,extended,,Paint,"Internal description of the file, provided at compile-time."
110110
2.0.0-dev,true,dll,dll.pe.file_version,keyword,extended,,6.3.9600.17415,Process name.
111111
2.0.0-dev,true,dll,dll.pe.imphash,keyword,extended,,0c6803c4e922103c4dca5963aad36ddf,A hash of the imports in a PE file.
112-
2.0.0-dev,true,dll,dll.pe.original_file_name,keyword,extended,,MSPAINT.EXE,"Internal name of the file, provided at compile-time."
112+
2.0.0-dev,true,dll,dll.pe.original_file_name,wildcard,extended,,MSPAINT.EXE,"Internal name of the file, provided at compile-time."
113113
2.0.0-dev,true,dll,dll.pe.product,keyword,extended,,Microsoft® Windows® Operating System,"Internal product name of the file, provided at compile-time."
114114
2.0.0-dev,true,dns,dns.answers.class,keyword,extended,,IN,The class of DNS data contained in this resource record.
115115
2.0.0-dev,true,dns,dns.answers.data,wildcard,extended,,10.10.10.10,The data describing the resource.
@@ -147,7 +147,7 @@ ECS_Version,Indexed,Field_Set,Field,Type,Level,Normalization,Example,Description
147147
2.0.0-dev,true,event,event.ingested,date,core,,2016-05-23T08:05:35.101Z,Timestamp when an event arrived in the central data store.
148148
2.0.0-dev,true,event,event.kind,keyword,core,,alert,The kind of the event. The highest categorization field in the hierarchy.
149149
2.0.0-dev,true,event,event.module,keyword,core,,apache,Name of the module this data is coming from.
150-
2.0.0-dev,true,event,event.original,wildcard,core,,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,Raw text message of entire event.
150+
2.0.0-dev,false,event,event.original,wildcard,core,,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,Raw text message of entire event.
151151
2.0.0-dev,true,event,event.outcome,keyword,core,,success,The outcome of the event. The lowest level categorization field in the hierarchy.
152152
2.0.0-dev,true,event,event.provider,keyword,extended,,kernel,Source of the event.
153153
2.0.0-dev,true,event,event.reason,keyword,extended,,Terminated an unexpected process,"Reason why this event happened, according to the source"
@@ -192,7 +192,7 @@ ECS_Version,Indexed,Field_Set,Field,Type,Level,Normalization,Example,Description
192192
2.0.0-dev,true,file,file.pe.description,keyword,extended,,Paint,"Internal description of the file, provided at compile-time."
193193
2.0.0-dev,true,file,file.pe.file_version,keyword,extended,,6.3.9600.17415,Process name.
194194
2.0.0-dev,true,file,file.pe.imphash,keyword,extended,,0c6803c4e922103c4dca5963aad36ddf,A hash of the imports in a PE file.
195-
2.0.0-dev,true,file,file.pe.original_file_name,keyword,extended,,MSPAINT.EXE,"Internal name of the file, provided at compile-time."
195+
2.0.0-dev,true,file,file.pe.original_file_name,wildcard,extended,,MSPAINT.EXE,"Internal name of the file, provided at compile-time."
196196
2.0.0-dev,true,file,file.pe.product,keyword,extended,,Microsoft® Windows® Operating System,"Internal product name of the file, provided at compile-time."
197197
2.0.0-dev,true,file,file.size,long,extended,,16384,File size in bytes.
198198
2.0.0-dev,true,file,file.target_path,wildcard,extended,,,Target path for symlinks.
@@ -269,7 +269,7 @@ ECS_Version,Indexed,Field_Set,Field,Type,Level,Normalization,Example,Description
269269
2.0.0-dev,true,http,http.request.bytes,long,extended,,1437,Total size in bytes of the request (body and headers).
270270
2.0.0-dev,true,http,http.request.method,keyword,extended,,"GET, POST, PUT, PoST",HTTP request method.
271271
2.0.0-dev,true,http,http.request.mime_type,keyword,extended,,image/gif,Mime type of the body of the request.
272-
2.0.0-dev,true,http,http.request.referrer,keyword,extended,,https://blog.example.com/,Referrer for this HTTP request.
272+
2.0.0-dev,true,http,http.request.referrer,wildcard,extended,,https://blog.example.com/,Referrer for this HTTP request.
273273
2.0.0-dev,true,http,http.response.body.bytes,long,extended,,887,Size in bytes of the response body.
274274
2.0.0-dev,true,http,http.response.body.content,wildcard,extended,,Hello world,The full HTTP response body.
275275
2.0.0-dev,true,http,http.response.body.content.text,text,extended,,Hello world,The full HTTP response body.
@@ -378,7 +378,7 @@ ECS_Version,Indexed,Field_Set,Field,Type,Level,Normalization,Example,Description
378378
2.0.0-dev,true,process,process.hash.sha1,keyword,extended,,,SHA1 hash.
379379
2.0.0-dev,true,process,process.hash.sha256,keyword,extended,,,SHA256 hash.
380380
2.0.0-dev,true,process,process.hash.sha512,keyword,extended,,,SHA512 hash.
381-
2.0.0-dev,true,process,process.name,keyword,extended,,ssh,Process name.
381+
2.0.0-dev,true,process,process.name,wildcard,extended,,ssh,Process name.
382382
2.0.0-dev,true,process,process.name.text,text,extended,,ssh,Process name.
383383
2.0.0-dev,true,process,process.parent.args,keyword,extended,array,"[""/usr/bin/ssh"", ""-l"", ""user"", ""10.0.0.16""]",Array of process arguments.
384384
2.0.0-dev,true,process,process.parent.args_count,long,extended,,4,Length of the process.args array.
@@ -397,14 +397,14 @@ ECS_Version,Indexed,Field_Set,Field,Type,Level,Normalization,Example,Description
397397
2.0.0-dev,true,process,process.parent.hash.sha1,keyword,extended,,,SHA1 hash.
398398
2.0.0-dev,true,process,process.parent.hash.sha256,keyword,extended,,,SHA256 hash.
399399
2.0.0-dev,true,process,process.parent.hash.sha512,keyword,extended,,,SHA512 hash.
400-
2.0.0-dev,true,process,process.parent.name,keyword,extended,,ssh,Process name.
400+
2.0.0-dev,true,process,process.parent.name,wildcard,extended,,ssh,Process name.
401401
2.0.0-dev,true,process,process.parent.name.text,text,extended,,ssh,Process name.
402402
2.0.0-dev,true,process,process.parent.pe.architecture,keyword,extended,,x64,CPU architecture target for the file.
403403
2.0.0-dev,true,process,process.parent.pe.company,keyword,extended,,Microsoft Corporation,"Internal company name of the file, provided at compile-time."
404404
2.0.0-dev,true,process,process.parent.pe.description,keyword,extended,,Paint,"Internal description of the file, provided at compile-time."
405405
2.0.0-dev,true,process,process.parent.pe.file_version,keyword,extended,,6.3.9600.17415,Process name.
406406
2.0.0-dev,true,process,process.parent.pe.imphash,keyword,extended,,0c6803c4e922103c4dca5963aad36ddf,A hash of the imports in a PE file.
407-
2.0.0-dev,true,process,process.parent.pe.original_file_name,keyword,extended,,MSPAINT.EXE,"Internal name of the file, provided at compile-time."
407+
2.0.0-dev,true,process,process.parent.pe.original_file_name,wildcard,extended,,MSPAINT.EXE,"Internal name of the file, provided at compile-time."
408408
2.0.0-dev,true,process,process.parent.pe.product,keyword,extended,,Microsoft® Windows® Operating System,"Internal product name of the file, provided at compile-time."
409409
2.0.0-dev,true,process,process.parent.pgid,long,extended,,,Identifier of the group of processes the process belongs to.
410410
2.0.0-dev,true,process,process.parent.pid,long,core,,4242,Process id.
@@ -422,7 +422,7 @@ ECS_Version,Indexed,Field_Set,Field,Type,Level,Normalization,Example,Description
422422
2.0.0-dev,true,process,process.pe.description,keyword,extended,,Paint,"Internal description of the file, provided at compile-time."
423423
2.0.0-dev,true,process,process.pe.file_version,keyword,extended,,6.3.9600.17415,Process name.
424424
2.0.0-dev,true,process,process.pe.imphash,keyword,extended,,0c6803c4e922103c4dca5963aad36ddf,A hash of the imports in a PE file.
425-
2.0.0-dev,true,process,process.pe.original_file_name,keyword,extended,,MSPAINT.EXE,"Internal name of the file, provided at compile-time."
425+
2.0.0-dev,true,process,process.pe.original_file_name,wildcard,extended,,MSPAINT.EXE,"Internal name of the file, provided at compile-time."
426426
2.0.0-dev,true,process,process.pe.product,keyword,extended,,Microsoft® Windows® Operating System,"Internal product name of the file, provided at compile-time."
427427
2.0.0-dev,true,process,process.pgid,long,extended,,,Identifier of the group of processes the process belongs to.
428428
2.0.0-dev,true,process,process.pid,long,core,,4242,Process id.

experimental/generated/ecs/ecs_flat.yml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,13 +1264,12 @@ dll.pe.original_file_name:
12641264
description: Internal name of the file, provided at compile-time.
12651265
example: MSPAINT.EXE
12661266
flat_name: dll.pe.original_file_name
1267-
ignore_above: 1024
12681267
level: extended
12691268
name: original_file_name
12701269
normalize: []
12711270
original_fieldset: pe
12721271
short: Internal name of the file, provided at compile-time.
1273-
type: keyword
1272+
type: wildcard
12741273
dll.pe.product:
12751274
dashed_name: dll-pe-product
12761275
description: Internal product name of the file, provided at compile-time.
@@ -1984,7 +1983,7 @@ event.original:
19841983
example: Sep 19 08:26:10 host CEF:0|Security| threatmanager|1.0|100|
19851984
worm successfully stopped|10|src=10.0.0.1 dst=2.1.2.2spt=1232
19861985
flat_name: event.original
1987-
index: true
1986+
index: false
19881987
level: core
19891988
name: original
19901989
normalize: []
@@ -2693,13 +2692,12 @@ file.pe.original_file_name:
26932692
description: Internal name of the file, provided at compile-time.
26942693
example: MSPAINT.EXE
26952694
flat_name: file.pe.original_file_name
2696-
ignore_above: 1024
26972695
level: extended
26982696
name: original_file_name
26992697
normalize: []
27002698
original_fieldset: pe
27012699
short: Internal name of the file, provided at compile-time.
2702-
type: keyword
2700+
type: wildcard
27032701
file.pe.product:
27042702
dashed_name: file-pe-product
27052703
description: Internal product name of the file, provided at compile-time.
@@ -3587,12 +3585,11 @@ http.request.referrer:
35873585
description: Referrer for this HTTP request.
35883586
example: https://blog.example.com/
35893587
flat_name: http.request.referrer
3590-
ignore_above: 1024
35913588
level: extended
35923589
name: request.referrer
35933590
normalize: []
35943591
short: Referrer for this HTTP request.
3595-
type: keyword
3592+
type: wildcard
35963593
http.response.body.bytes:
35973594
dashed_name: http-response-body-bytes
35983595
description: Size in bytes of the response body.
@@ -4933,7 +4930,6 @@ process.name:
49334930
Sometimes called program name or similar.'
49344931
example: ssh
49354932
flat_name: process.name
4936-
ignore_above: 1024
49374933
level: extended
49384934
multi_fields:
49394935
- flat_name: process.name.text
@@ -4943,7 +4939,7 @@ process.name:
49434939
name: name
49444940
normalize: []
49454941
short: Process name.
4946-
type: keyword
4942+
type: wildcard
49474943
process.parent.args:
49484944
dashed_name: process-parent-args
49494945
description: 'Array of process arguments, starting with the absolute path to the
@@ -5163,7 +5159,6 @@ process.parent.name:
51635159
Sometimes called program name or similar.'
51645160
example: ssh
51655161
flat_name: process.parent.name
5166-
ignore_above: 1024
51675162
level: extended
51685163
multi_fields:
51695164
- flat_name: process.parent.name.text
@@ -5174,7 +5169,7 @@ process.parent.name:
51745169
normalize: []
51755170
original_fieldset: process
51765171
short: Process name.
5177-
type: keyword
5172+
type: wildcard
51785173
process.parent.pe.architecture:
51795174
dashed_name: process-parent-pe-architecture
51805175
description: CPU architecture target for the file.
@@ -5244,13 +5239,12 @@ process.parent.pe.original_file_name:
52445239
description: Internal name of the file, provided at compile-time.
52455240
example: MSPAINT.EXE
52465241
flat_name: process.parent.pe.original_file_name
5247-
ignore_above: 1024
52485242
level: extended
52495243
name: original_file_name
52505244
normalize: []
52515245
original_fieldset: pe
52525246
short: Internal name of the file, provided at compile-time.
5253-
type: keyword
5247+
type: wildcard
52545248
process.parent.pe.product:
52555249
dashed_name: process-parent-pe-product
52565250
description: Internal product name of the file, provided at compile-time.
@@ -5447,13 +5441,12 @@ process.pe.original_file_name:
54475441
description: Internal name of the file, provided at compile-time.
54485442
example: MSPAINT.EXE
54495443
flat_name: process.pe.original_file_name
5450-
ignore_above: 1024
54515444
level: extended
54525445
name: original_file_name
54535446
normalize: []
54545447
original_fieldset: pe
54555448
short: Internal name of the file, provided at compile-time.
5456-
type: keyword
5449+
type: wildcard
54575450
process.pe.product:
54585451
dashed_name: process-pe-product
54595452
description: Internal product name of the file, provided at compile-time.

0 commit comments

Comments
 (0)