RE: monitoring solr logs

2014-01-02 Thread elmerfudd
Is it possible to monitor all the nodes in a solrcloud together, that way? -- View this message in context: http://lucene.472066.n3.nabble.com/monitoring-solr-logs-tp4108721p4109067.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: monitoring solr logs

2014-01-02 Thread Otis Gospodnetic
Hi, Absolutely! In case of SPM, you'd put the little SPM Client on each node you want to monitor. For shippings logs you can use a number of method - https://sematext.atlassian.net/wiki/display/PUBLOGSENE/ Otis -- Performance Monitoring * Log Analytics * Search Analytics Solr Elasticsearch

RE: monitoring solr logs

2013-12-30 Thread Tim Potter
I'm using logstash4solr (http://logstash4solr.org) for something similar ... I setup my Solr to use Log4J by passing the following on the command-line when starting Solr: -Dlog4j.configuration=file:///$SCRIPT_DIR/log4j.properties Then I use a custom Log4J appender that writes to RabbitMQ:

RE: monitoring solr logs

2013-12-30 Thread adfel70
Actually I was considering using logstash4solr, but it didn't seem mature enough. does it work fine? any known bugs? are you collecting the logs in the same solr cluster you use for the production systems? if so, what will you do if for some reason solr is down and you would like to analyze the

RE: monitoring solr logs

2013-12-30 Thread Tim Potter
: adfel70 adfe...@gmail.com Sent: Monday, December 30, 2013 9:34 AM To: solr-user@lucene.apache.org Subject: RE: monitoring solr logs Actually I was considering using logstash4solr, but it didn't seem mature enough. does it work fine? any known bugs? are you collecting the logs in the same solr cluster

RE: monitoring solr logs

2013-12-30 Thread adfel70
. Software Engineer, LucidWorks www.lucidworks.com From: adfel70 lt; adfel70@ gt; Sent: Monday, December 30, 2013 9:34 AM To: solr-user@.apache Subject: RE: monitoring solr logs Actually I was considering using logstash4solr, but it didn't

RE: monitoring solr logs

2013-12-30 Thread Tim Potter
Subject: RE: monitoring solr logs And are you using any tool like kibana as a dashboard for the logs? Tim Potter wrote We're (LucidWorks) are actively developing on logstash4solr so if you have issues, let us know. So far, so good for me but I upgraded to logstash 1.3.2 even though

RE: monitoring solr logs

2013-12-30 Thread Otis Gospodnetic
30, 2013 9:34 AM To: solr-user@.apache Subject: RE: monitoring solr logs Actually I was considering using logstash4solr, but it didn't seem mature enough. does it work fine? any known bugs? are you collecting the logs in the same solr cluster you use for the production systems