Hey! We where trying to update our fleet server in...
# kolide
j
Hey! We where trying to update our fleet server in AWS which runs on ECS, running this command to start the server:
Copy code
fleet serve \
  --server_address=0.0.0.0:443 \
  --osquery_result_log_plugin=stdout \
  --osquery_status_log_plugin=stdout \
We are getting this error message while the server starts:
Copy code
Error initializing service: initializing osquery logging: unknown status log plugin: stdout
Any clue what we could be missing here?
z
Are you running an older version of the container?
j
If you mean by the Fleet version, latest from
kolide/fleet
z
Can you run
fleet version --full
?
j
Was an old one (
2.3.0
). Please dismiss 😂
Sorry and thanks! 🚀
z
🍻