Benthos installation through Docker I got an Config lint error [closed]

After I downloading docker image of Benthos with below command

docker pull jeffail/benthos

docker run --rm jeffail/benthos create nats/protobuf/aws_sqs > ./config.yaml

docker run --rm -v $(pwd)/config.yaml:/benthos.yaml jeffail/benthos

the below error has raised for me each configuration is default, without modification

"Config lint error" @service=benthos lint="/benthos.yaml(46,1) value  is not a valid option for this field"

I changed @service=benthos but still I get this error.

  • Hey, you’ll have to show us what modifications you made to config.yaml, since you can’t just run the template that benthos create emits without first populating the mandatory fields. Also, I’m not sure what you mean by “I changed @service=benthos”. Please edit your question with the relevant information or feel free to join one of the community channels here if you’re looking to chat with other users.

    – 

Leave a Comment