-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: navnit-elastic/integrations
base: main
head repository: elastic/integrations
compare: main
- 20 commits
- 134 files changed
- 18 contributors
Commits on Nov 18, 2025
-
chore: update pkgs in .github/ISSUE_TEMPLATE/integration_*.yml (elast…
…ic#16004) Made with ❤️️ by updatecli Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e98d169 - Browse repository at this point
Copy the full SHA e98d169View commit details -
[AWS GuardDuty] - Updated docs to address data duplication issue when…
… using GuardDuty API (elastic#15858) Updated wording regarding data duplication issue with Amazon GuardDuty API. --------- Co-authored-by: Dan Kortschak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9558a6f - Browse repository at this point
Copy the full SHA 9558a6fView commit details -
google_workspace: Discard events that are missing the
items[]field…… during the split operation and returned as the root object The Google Workspace Reports API sometimes does not return the `items[]` array, resulting in the absence of the target field in the `response.split` operation. This leads to the root level object being returned, which causes failures in the ingest pipeline. An issue[1] has been created to resolve the problem with the split[].ignore_empty_value operation. To address this issue as of now, a `drop` processor has been added at the start of the pipeline to ensure that we discard events that are not required. Here is the list of affected data streams: - access_transparency - admin - context_aware_access - device - drive - gcp - group_enterprise - groups - login - rules - saml - token - user_accounts [1] elastic/beats#47699
Configuration menu - View commit details
-
Copy full SHA for 3798da2 - Browse repository at this point
Copy the full SHA 3798da2View commit details -
Add health_status field to status change logs data stream (elastic#15852
Configuration menu - View commit details
-
Copy full SHA for 3607d0a - Browse repository at this point
Copy the full SHA 3607d0aView commit details -
fix(system,windows): normalize SidList in event 4908 (elastic#15797)
Adds whitespace normalization for the SidList field in Windows Security event 4908 (Special Groups Logon table modified). The ingest pipeline now uses a gsub processor to normalize separators before parsing, and the Painless script handles the normalized format correctly. Test data originates from elastic/beats@dd7a1b3
Configuration menu - View commit details
-
Copy full SHA for 95f5051 - Browse repository at this point
Copy the full SHA 95f5051View commit details
Commits on Nov 19, 2025
-
[Box Events] Remove non-ECS fields in ECS namespace (elastic#15947)
box_events: remove non-ecs fields in ecs namespace
Configuration menu - View commit details
-
Copy full SHA for e73dd5a - Browse repository at this point
Copy the full SHA e73dd5aView commit details -
Salesforce wrap HTTP links in < > (elastic#16011)
* wrap HTTP links in < > * docs: update changelogs and build documentation --------- Co-authored-by: subham sarkar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e90d836 - Browse repository at this point
Copy the full SHA e90d836View commit details -
align categrories of data_streams with generic intergation category (e…
…lastic#15801) This commit addresses inconsistencies in package categorization by adding missing categories to various integration packages. Previously, policy templates within certain integrations used categories (or their parent categories) that were not explicitly defined at the integration level. This was identified by ensuring all parent categories of policy template categories are a subset of integration-level categories. References https://github.com/elastic/package-registry/blob/1bec8bf2e7f67f04f38a6310f5b70e56e3b22bfd/categories/categories.yml
Configuration menu - View commit details
-
Copy full SHA for 221f106 - Browse repository at this point
Copy the full SHA 221f106View commit details -
[azure logs] Add processor version options to Raw Events integration …
…(v1) (elastic#15900) Add the processor version option to the Raw Events integration v1. With these new options, users can switch from processor v1 (current default) to the processor v2. This change anticipate the switch to v2 as default processor.
Configuration menu - View commit details
-
Copy full SHA for 2d1bf6b - Browse repository at this point
Copy the full SHA 2d1bf6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2192455 - Browse repository at this point
Copy the full SHA 2192455View commit details -
build(deps): bump github.com/elastic/elastic-package (elastic#15978)
Bumps [github.com/elastic/elastic-package](https://github.com/elastic/elastic-package) from 0.115.0 to 0.116.0. - [Release notes](https://github.com/elastic/elastic-package/releases) - [Changelog](https://github.com/elastic/elastic-package/blob/main/.goreleaser.yml) - [Commits](elastic/elastic-package@v0.115.0...v0.116.0) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-package dependency-version: 0.116.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Teresa Romero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6954c94 - Browse repository at this point
Copy the full SHA 6954c94View commit details -
[Cisco Ise] Fixed typo in the processors (elastic#16016)
Fixed a typo in the processor code that was causing issues in the integration.
Configuration menu - View commit details
-
Copy full SHA for a8056cb - Browse repository at this point
Copy the full SHA a8056cbView commit details -
Salesforce -- fix broken links by using backslash before underscore (e…
…lastic#16023) * Put backslash before underscore * docs: update changelogs and build documentation
Configuration menu - View commit details
-
Copy full SHA for 2822d53 - Browse repository at this point
Copy the full SHA 2822d53View commit details
Commits on Nov 20, 2025
-
Revert elastic-package to 0.115.0 (elastic#16028)
There is an issue with fields that are removed from README generation.
Configuration menu - View commit details
-
Copy full SHA for 450b8fa - Browse repository at this point
Copy the full SHA 450b8faView commit details -
[Akamai] - Migrated SIEM data stream from HTTPJSON to CEL input (elas…
…tic#15713) Migrated SIEM data stream from HTTPJSON to CEL input with with necessary reworks and working system tests. Updated minimum stack version to 8.18 to allow usage of required CEL functions.
Configuration menu - View commit details
-
Copy full SHA for 6c676bc - Browse repository at this point
Copy the full SHA 6c676bcView commit details -
build(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 (elastic#…
…16030) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.44.0 to 0.45.0. - [Commits](golang/crypto@v0.44.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2593e11 - Browse repository at this point
Copy the full SHA 2593e11View commit details -
tenable_sc: fix handling of vulnerability documents without seeAlso (e…
…lastic#16014) Test sample is derived from the sample above it with the seeAlso field removed.
Configuration menu - View commit details
-
Copy full SHA for 75ecd7b - Browse repository at this point
Copy the full SHA 75ecd7bView commit details
Commits on Nov 21, 2025
-
o365: Fix dynamic mapping conflict for ExtendedProperties.additionalD…
…etails field. This change resolves the mapping conflict in the 'ExtendedProperties' field by explicitly defining 'additionalDetails' as an object. The existing wildcard mapping for other dynamic keys has been preserved to maintain backward compatibility and ensure no impact to existing users. Additionally, the previous 'o365audit.ExtendedProperties.additionalDetails_value' field has been updated to retain the original field name 'o365audit.ExtendedProperties.additionalDetails'.
Configuration menu - View commit details
-
Copy full SHA for 442ff4c - Browse repository at this point
Copy the full SHA 442ff4cView commit details -
[aws_cloudtrail_otel] Content pack of EDOT Cloud Forwarder for AWS - …
…CloudTrail Logs (elastic#15644)
Configuration menu - View commit details
-
Copy full SHA for 3a4ab2d - Browse repository at this point
Copy the full SHA 3a4ab2dView commit details -
entityanalytics_ad: Allow rerouting permissions to write data to othe…
…r data streams. (elastic#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.
Configuration menu - View commit details
-
Copy full SHA for cbbd016 - Browse repository at this point
Copy the full SHA cbbd016View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main