HelloWorld
最后更新于:2022-04-02 03:02:17
[TOC]
## HelloWorld
td-agent.conf
```
@type http
@id input_http
port 8888
@type file
@id output_file
path /var/log/td-agent/access
```
请求
```
curl -X POST -d 'json={"json":"message"}' http://localhost:8888/local.test
```
';