Skip to content
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

[crowdstrike/fdr] logfile input not compatible with falcon_data_replicator.py #2194

Closed
andrewkroh opened this issue Nov 18, 2021 · 3 comments
Assignees
Labels
bug Something isn't working, use only for issues Integration:crowdstrike CrowdStrike Stalled

Comments

@andrewkroh
Copy link
Member

andrewkroh commented Nov 18, 2021

The Crowdstrike FDR data stream contains a logfile input with the implied purpose of reading the logs written by https://github.com/CrowdStrike/FDR/blob/main/standalone/falcon_data_replicator.py. This script dumps .gz files from the S3 bucket onto the local filesystem. (The script can also replicate the files to your own S3 bucket. This along with SQS notification on your own bucket can be used with the s3 input part of the the integration.)

The problem is that the logfile input does not support reading from gzip files. So there's no way this can be compatible until elastic/beats#637 is implemented. (The aws-s3 input can uncompress the gzip files so that's not a problem.)

Either we need to enhance the logfile input to support gzip or we need to remove the input from this integration since it cannot work.

@andrewkroh andrewkroh added bug Something isn't working, use only for issues Team:Security-External Integrations Integration:crowdstrike CrowdStrike labels Nov 18, 2021
@elasticmachine
Copy link

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

@jamiehynds
Copy link

@andrewkroh I lean towards removing the logfile input for FDR in the short-term and if/when gzip support is added to the logfile input, we can look at updating the FDR integration again accordingly.

@botelastic
Copy link

botelastic bot commented Mar 14, 2023

Hi! We just realized that we haven't looked into this issue in a while. We're sorry! We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1. Thank you for your contribution!

@botelastic botelastic bot added the Stalled label Mar 14, 2023
@botelastic botelastic bot closed this as completed Sep 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working, use only for issues Integration:crowdstrike CrowdStrike Stalled
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants