How to get the Chronicle forwarder docker container running under linux?

Trying to get the Chronicle forwarder docker container running under linux and I'm getting this error:

+ /opt/chronicle/chronicle_bin/chronicle_forwarder -config /opt/chronicle/external/test_dt_ingest_1_config.conf -bundle_version OFFICIAL_BUILD_1691582620_ac9b7292902207c0f3b828053fcad2d423239405_388 -container_version _BUILD_1691747437_ac9b7292902207c0f3b828053fcad2d423239405_00 -logtostderr
I0815 16:29:21.487737 493 run_command.go:35] Chronicle forwarder starting
I0815 16:29:21.489158 493 run_command.go:45] Forwarder ID is ce8e9d3d-2df5-4582-a415-d7958386cf13
W0815 16:29:21.489920 493 cflogger.go:404] Flush() not available for remote logs.
F0815 16:29:21.490018 493 run_command.go:59] invalid output.identity.secret_key: unexpected end of JSON input
Then it exits out and tries restarting with the same result. Anyone else run across this issue?

0 1 631
1 REPLY 1

It may not be the only problem but on the last line of the output itโ€™s telling you that there is an issue with your secret key - either one of the values are wrong or the JSON is not formatted properly

View files in slack