Replies: 1 comment
-
The error you are getting is I strongly suspect that this is because the first example is being run as your user and the second example, which doesn't work, is being run with |
Beta Was this translation helpful? Give feedback.
0 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.
-
A note for the community
Problem
I am trying to send the data to AWS cloudwatch log. So firstly I have tried sending data from stdin (configured my source as stdin), and I am able to send the data after executing command
echo "test message" | vector
Following is the logs for above command
No when I try to send the data from http_server with following configuration file
I am getting following error
The sink I have configured is same in both the cases, but I am not able to send the data to the cloud watch using http)server or file as source.
Configuration
Version
0.33.0
Debug Output
Example Data
No response
Additional Context
No response
References
No response
Beta Was this translation helpful? Give feedback.
All reactions