Logstash-sqs-output

hi, guys. I am a little confused about the logstash sqs output. In the tutorial I seems the following configuration can work.
output {
sqs {
id => "my_plugin_id"
}
}
But I am wondering where is message sent, there is no host information in the config, or the logstash has set a default localhost in this case?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.