Skip to content

Commit e16e349

Browse files
committed
manually remove the required property from fields
but build tools will likely replace these until fixed
1 parent 745a24e commit e16e349

File tree

15 files changed

+14
-44
lines changed

15 files changed

+14
-44
lines changed

package/endpoint/data_stream/action_responses/fields/fields.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
- name: '@timestamp'
22
level: core
3-
required: true
43
type: date
54
description: 'Date/time when the event originated.
65
@@ -155,10 +154,9 @@
155154
fields:
156155
- name: version
157156
level: core
158-
required: true
159157
type: keyword
160158
ignore_above: 1024
161-
description: 'ECS version this event conforms to. `ecs.version` is a required field and must exist in all events.
159+
description: 'ECS version this event conforms to.
162160
163161
When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events.'
164162
example: 1.0.0

package/endpoint/data_stream/actions/fields/fields.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
- name: '@timestamp'
22
level: core
3-
required: true
43
type: date
54
description: 'Date/time when the event originated.
65
@@ -161,10 +160,9 @@
161160
fields:
162161
- name: version
163162
level: core
164-
required: true
165163
type: keyword
166164
ignore_above: 1024
167-
description: 'ECS version this event conforms to. `ecs.version` is a required field and must exist in all events.
165+
description: 'ECS version this event conforms to.
168166
169167
When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events.'
170168
example: 1.0.0

package/endpoint/data_stream/alerts/fields/fields.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
- name: '@timestamp'
22
level: core
3-
required: true
43
type: date
54
description: 'Date/time when the event originated.
65
@@ -3241,10 +3240,9 @@
32413240
fields:
32423241
- name: version
32433242
level: core
3244-
required: true
32453243
type: keyword
32463244
ignore_above: 1024
3247-
description: 'ECS version this event conforms to. `ecs.version` is a required field and must exist in all events.
3245+
description: 'ECS version this event conforms to.
32483246
32493247
When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events.'
32503248
example: 1.0.0

package/endpoint/data_stream/api/fields/fields.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
- name: '@timestamp'
22
level: core
3-
required: true
43
type: date
54
description: 'Date/time when the event originated.
65
@@ -88,10 +87,9 @@
8887
fields:
8988
- name: version
9089
level: core
91-
required: true
9290
type: keyword
9391
ignore_above: 1024
94-
description: 'ECS version this event conforms to. `ecs.version` is a required field and must exist in all events.
92+
description: 'ECS version this event conforms to.
9593
9694
When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events.'
9795
example: 1.0.0

package/endpoint/data_stream/collection/fields/fields.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
- name: '@timestamp'
22
level: core
3-
required: true
43
type: date
54
description: 'Date/time when the event originated.
65
@@ -45,10 +44,9 @@
4544
fields:
4645
- name: version
4746
level: core
48-
required: true
4947
type: keyword
5048
ignore_above: 1024
51-
description: 'ECS version this event conforms to. `ecs.version` is a required field and must exist in all events.
49+
description: 'ECS version this event conforms to.
5250
5351
When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events.'
5452
example: 1.0.0

package/endpoint/data_stream/file/fields/fields.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
- name: '@timestamp'
22
level: core
3-
required: true
43
type: date
54
description: 'Date/time when the event originated.
65
@@ -251,11 +250,9 @@
251250
fields:
252251
- name: version
253252
level: core
254-
required: true
255253
type: keyword
256254
ignore_above: 1024
257-
description: 'ECS version this event conforms to. `ecs.version` is a required field and must exist in all events.
258-
255+
description: 'ECS version this event conforms to.
259256
When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events.'
260257
example: 1.0.0
261258
- name: event

package/endpoint/data_stream/heartbeat/fields/fields.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
- name: '@timestamp'
22
level: core
3-
required: true
43
type: date
54
description: 'Date/time when the event originated.
65

package/endpoint/data_stream/library/fields/fields.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
- name: '@timestamp'
22
level: core
3-
required: true
43
type: date
54
description: 'Date/time when the event originated.
65
@@ -454,10 +453,9 @@
454453
fields:
455454
- name: version
456455
level: core
457-
required: true
458456
type: keyword
459457
ignore_above: 1024
460-
description: 'ECS version this event conforms to. `ecs.version` is a required field and must exist in all events.
458+
description: 'ECS version this event conforms to.
461459
462460
When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events.'
463461
example: 1.0.0

package/endpoint/data_stream/metadata/fields/fields.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
- name: '@timestamp'
22
level: core
3-
required: true
43
type: date
54
description: 'Date/time when the event originated.
65
@@ -153,10 +152,9 @@
153152
fields:
154153
- name: version
155154
level: core
156-
required: true
157155
type: keyword
158156
ignore_above: 1024
159-
description: 'ECS version this event conforms to. `ecs.version` is a required field and must exist in all events.
157+
description: 'ECS version this event conforms to.
160158
161159
When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events.'
162160
example: 1.0.0

package/endpoint/data_stream/metrics/fields/fields.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
- name: '@timestamp'
22
level: core
3-
required: true
43
type: date
54
description: 'Date/time when the event originated.
65
@@ -755,10 +754,9 @@
755754
fields:
756755
- name: version
757756
level: core
758-
required: true
759757
type: keyword
760758
ignore_above: 1024
761-
description: 'ECS version this event conforms to. `ecs.version` is a required field and must exist in all events.
759+
description: 'ECS version this event conforms to.
762760
763761
When querying across multiple indices -- which may conform to slightly different ECS versions -- this field lets integrations adjust to the schema version of the events.'
764762
example: 1.0.0

0 commit comments

Comments
 (0)