Recipe Http Rest Api To Mongo
Last updated
Last updated
Looking to get data out of http rest api into mongo? You can do that with fluentd in 10 minutes!
Here is how:
fluentd.conf
should look like this (just copy and paste this into fluentd.conf):
After that, you can start fluentd and everything should work:
Of course, this is just a quick example. If you are thinking of running fluentd in production, consider using td-agent, the enterprise version of Fluentd packaged and maintained by Treasure Data, Inc..
If this article is incorrect or outdated, or omits critical information, please let us know. Fluentd is a open source project under Cloud Native Computing Foundation (CNCF). All components are available under the Apache 2 License.