At my company we have our own database. We can store data into it by making http requests to it.
So I wanted to store logs to the database using http output method. Now there is a multitude of logs and its big data in itself. So I wanted to ask whether using HTTP output will be a wise choice?
And if it is, how will HTTP output ship the data. Of course if the data is very large, a request per line is obviously not feasible. So does it buffer the data and then send it as a request?
Really sorry to say but the documentation on the official website doesn't seem to be helpful at all. Not just for this topic, but for all the topics.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.