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 Sup
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.
ConversionPattern=%d{ISO8601} [%t] %-5p %c{3}
> > %x - %m%n
> >
> >
> > Timothy Potter
> > Sr. Software Engineer, LucidWorks
> > www.lucidworks.com
> >
> >
> > From: adfel70 <
>
> > adfel70@
&
4j.PatternLayout
> log4j.appender.file.layout.ConversionPattern=%d{ISO8601} [%t] %-5p %c{3}
> %x - %m%n
>
>
> Timothy Potter
> Sr. Software Engineer, LucidWorks
> www.lucidworks.com
>
> ________
> From: adfel70 <
> adfel7
> log4j.appender.file.layout.ConversionPattern=%d{ISO8601} [%t] %-5p %c{3}
> %x - %m%n
>
>
> Timothy Potter
> Sr. Software Engineer, LucidWorks
> www.lucidworks.com
>
>
> From: adfel70 <
> adfel70@
> >
> Sent:
From: adfel70
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
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 lo
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:
htt