Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/zeek/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: 2.19.0
changes:
- description: Use dynamic mappings for object fields.
type: enhancement
link: https://github.com/elastic/integrations/pull/8080
- version: 2.18.0
changes:
- description: Modified the field definitions to reference ECS where possible and remove invalid field attributes.
Expand Down
4 changes: 3 additions & 1 deletion packages/zeek/data_stream/intel/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@
type: keyword
description: |
If the data was discovered within a connection, the connection uid should go here to give context to the data. If the conn field is provided, this will be automatically filled out.
- name: f
- name: f.*
type: object
object_type: keyword
object_type_mapping_type: '*'
description: |
If the data was discovered within a file, the file record should go here to provide context to the data.
- name: fuid
Expand Down
2 changes: 1 addition & 1 deletion packages/zeek/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ intelligence data matches.
| zeek.intel.fuid | If a file was associated with this intelligence hit, this is the uid for the file. | keyword |
| zeek.intel.matched | Event to represent a match in the intelligence data from data that was seen. | keyword |
| zeek.intel.seen.conn | If the data was discovered within a connection, the connection record should go here to give context to the data. | keyword |
| zeek.intel.seen.f | If the data was discovered within a file, the file record should go here to provide context to the data. | object |
| zeek.intel.seen.f.\* | If the data was discovered within a file, the file record should go here to provide context to the data. | object |
| zeek.intel.seen.fuid | If the data was discovered within a file, the file uid should go here to provide context to the data. If the file record f is provided, this will be automatically filled out. | keyword |
| zeek.intel.seen.host | If the indicator type was Intel::ADDR, then this field will be present. | keyword |
| zeek.intel.seen.indicator | The intelligence indicator. | keyword |
Expand Down
2 changes: 1 addition & 1 deletion packages/zeek/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zeek
title: Zeek
version: "2.18.0"
version: "2.19.0"
description: Collect logs from Zeek with Elastic Agent.
type: integration
icons:
Expand Down