Skip to content

Commit

Permalink
entityanalytics_ad: expose paging size configuration to user (#10762)
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 authored Aug 12, 2024
1 parent 4448989 commit 8a059ca
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
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.2.0"
changes:
- description: Expose paging size configuration to the user.
type: enhancement
link: https://github.com/elastic/integrations/pull/10762
- version: "0.1.0"
changes:
- description: Removed import_mappings. Modified the field definitions to remove ECS fields made redundant by the ecs@mappings component template.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ ad_base_dn: {{ad_base_dn}}
ad_url: {{ad_url}}
ad_user: {{ad_user}}
ad_password: {{ad_password}}
{{#if paging_size}}
ad_paging_size: {{paging_size}}
{{/if}}
tags:
- users-entities
{{#if preserve_duplicate_custom_fields}}
Expand Down
7 changes: 7 additions & 0 deletions packages/entityanalytics_ad/data_stream/user/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ streams:
multi: false
required: false
show_user: false
- name: paging_size
type: integer
title: Paging Size
description: Paging size for the directory responses (no limit if not set).
multi: false
required: false
show_user: false
- name: tags
type: text
title: Tags
Expand Down
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.1.0"
version: "0.2.0"
description: "Collect User Identities from Active Directory Entity with Elastic Agent."
type: integration
categories:
Expand Down

0 comments on commit 8a059ca

Please sign in to comment.