File based integration with Google SecOps via Forwarder

Hi All,

We are trying to integrate file based logs into secops (FilePath: /opt/logs/audit.log).

When we verify the forwarder logs, we are getting no such file found as the error.

Kindly suggest the solution for this issue.

0 6 210
6 REPLIES 6

Hi,

Could you post the docker command that you are used to exec the forwarder?

     docker run 
--detach
--name cfps
--log-opt max-size=100m
--log-opt max-file=10
--net=host
-v /opt/chronicle/config:/opt/chronicle/external
-v /var/log/crowdstrike/falconhostclient:/opt/chronicle/edr
gcr.io/chronicle-container/cf_production_stable

Can you check if the command below works?

     docker run 
--detach
--name cfps
--log-opt max-size=100m
--log-opt max-file=10
--net=host
-v /opt/chronicle/config:/opt/chronicle/external
-v /opt/logs:/opt/chronicle/edr
gcr.io/chronicle-container/cf_production_stable

 

Can you share the full error? Is the "No such file or directory error" referencing the forwarder conf file or the audit.log file?

Hi @cmorris ,

Please find the snip of error which i got.

sudeep_singh_0-1737950019567.png

 

Sorry but I donโ€™t understand very well the problem, could you post the config file (obviously without the auth section)?