Description
I want to install datadog agent on Debian 11 (bullseye). Therefor I use the one-step install script from the docs in the datdog-hq website: bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script_agent7.sh)"
When installing the agent v7 on ubuntu using the one-step script, I get an error during installation saying the /etc/datadog-agent/security-agent.yaml
file is missing. There is a security-agent.yaml.example
file, but it doesn't get copied.
When using the DD_INSTALL_ONLY=true
flag, the installation runs through smoothly. When I start the agent afterwards, I get the same error, but the agent runs because I can see continously added common metric checks in the datadog logs appearing.
I can not find anything useful about the security-agent.yaml
file, so are you already aware of this?
Can I just copy over the example file as is? At least it seems to work.