> yes solr is suitable for this. We aggregate various logfiles from many > hosts with minifi and send them line by line to solr. Ingestion and > indexing is fine and you can query the logfiles just moments after > ingestion.
Thank you for the idea. I have no experience with Apache NiFi at the moment. Is your Apache NiFi set up something like this? https://bryanbende.com/development/2015/05/17/collecting-logs-with-apache-nifi (ListenUDP -> MergeContent -> PutSolrContentStream).