feat: first version of the HarfangLab integration - #21574
Open
Robert-HarfangLab wants to merge 4 commits into
Open
Robert-HarfangLab wants to merge 4 commits into
Robert-HarfangLab wants to merge 4 commits into
Conversation
|
💚 CLA has been signed |
Contributor
ReviewersBuildkite won't run for external contributors automatically; you need to add a comment:
NOTE: https://github.com/elastic/integrations/blob/main/.buildkite/pull-requests.json contains all those details. |
Robert-HarfangLab
marked this pull request as ready for review
September 22, 2026 16:42
Author
|
Hi @efd6, I added system test as requested. Best regards |
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
Add a new HarfangLab EDR integration.
WHAT: The integration collects ECS-formatted security telemetry from the HarfangLab EDR agent through two input modes: http_endpoint (the agent pushes events) and cel (the integration polls the HarfangLab API). Events land in the harfanglab.generic data stream, where a routing rule reroutes anything with event.kind: alert to harfanglab.detection. Ships two data streams, three dashboards, a detection rule and two data views.
WHY: HarfangLab agents already emit ECS-formatted events, but there was no supported path to get them into Elasticsearch. Customers had to build custom ingest configurations per deployment. Supporting both push and pull covers the two network topologies the agent is deployed in.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
elastic-package stack up -d --version 9.0.0Then
cd packages/harfanglab && elastic-package check && elastic-package test. Install the package from Kibana's Integrations UI, configure an agent policy with the HTTP endpoint input, and send a sample event from data_stream/generic/sample_event.json to the listen address.Related issues
Screenshots