[root@ip-172-31-9-206 logstash]# cat /etc/td-agent/td-agent.conf
<match deeplink.kinesis.* >
@type kinesis_streams
region cn-north-1
stream_name deeplink

  aws_key_id        xxxxxxxxx
  aws_sec_key       xxxxxxxxxxxxxxx

</match>


<source>
  @type tail
   format json
   path /var/log/nginx/access.log
   tag deeplink.kinesis.access

</source>
文档更新时间: 2022-04-02 07:05   作者:月影鹏鹏
IT运维支持-AIWALY-月影工作室