-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Labels
Description
@josegonzalez @kiall @bear @faulkner I use the beaver to shipping the log to sqs. I have several log files, what i want is to shipping each log to sqs queue individualy(one file with only one queue). So, how to write breaver conf file? Here is my conf file, but it does not work, it just write log content to two queues at the same time:
[beaver]
logstash_version: 1
sqs_aws_region: xxx
sqs_aws_access_key: xxx
sqs_aws_secret_key: xxx
sqs_aws_queue: server_log_queue,web_log_queue
[/home/server_log.2017-07-01.log]
sqs_aws_queue: server_log_queue
[/home/web_log.2017-07-01.log]
sqs_aws_queue:web_log_queue