Eric23
05/21/2022, 1:39 AMfleet serve --mysql_address=127.0.0.1:3306 --mysql_database=fleet --mysql_username=root --mysql_password=password --redis_address=127.0.0.1:6379 --server_cert=/root/Fleet/cert.pem --server_key=/root/Fleet/privkey.pem --logging_json --server_address=0.0.0.0:443 --kafkarest_proxyhost=<http://10.0.0.30:30082> --kafkarest_result_topic=osquery --osquery_result_log_plugin=kafkarest --kafkarest_content_type_value='application/vnd.kafka.json.v2+json'
Error message :
Failed to start: running root command: unknown flag: --kafkarest_content_type_value
Any ideas, thanks.Tomas Touceda
05/23/2022, 1:38 PM--kafkarest_content_type_value
insteadEric23
05/23/2022, 2:21 PM--kafkarest_content_type_value
. it was a copy/paste from the doc website or github !
thanks a lot.
btw : i used the config.yaml file and it worked .