-
Notifications
You must be signed in to change notification settings - Fork 474
entityanalytics_ad: expose paging size configuration to user #10762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d915e5a
to
844d93d
Compare
|
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
cc @efd6 |
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
@@ -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}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ad_paging_size
is missing from the input reference docs. Can you please add that at some point.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Package entityanalytics_ad - 0.2.0 containing this change is available at https://epr.elastic.co/search?package=entityanalytics_ad |
Proposed commit message
See title.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots