Skip to content

[Jamf Protect 3.1.0] New pipelines added and enhancements#14750

Merged
efd6 merged 14 commits intoelastic:mainfrom
txhaflaire:jamfprotect_3.1.0
Jul 31, 2025
Merged

[Jamf Protect 3.1.0] New pipelines added and enhancements#14750
efd6 merged 14 commits intoelastic:mainfrom
txhaflaire:jamfprotect_3.1.0

Conversation

@txhaflaire
Copy link
Copy Markdown
Contributor

Type of change:

  • enhancement

Proposed commit message

  • Added support for the following new and upcoming events
    • network_connect
    • tcc_modify
    • pty_grant
    • pty_close
  • Enhanced existing events (only added fields, no breaking changes)
    • mount
    • remount
    • unmount

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.

How to test this PR locally

elastic-package test system

2025/07/30 15:29:35  INFO Write container logs to file: /Users/thijs.xhaflaire/Documents/GitHub/Elastic/integrations/build/container-logs/elastic-agent-1753882175573044000.log
--- Test results for package: jamf_protect - START ---
╭──────────────┬────────────────────┬───────────┬───────────────┬────────┬───────────────╮
│ PACKAGE      │ DATA STREAM        │ TEST TYPE │ TEST NAME     │ RESULT │  TIME ELAPSED │
├──────────────┼────────────────────┼───────────┼───────────────┼────────┼───────────────┤
│ jamf_protect │ alerts             │ system    │ http-endpoint │ PASS   │  51.10323675s │
│ jamf_protect │ telemetry          │ system    │ http-endpoint │ PASS   │ 56.589398333s │
│ jamf_protect │ telemetry_legacy   │ system    │ http-endpoint │ PASS   │ 46.623976125s │
│ jamf_protect │ web_threat_events  │ system    │ http-endpoint │ PASS   │ 53.981531042s │
│ jamf_protect │ web_traffic_events │ system    │ http-endpoint │ PASS   │    43.814586s │
╰──────────────┴────────────────────┴───────────┴───────────────┴────────┴───────────────╯
--- Test results for package: jamf_protect - END   ---
Done

@txhaflaire txhaflaire requested a review from a team as a code owner July 30, 2025 15:22
@andrewkroh andrewkroh added documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. Integration:jamf_protect Jamf Protect (Partner supported) Team:Security-Service Integrations Security Service Integrations team [elastic/security-service-integrations] labels Jul 30, 2025
@elasticmachine
Copy link
Copy Markdown

Pinging @elastic/security-service-integrations (Team:Security-Service Integrations)

@kcreddy
Copy link
Copy Markdown
Contributor

kcreddy commented Jul 30, 2025

/test

@ShourieG
Copy link
Copy Markdown
Contributor

/test

@elastic-vault-github-plugin-prod
Copy link
Copy Markdown

elastic-vault-github-plugin-prod bot commented Jul 31, 2025

🚀 Benchmarks report

To see the full report comment with /test benchmark fullreport

txhaflaire and others added 7 commits July 31, 2025 07:23
Co-authored-by: Krishna Chaitanya Reddy Burri <krish.reddy91@gmail.com>
…st_pipeline/pipeline_event_pty_grant.yml

Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
…st_pipeline/pipeline_event_pty_close.yml

Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
…st_pipeline/pipeline_event_network_connect.yml

Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
@txhaflaire txhaflaire requested a review from kcreddy July 31, 2025 06:27
@kcreddy
Copy link
Copy Markdown
Contributor

kcreddy commented Jul 31, 2025

/test

Copy link
Copy Markdown
Contributor

@kcreddy kcreddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, please wait for @efd6

@efd6
Copy link
Copy Markdown
Contributor

efd6 commented Jul 31, 2025

/test

@efd6 efd6 force-pushed the jamfprotect_3.1.0 branch from a583559 to a46353d Compare July 31, 2025 07:16
@efd6
Copy link
Copy Markdown
Contributor

efd6 commented Jul 31, 2025

/test

@elasticmachine
Copy link
Copy Markdown

💚 Build Succeeded

History

@elastic-sonarqube
Copy link
Copy Markdown

@efd6 efd6 merged commit 1a9b422 into elastic:main Jul 31, 2025
9 checks passed
@elastic-vault-github-plugin-prod
Copy link
Copy Markdown

Package jamf_protect - 3.1.0 containing this change is available at https://epr.elastic.co/package/jamf_protect/3.1.0/

robester0403 pushed a commit to robester0403/integrations that referenced this pull request Jul 31, 2025
)

* Added support for the following new and upcoming events
  * network_connect
  * tcc_modify
  * pty_grant
  * pty_close
* Enhanced existing events (only added fields, no breaking changes)
  * mount
  * remount
  * unmount
robester0403 added a commit that referenced this pull request Jul 31, 2025
* FIX: changed grok processor to be able to handle any number of spaces between 'server =' and ip address

* FIX: Added change log pr link

* FIX: Added change log pr link

* [Azure AI Foundry] Rename billing dashboard (#14615)

* rename billing dashboard

* [Jamf Protect 3.1.0] New pipelines added and enhancements (#14750)

* Added support for the following new and upcoming events
  * network_connect
  * tcc_modify
  * pty_grant
  * pty_close
* Enhanced existing events (only added fields, no breaking changes)
  * mount
  * remount
  * unmount

* [cisco_ftd] Ensure observer zone fields are set (#14748)

- Ensure Ingress and Egress zone values are set to proper ECS fields
- This will also allow the network.direction logic to work as intended

---------

Co-authored-by: muthu-mps <101238137+muthu-mps@users.noreply.github.com>
Co-authored-by: Thijs Xhaflaire <thijsxhaflaire31@hotmail.com>
Co-authored-by: Taylor Swanson <90622908+taylor-swanson@users.noreply.github.com>
@andrewkroh andrewkroh added the enhancement New feature or request label Aug 7, 2025
robester0403 added a commit to robester0403/integrations that referenced this pull request Aug 14, 2025
…14757)

* FIX: changed grok processor to be able to handle any number of spaces between 'server =' and ip address

* FIX: Added change log pr link

* FIX: Added change log pr link

* [Azure AI Foundry] Rename billing dashboard (elastic#14615)

* rename billing dashboard

* [Jamf Protect 3.1.0] New pipelines added and enhancements (elastic#14750)

* Added support for the following new and upcoming events
  * network_connect
  * tcc_modify
  * pty_grant
  * pty_close
* Enhanced existing events (only added fields, no breaking changes)
  * mount
  * remount
  * unmount

* [cisco_ftd] Ensure observer zone fields are set (elastic#14748)

- Ensure Ingress and Egress zone values are set to proper ECS fields
- This will also allow the network.direction logic to work as intended

---------

Co-authored-by: muthu-mps <101238137+muthu-mps@users.noreply.github.com>
Co-authored-by: Thijs Xhaflaire <thijsxhaflaire31@hotmail.com>
Co-authored-by: Taylor Swanson <90622908+taylor-swanson@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. enhancement New feature or request Integration:jamf_protect Jamf Protect (Partner supported) Team:Security-Service Integrations Security Service Integrations team [elastic/security-service-integrations]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants