In the config.yml for Elastics serverless forwarder, is it possible to do something like this.
outputs:
- type: elasticsearch
args:
cloud_id: ${ELASTIC_CLOUD_ID}
api_key: ${ELASTIC_API_KEY}
index: "custom-index"
fields:
environment: "prod"
team: "security"
application: "payments-api"