Skip to content
Open
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/box_events/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "3.1.2"
changes:
- description: Change box.source.login from boolean to keyword.
type: bugfix
link: https://github.com/elastic/integrations/pull/17413
- version: "3.1.1"
changes:
- description: Update stream position handling to match string type provided by API.
Expand Down
2 changes: 1 addition & 1 deletion packages/box_events/data_stream/events/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
type: boolean
- name: login
description: User login
type: boolean
type: keyword
- name: max_upload_size
description: Max upload size
type: boolean
Expand Down
2 changes: 1 addition & 1 deletion packages/box_events/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.3"
name: box_events
title: Box Events
version: "3.1.1"
version: "3.1.2"
description: "Collect logs from Box with Elastic Agent"
type: integration
categories:
Expand Down