Hello,
I'm having trouble sending CloudWatch logs to Elastic Cloud via Elastic Serverless Forwarder (ESF). I've configured my config.yml per the official elastic documentation. I also enabled the DEBUG logs to add verboseness. I then found error "Forbidden due to traffic filtering". Is there anyway to see these Traffic Filtering logs in Elastic Cloud? So that I may add the IP to my Elastic Cloud deployment? Or am I missing a step to allow this connection? Will deploying APM to the ESF show me more details?
config.yaml -
inputs:
- type: "kinesis-data-stream"
id: "arn:aws:kinesis:/ElasticRecipientStream"
tags:
- "aws-comm-serverless-kinesis"
outputs:
- type: "elasticsearch"
args:
# either elasticsearch_url or cloud_id, elasticsearch_url takes precedence
# elasticsearch_url: "http(s)://domain.tld:port"
cloud_id: "<cloud_id>"
# either api_key or username/password, api_key takes precedence
api_key: "<API_KEY>"
# username: "elastic"
# password: ""
es_datastream_name: "logs-aws.cloudwatch-serverless"
batch_max_actions: 500
batch_max_bytes: 10485760
ssl_assert_fingerprint: ""