Re: Limiting access to /admin path

2020-02-28 Thread Jesús Roca
quot;path":"/admin/*", > "collection":null, > "role":"*"} > > > -Original Message- > From: Jesús Roca > Sent: Friday, February 28, 2020 2:10 PM > To: solr-user@lucene.apache.org > Subject: Limiting access

Limiting access to /admin path

2020-02-28 Thread Jesús Roca
Hello, I have a Solr 7.7.2 instance with basic authentication. Anyone knows how to limit only to authenticated users the access to /admin path? For example to: https://localhost:8983/solr/admin/info/system When I access to that section this is the log generated: 2020-02-28 18:05:58.896 INFO

Re: Log issue adding a java agent to SOLR_OPTS

2020-01-09 Thread Jesús Roca
property solr.solr.home: Do you know how could I fix this? Thanks and BR. El mié., 8 ene. 2020 a las 0:02, Jesús Roca () escribió: > Hello, > > I am trying to add a javaagent to monitor solr using a jmxtans agent. I am > using Solr version 7.7 and Java 8. > > Basically I have a

Log issue adding a java agent to SOLR_OPTS

2020-01-07 Thread Jesús Roca
Hello, I am trying to add a javaagent to monitor solr using a jmxtans agent. I am using Solr version 7.7 and Java 8. Basically I have added the following line at the end of my solr.in.sh: SOLR_OPTS="$SOLR_OPTS -javaagent:/path/jmxtrans-agent.jar=/path/jmxtrans-agent-config.xml" After add that

Log issue adding a java agent to SOLR_OPTS

2020-01-07 Thread Jesús Roca
Hello, I am trying to add a javaagent to monitor solr using jmxtans agent. I am using Solr version 7.7. Basically I have added the following line at the end of my solr.in.sh SOLR_OPTS="$SOLR_OPTS -javaagent:/path/jmxtrans-agent.jar=/path/jmxtrans-agent-config.xml" Solr startup correctly and it