Skip to content

Commit 6a47c06

Browse files
authored
netflow,netscout,netskope,o365,okta: remove duplicate fields (#4632)
1 parent 027c073 commit 6a47c06

File tree

23 files changed

+49
-151
lines changed

23 files changed

+49
-151
lines changed

packages/netflow/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "2.3.1"
3+
changes:
4+
- description: Remove duplicate fields.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/4632
27
- version: "2.3.0"
38
changes:
49
- description: Update package to ECS 8.5.0.

packages/netflow/data_stream/log/fields/agent.yml

Lines changed: 8 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,13 @@
2020
type: group
2121
fields:
2222
- name: id
23-
level: core
24-
type: keyword
25-
ignore_above: 1024
26-
description: Unique container id.
23+
external: ecs
2724
- name: image.name
28-
level: extended
29-
type: keyword
30-
ignore_above: 1024
31-
description: Name of the image the container was built on.
25+
external: ecs
3226
- name: labels
33-
level: extended
34-
type: object
35-
object_type: keyword
36-
description: Image labels.
27+
external: ecs
3728
- name: name
38-
level: extended
39-
type: keyword
40-
ignore_above: 1024
41-
description: Container name.
29+
external: ecs
4230
- name: host
4331
title: Host
4432
group: 2
@@ -57,30 +45,13 @@
5745
example: CONTOSO
5846
default_field: false
5947
- name: os.kernel
60-
level: extended
61-
type: keyword
62-
ignore_above: 1024
63-
description: Operating system kernel version as a raw string.
64-
example: 4.4.0-112-generic
48+
external: ecs
6549
- name: os.platform
66-
level: extended
67-
type: keyword
68-
ignore_above: 1024
69-
description: Operating system platform (such centos, ubuntu, windows).
70-
example: darwin
50+
external: ecs
7151
- name: os.version
72-
level: extended
73-
type: keyword
74-
ignore_above: 1024
75-
description: Operating system version as a raw string.
76-
example: 10.14.1
52+
external: ecs
7753
- name: type
78-
level: core
79-
type: keyword
80-
ignore_above: 1024
81-
description: 'Type of host.
82-
83-
For Cloud providers this can be the machine type like `t2.medium`. If vm, this could be the container, for example, or other information meaningful in your environment.'
54+
external: ecs
8455
- name: containerized
8556
type: boolean
8657
description: >

packages/netflow/data_stream/log/fields/ecs.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,8 @@
8888
name: cloud.provider
8989
- external: ecs
9090
name: cloud.region
91-
- external: ecs
92-
name: container.id
93-
- external: ecs
94-
name: container.image.name
9591
- external: ecs
9692
name: container.image.tag
97-
- external: ecs
98-
name: container.labels
99-
- external: ecs
100-
name: container.name
10193
- external: ecs
10294
name: container.runtime
10395
- external: ecs
@@ -354,16 +346,8 @@
354346
name: host.os.family
355347
- external: ecs
356348
name: host.os.full
357-
- external: ecs
358-
name: host.os.kernel
359349
- external: ecs
360350
name: host.os.name
361-
- external: ecs
362-
name: host.os.platform
363-
- external: ecs
364-
name: host.os.version
365-
- external: ecs
366-
name: host.type
367351
- external: ecs
368352
name: host.uptime
369353
- external: ecs

packages/netflow/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: netflow
33
title: NetFlow Records
4-
version: "2.3.0"
4+
version: "2.3.1"
55
license: basic
66
description: Collect flow records from NetFlow and IPFIX exporters with Elastic Agent.
77
type: integration

packages/netscout/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "0.11.1"
3+
changes:
4+
- description: Remove duplicate fields.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/4632
27
- version: "0.11.0"
38
changes:
49
- description: Update package to ECS 8.5.0.

packages/netscout/data_stream/sightline/fields/base-fields.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
type: constant_keyword
1616
description: Event dataset
1717
value: netscout.sightline
18-
- name: '@timestamp'
19-
type: date
20-
description: Event timestamp.
2118
- name: container.id
2219
description: Unique container id.
2320
ignore_above: 1024

packages/netscout/data_stream/sightline/fields/ecs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@
202202
name: source.subdomain
203203
- external: ecs
204204
name: source.top_level_domain
205-
- external: ecs
206-
name: tags
207205
- external: ecs
208206
name: url.domain
209207
- external: ecs

packages/netscout/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: netscout
33
title: Arbor Peakflow SP Logs
4-
version: "0.11.0"
4+
version: "0.11.1"
55
description: Collect and parse logs from Netscout Arbor Peakflow SP with Elastic Agent.
66
categories: ["security"]
77
release: experimental

packages/netskope/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.4.1"
3+
changes:
4+
- description: Remove duplicate fields.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/4632
27
- version: "1.4.0"
38
changes:
49
- description: Update package to ECS 8.5.0.

packages/netskope/data_stream/alerts/fields/agent.yml

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66
type: group
77
fields:
88
- name: account.id
9-
level: extended
10-
type: keyword
11-
ignore_above: 1024
12-
description: 'The cloud account or organization id used to identify different entities in a multi-tenant environment.
13-
14-
Examples: AWS account id, Google Cloud ORG Id, or other unique identifier.'
15-
example: 666777888999
9+
external: ecs
1610
- name: availability_zone
1711
level: extended
1812
type: keyword
@@ -43,11 +37,7 @@
4337
description: Name of the cloud provider. Example values are aws, azure, gcp, or digitalocean.
4438
example: aws
4539
- name: region
46-
level: extended
47-
type: keyword
48-
ignore_above: 1024
49-
description: Region in which this host is running.
50-
example: us-east-1
40+
external: ecs
5141
- name: project.id
5242
type: keyword
5343
description: Name of the project in Google Cloud.
@@ -106,12 +96,7 @@
10696
example: CONTOSO
10797
default_field: false
10898
- name: hostname
109-
level: core
110-
type: keyword
111-
ignore_above: 1024
112-
description: 'Hostname of the host.
113-
114-
It normally contains what the `hostname` command returns on the host machine.'
99+
external: ecs
115100
- name: id
116101
level: core
117102
type: keyword
@@ -150,16 +135,7 @@
150135
description: Operating system kernel version as a raw string.
151136
example: 4.4.0-112-generic
152137
- name: os.name
153-
level: extended
154-
type: keyword
155-
ignore_above: 1024
156-
multi_fields:
157-
- name: text
158-
type: text
159-
norms: false
160-
default_field: false
161-
description: Operating system name, without the version.
162-
example: Mac OS X
138+
external: ecs
163139
- name: os.platform
164140
level: extended
165141
type: keyword

0 commit comments

Comments
 (0)