Skip to content

Commit cbbd016

Browse files
authored
entityanalytics_ad: Allow rerouting permissions to write data to other data streams. (#16076)
Without these settings, the permissions are not properly added to write data to "user" and "device" data streams and causes the error: {\"type\":\"security_exception\",\"reason\":\"action [indices:data/write/bulk[s]] is unauthorized for API key id [REDACTED] of user [elastic/fleet-server] on indices [logs-entityanalytics_ad.user-default], this action is granted by the index privileges [create_doc,create,delete,index,write,all]\"} Other "entityanalytics_*" integrations already have these settings.
1 parent 3a4ab2d commit cbbd016

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

packages/entityanalytics_ad/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "0.17.1"
3+
changes:
4+
- description: Allow rerouting permissions to write data to other data streams.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/16076
27
- version: "0.17.0"
38
changes:
49
- description: Improve field mappings for device entities.

packages/entityanalytics_ad/data_stream/entity/manifest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,6 @@ streams:
163163
show_user: false
164164
description: >-
165165
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.
166+
elasticsearch:
167+
dynamic_dataset: true
168+
dynamic_namespace: true

packages/entityanalytics_ad/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: "3.0.2"
22
name: entityanalytics_ad
33
title: Active Directory Entity Analytics
4-
version: "0.17.0"
4+
version: "0.17.1"
55
description: "Collect User Identities from Active Directory Entity with Elastic Agent."
66
type: integration
77
categories:

0 commit comments

Comments
 (0)