Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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/filestream/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.0.1"
changes:
- description: Remove hard-coded dataset field
type: bugfix
link: https://github.com/elastic/integrations/pull/15653
- version: "2.0.0"
changes:
- description: Migrate to input package type
Expand Down
1 change: 0 additions & 1 deletion packages/filestream/fields/base-fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
- name: event.dataset
type: constant_keyword
description: Event dataset
value: filestream.generic
- name: "@timestamp"
type: date
description: Event timestamp.
2 changes: 1 addition & 1 deletion packages/filestream/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: filestream
title: Custom Logs (Filestream)
description: Collect log data using filestream with Elastic Agent.
type: input
version: 2.0.0
version: 2.0.1
conditions:
kibana:
version: "^9.2.0"
Expand Down