Re: Solr web admin in xml format

2012-03-02 Thread Stefan Matheis
Ricardo, What exactly do you need?

On Friday, March 2, 2012 at 12:05 PM, Ricardo F wrote:

 
 Hello,
 How can I get the output of the web interface in xml format? I need it for 
 munin monitoring.
 
 Thanks 




RE: Solr web admin in xml format

2012-03-02 Thread Ricardo F

Get values from the statistics web, but in xml format for parse it with a perl 
script.
Thanks


 Date: Fri, 2 Mar 2012 12:51:00 +0100
 From: matheis.ste...@googlemail.com
 To: solr-user@lucene.apache.org
 Subject: Re: Solr web admin in xml format

 Ricardo, What exactly do you need?

 On Friday, March 2, 2012 at 12:05 PM, Ricardo F wrote:

 
  Hello,
  How can I get the output of the web interface in xml format? I need it for 
  munin monitoring.
 
  Thanks


  

Re: Solr web admin in xml format

2012-03-02 Thread Erik Hatcher
Not at my computer at the moment but there are request handlers that can give 
you those details as as well as JMX.  

But the stats page IS XML :). View source. :)

On Mar 2, 2012, at 7:50, Ricardo F ri...@hotmail.com wrote:

 
 Get values from the statistics web, but in xml format for parse it with a 
 perl script.
 Thanks
 
 
 Date: Fri, 2 Mar 2012 12:51:00 +0100
 From: matheis.ste...@googlemail.com
 To: solr-user@lucene.apache.org
 Subject: Re: Solr web admin in xml format
 
 Ricardo, What exactly do you need?
 
 On Friday, March 2, 2012 at 12:05 PM, Ricardo F wrote:
 
 
 Hello,
 How can I get the output of the web interface in xml format? I need it for 
 munin monitoring.
 
 Thanks
 
 
 


RE: Solr web admin in xml format

2012-03-02 Thread Ahmet Arslan

 Get values from the statistics web, but in xml format for
 parse it with a perl script.

Actually http://localhost:8080/solr/coreName/admin/stats.jsp is a XML already. 
It is transformed with stats.xsl to generate web page.

You can use http://wiki.apache.org/solr/SolrJmx to retrieve stats too.

Also you might find this interesting http://sematext.com/spm/index.html



RE: Solr web admin in xml format

2012-03-02 Thread Ricardo F

Interesting, with curl I get the content in xml format.
Thanks!

 CC: solr-user@lucene.apache.org
 From: erik.hatc...@gmail.com
 Subject: Re: Solr web admin in xml format
 Date: Fri, 2 Mar 2012 07:59:16 -0500
 To: solr-user@lucene.apache.org

 Not at my computer at the moment but there are request handlers that can give 
 you those details as as well as JMX.

 But the stats page IS XML :). View source. :)

 On Mar 2, 2012, at 7:50, Ricardo F ri...@hotmail.com wrote:

 
  Get values from the statistics web, but in xml format for parse it with a 
  perl script.
  Thanks
 
  
  Date: Fri, 2 Mar 2012 12:51:00 +0100
  From: matheis.ste...@googlemail.com
  To: solr-user@lucene.apache.org
  Subject: Re: Solr web admin in xml format
 
  Ricardo, What exactly do you need?
 
  On Friday, March 2, 2012 at 12:05 PM, Ricardo F wrote:
 
 
  Hello,
  How can I get the output of the web interface in xml format? I need it 
  for munin monitoring.
 
  Thanks