Commit df5cb2c6 authored by Eteri's avatar Eteri

fix fluentd config file

parent 9f1f2912
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
## output tag=sensor.** to Wendelin ## output tag=sensor.** to Wendelin
<match tag_*> <match tag_*>
@type wendelin @type wendelin
@id wendelin_out
streamtool_uri http://{{local_ip}}:4443 streamtool_uri http://{{local_ip}}:4443
buffer_type memory buffer_type memory
buffer_chunk_limit 1MB buffer_chunk_limit 1MB
...@@ -17,7 +16,6 @@ ...@@ -17,7 +16,6 @@
<match diff_*> <match diff_*>
@type wendelin @type wendelin
@id wendelin_out
streamtool_uri http://{{local_ip}}:4443/different_uri/ streamtool_uri http://{{local_ip}}:4443/different_uri/
buffer_type memory buffer_type memory
buffer_chunk_limit 1MB buffer_chunk_limit 1MB
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment