Skip to content

Commit

Permalink
hid_bravura_monitor: make winlog.time_created a date
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 committed Sep 8, 2023
1 parent 614c09a commit 10f6911
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/hid_bravura_monitor/changelog.yml
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.11.0"
changes:
- description: Make `winlog.time_created` a date.
type: enhancement
link: https://github.com/elastic/integrations/pull/1
- version: "1.10.0"
changes:
- description: Update package to ECS 8.9.0.
Expand Down
Expand Up @@ -276,7 +276,7 @@
The task defined in the event. Task and opcode are typically used to identify the location in the application from where the event was logged. The category used by the Event Logging API (on pre Windows Vista operating systems) is written to this field.
- name: time_created
type: keyword
type: date
description: >
Time event was created
Expand Down
2 changes: 1 addition & 1 deletion packages/hid_bravura_monitor/docs/README.md
Expand Up @@ -715,7 +715,7 @@ An example event for `winlog` looks as following:
| winlog.related_activity_id | A globally unique identifier that identifies the activity to which control was transferred to. The related events would then have this identifier as their `activity_id` identifier. | keyword |
| winlog.symbolic_id | Symbolic event id | keyword |
| winlog.task | The task defined in the event. Task and opcode are typically used to identify the location in the application from where the event was logged. The category used by the Event Logging API (on pre Windows Vista operating systems) is written to this field. | keyword |
| winlog.time_created | Time event was created | keyword |
| winlog.time_created | Time event was created | date |
| winlog.trustAttribute | | keyword |
| winlog.trustDirection | | keyword |
| winlog.trustType | | keyword |
Expand Down
2 changes: 1 addition & 1 deletion packages/hid_bravura_monitor/manifest.yml
@@ -1,6 +1,6 @@
name: hid_bravura_monitor
title: Bravura Monitor
version: "1.10.0"
version: "1.11.0"
categories: ["security", "iam"]
description: Collect logs from Bravura Security Fabric with Elastic Agent.
type: integration
Expand Down

0 comments on commit 10f6911

Please sign in to comment.