Replies: 1 comment 5 replies
-
Hi @tayontech ! I didn't dig into this deeply, but those logs look like the logs from the default configuration that the Vector image executes so it seems like maybe it isn't loading your configuration but instead using the default one. Hopefully that helps you get pointed in the right direction. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently building a data pipeline that ingest data with the usage of a vector agent running in an ecs cluster that's being managed by Terraform. Also, the docker image read its' configuration file from a s3 bucket.
So, right now the vector agent runs perfect in the ecs service that's pulling the data from the sns topic into the s3 bucket.
Here's the terraform code for it:
However, when i add the ecs service that ingest data via api, i start to receive weird logs into the ecs logs and the logs that's being pulled from the api is not being sent to the s3 bucket.
Here's the api ecs service terraform code:
Also here's my vector.toml file for the api polling config
These are the logs that I'm receiving in both ecs service/task logs and I'm not understanding why.
Every time I restart the service, I get the exact same logs. When I remove the API ECS service, my S3 ECS service works fine. Has anyone encountered this before ?
I've tested the configuration file without sending the data to the s3 bucket and into my terminal instead, it worked as it's supposed to.
I've tried removing the s3 ecs service to see if that was the problem, I still receive the same error.
I've tried removing the API s3 ecs service and everything works fine.
Beta Was this translation helpful? Give feedback.
All reactions