Re: JSON Logs in SOLR 5.x

2017-08-09 Thread Erick Erickson
Jackson should be in core/lib. find . -name "*.jar* | grep -i jackson ;) On Tue, Aug 8, 2017 at 3:44 PM, John Bickerstaff wrote: > I'm running Solr 5.x and have the need to push logs into AWS's kinesis > firehose. > > As I understand it, I need the logs to be in JSON

JSON Logs in SOLR 5.x

2017-08-08 Thread John Bickerstaff
I'm running Solr 5.x and have the need to push logs into AWS's kinesis firehose. As I understand it, I need the logs to be in JSON format. This page: https://cwiki.apache.org/confluence/display/solr/Configuring+Logging Tells me that SOLR is using Log4J version 1.2 I've played with Log4J