Skip to content

Commit e025b56

Browse files
authored
hid_bravura_monitor,imperva,infoblox_*,zscalar_*: remove duplicate fields (elastic#4610)
Also make minor bugfixes in two packages. * markdown syntax for proxy_url description in infoblox_bloxone_ddi * normalization of x509.issuer.common_name in zpa
1 parent e23f14f commit e025b56

File tree

24 files changed

+52
-48
lines changed

24 files changed

+52
-48
lines changed

packages/hid_bravura_monitor/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.3.1"
3+
changes:
4+
- description: Remove duplicate fields.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/4610
27
- version: "1.3.0"
38
changes:
49
- description: Update package to ECS 8.5.0.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,6 @@
199199
- name: input.type
200200
type: keyword
201201
description: Input type.
202-
- name: log.offset
203-
type: long
204-
description: Offset of the entry in the log file.
205202
- name: log.source.address
206203
type: keyword
207204
description: Source address from which the log event was read / sent from.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@
4646
name: event.code
4747
- external: ecs
4848
name: event.created
49-
- external: ecs
50-
name: event.created
5149
- external: ecs
5250
name: event.duration
5351
- external: ecs
@@ -202,8 +200,6 @@
202200
name: user.id
203201
- external: ecs
204202
name: user.name
205-
- external: ecs
206-
name: server.domain
207203
- external: ecs
208204
name: server.address
209205
- external: ecs

packages/hid_bravura_monitor/data_stream/winlog/fields/agent.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,6 @@
130130
type: keyword
131131
ignore_above: 1024
132132
description: Host mac addresses.
133-
- name: name
134-
level: core
135-
type: keyword
136-
ignore_above: 1024
137-
description: 'Name of the host.
138-
139-
It can contain what `hostname` returns on Unix systems, the fully qualified domain name, or a name specified by the user. The sender decides which value to use.'
140133
- name: os.family
141134
level: extended
142135
type: keyword

packages/hid_bravura_monitor/data_stream/winlog/fields/ecs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
name: event.ingested
1313
- external: ecs
1414
name: event.kind
15-
- external: ecs
16-
name: event.module
1715
- external: ecs
1816
name: event.outcome
1917
- external: ecs

packages/hid_bravura_monitor/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ An example event for `winlog` looks as following:
559559
| event.dataset | Event dataset. | constant_keyword |
560560
| event.ingested | Timestamp when an event arrived in the central data store. This is different from `@timestamp`, which is when the event originally occurred. It's also different from `event.created`, which is meant to capture the first time an agent saw the event. In normal conditions, assuming no tampering, the timestamps should chronologically look like this: `@timestamp` \< `event.created` \< `event.ingested`. | date |
561561
| event.kind | This is one of four ECS Categorization Fields, and indicates the highest level in the ECS category hierarchy. `event.kind` gives high-level information about what type of information the event contains, without being specific to the contents of the event. For example, values of this field distinguish alert events from metric events. The value of this field can be used to inform how these kinds of events should be handled. They may warrant different retention, different access control, it may also help understand whether the data coming in at a regular interval or not. | keyword |
562-
| event.module | Name of the module this data is coming from. If your monitoring agent supports the concept of modules or plugins to process events of a given source (e.g. Apache logs), `event.module` should contain the name of this module. | keyword |
562+
| event.module | Event module | constant_keyword |
563563
| event.outcome | This is one of four ECS Categorization Fields, and indicates the lowest level in the ECS category hierarchy. `event.outcome` simply denotes whether the event represents a success or a failure from the perspective of the entity that produced the event. Note that when a single transaction is described in multiple events, each event may populate different values of `event.outcome`, according to their perspective. Also note that in the case of a compound event (a single event that contains multiple logical events), this field should be populated with the value that best captures the overall success or failure from the perspective of the event producer. Further note that not all events will have an associated outcome. For example, this field is generally not populated for metric events, events with `event.type:info`, or any events for which an outcome does not make logical sense. | keyword |
564564
| event.provider | Source of the event. Event transports such as Syslog or the Windows Event Log typically mention the source of an event. It can be the name of the software that generated the event (e.g. Sysmon, httpd), or of a subsystem of the operating system (kernel, Microsoft-Windows-Security-Auditing). | keyword |
565565
| event.sequence | Sequence number of the event. The sequence number is a value published by some event sources, to make the exact ordering of events unambiguous, regardless of the timestamp precision. | long |

packages/hid_bravura_monitor/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: hid_bravura_monitor
22
title: Hitachi ID Bravura Monitor
3-
version: "1.3.0"
3+
version: "1.3.1"
44
categories: ["security"]
55
release: ga
66
description: Collect logs from Hitachi ID Security Fabric with Elastic Agent.

packages/imperva/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/4610
27
- version: "0.11.0"
38
changes:
49
- description: Update package to ECS 8.5.0.

packages/imperva/data_stream/securesphere/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: imperva.securesphere
18-
- name: '@timestamp'
19-
type: date
20-
description: Event timestamp.
2118
- name: container.id
2219
description: Unique container id.
2320
ignore_above: 1024

packages/imperva/data_stream/securesphere/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

0 commit comments

Comments
 (0)