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/entityanalytics_ad/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.17.1"
changes:
- description: Allow rerouting permissions to write data to other data streams.
type: bugfix
link: https://github.com/elastic/integrations/pull/16076
- version: "0.17.0"
changes:
- description: Improve field mappings for device entities.
Expand Down
3 changes: 3 additions & 0 deletions packages/entityanalytics_ad/data_stream/entity/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,6 @@ streams:
show_user: false
description: >-
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the logs are parsed. See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.
elasticsearch:
dynamic_dataset: true
dynamic_namespace: true
2 changes: 1 addition & 1 deletion packages/entityanalytics_ad/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: entityanalytics_ad
title: Active Directory Entity Analytics
version: "0.17.0"
version: "0.17.1"
description: "Collect User Identities from Active Directory Entity with Elastic Agent."
type: integration
categories:
Expand Down