Configure outputs for standalone Elastic Agents
editConfigure outputs for standalone Elastic Agents
editThe outputs
section of the elastic-agent.yml
file specifies where to
send data. You can specify multiple outputs to pair specific inputs with
specific outputs.
This example configures two outputs: default
and monitoring
:
outputs: default: type: elasticsearch hosts: [127.0.0.1:9200] api_key: "my_api_key" monitoring: type: elasticsearch api_key: VuaCfGcBCdbkQm-e5aOx:ui2lp2axTNmsyakw9tvNnw hosts: ["localhost:9200"] ca_sha256: "7lHLiyp4J8m9kw38SJ7SURJP4bXRZv/BNxyyXkCcE/M="
A default output configuration is required.
Elastic Agent currently supports these outputs: