Hi Rainer, I'd like to see an Apache Solr <https://lucene.apache.org/solr/> output plugin.
You can see in my presentation here<http://blog.sematext.com/2013/12/16/video-using-solr-for-logs-with-rsyslog-flume-fluentd-and-logstash/>at slides 21-26 that this is what I did as a demo with omprog. The actual python script that pushes logs to Solr is on slide 26. The thing works, but: - it would only send logs one by one - it has no error handling Though I think it should be easy to add. I think Solr is a really nice destination for logs, offering similar stuff to what Elasticsearch does. Plus some, minus some, and they're both based on Apache Lucene <https://lucene.apache.org/>. You can see in the same presentation that other tools already send logs to Solr, and I think Apache Flume <https://flume.apache.org/> is the most widely used of them. Best regards, Radu 2014/1/22 Rainer Gerhards <[email protected]> > Hi folks, > > I would like to create (maybe with somone's help) a real non-C output > plugin. Ideally this would be something that's not too hard to do so that > the code can act as a simple sample. For that reason, it should work on a > push model basis. But that's not a hard requirement. > > Any suggestions what would be needed? What would you like to see? > > Once we have suggestions, we can see that we can implement it and I can see > what in rsyslog's plumbing actually needs to be changed. Your collaboration > during that effort would be appreciated. > > Please let me know your suggestions. > > Thanks, > Rainer > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com/professional-services/ > What's up with rsyslog? Follow https://twitter.com/rgerhards > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad > of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you > DON'T LIKE THAT. > _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

