Skip to content

Conversation

@efd6
Copy link
Contributor

@efd6 efd6 commented Dec 3, 2025

Proposed commit message

crowdstrike: clean up ingest pipeline

Use codegen for the pipeline. While doing this remove duplicated
processors, add tags to all processors, and group processors somewhat
more logically.

[git-generate]
SHA=054e1ab8759974119f35350a552861dd033d26d3
git clone --depth=1 [email protected]:efd6/fdr_gen.git
(
cd fdr_gen
git fetch --depth=1 origin ${SHA}
INGEST=../packages/crowdstrike/data_stream/fdr/elasticsearch/ingest_pipeline
go run ./default.go -out ${INGEST}/default.yml
go run ./categorize.go -out ${INGEST}/categorize.yml
go run ./data_protection.go -out ${INGEST}/data_protection_detection_summary.yml
go run ./network.go -dir inbound -out ${INGEST}/inbound_network.yml
go run ./network.go -dir outbound -out ${INGEST}/outbound_network.yml
)
rm -rf fdr_gen

cd packages/crowdstrike
elastic-package changelog add --description "Improve ingest pipeline maintainability." --type enhancement --next minor --link https://github.com/elastic/integrations/pull/16213

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.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Screenshots

@efd6 efd6 self-assigned this Dec 3, 2025
@efd6 efd6 added enhancement New feature or request Integration:crowdstrike CrowdStrike Team:Security-Service Integrations Security Service Integrations team [elastic/security-service-integrations] labels Dec 3, 2025
efd6 added a commit to efd6/integrations that referenced this pull request Dec 3, 2025
Use codegen for the pipeline. While doing this remove duplicated
processors, add tags to all processors, and group processors somewhat
more logically.

[git-generate]
SHA=54781ceda31cbf6b74a434549c6eeb1652e0065c
git clone --depth=1 [email protected]:efd6/fdr_gen.git
(
cd fdr_gen
git fetch --depth=1 origin ${SHA}
INGEST=../packages/crowdstrike/data_stream/fdr/elasticsearch/ingest_pipeline
go run ./default.go -out ${INGEST}/default.yml
go run ./categorize.go -out ${INGEST}/categorize.yml
go run ./data_protection.go -out ${INGEST}/data_protection_detection_summary.yml
go run ./network.go -dir inbound -out ${INGEST}/inbound_network.yml
go run ./network.go -dir outbound -out ${INGEST}/outbound_network.yml
)
rm -rf fdr_gen

cd packages/crowdstrike
elastic-package changelog add --description "Improve ingest pipeline maintainability." --type enhancement --next minor --link elastic#16213
@efd6 efd6 force-pushed the 16031-crowdstrike branch from f093c55 to db4a47d Compare December 3, 2025 04:18
Use codegen for the pipeline. While doing this remove duplicated
processors, add tags to all processors, and group processors somewhat
more logically.

[git-generate]
SHA=054e1ab8759974119f35350a552861dd033d26d3
git clone --depth=1 [email protected]:efd6/fdr_gen.git
(
cd fdr_gen
git fetch --depth=1 origin ${SHA}
INGEST=../packages/crowdstrike/data_stream/fdr/elasticsearch/ingest_pipeline
go run ./default.go -out ${INGEST}/default.yml
go run ./categorize.go -out ${INGEST}/categorize.yml
go run ./data_protection.go -out ${INGEST}/data_protection_detection_summary.yml
go run ./network.go -dir inbound -out ${INGEST}/inbound_network.yml
go run ./network.go -dir outbound -out ${INGEST}/outbound_network.yml
)
rm -rf fdr_gen

cd packages/crowdstrike
elastic-package changelog add --description "Improve ingest pipeline maintainability." --type enhancement --next minor --link elastic#16213
@efd6 efd6 force-pushed the 16031-crowdstrike branch from db4a47d to aba2abf Compare December 3, 2025 06:35
@elastic-vault-github-plugin-prod

🚀 Benchmarks report

To see the full report comment with /test benchmark fullreport

@elasticmachine
Copy link

💚 Build Succeeded

History

cc @efd6

@efd6 efd6 marked this pull request as ready for review December 3, 2025 07:51
@efd6 efd6 requested a review from a team as a code owner December 3, 2025 07:51
@elasticmachine
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request Integration:crowdstrike CrowdStrike 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.

crowdstrike: clean up ingest pipeline

2 participants