RE: Log slow queries to SQL Database using Log4j2 (JDBC)

2020-05-26 Thread Krönert Florian
w when the SQL database gets slow? That is guaranteed to happen. Writing to logs should be very, very low overhead. Do all of the processing after Solr writes the log line. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On May 25, 2020, at 3:53 AM, Kröner

Log slow queries to SQL Database using Log4j2 (JDBC)

2020-05-25 Thread Krönert Florian
Hi everyone, For our Solr instance I have the requirement that all queries should be logged, so that we can later on analyze, which search texts were queried most often. Were using solr 8.3.1 using the official docker image, hosted on Azure. My approach for implementing this, was now to

Log4J Logging to Http

2020-06-17 Thread Krönert Florian
Hello everyone, We want to log our queries to a HTTP endpoint and tried configuring our log4j settings accordingly. We are using Solr inside Docker with the official Solr image (version solr:8.3.1). As soon as we add a http appender, we receive errors on startup and solr fails to start

RE: Log4J Logging to Http

2020-06-23 Thread Krönert Florian
https://sematext.com/docs/logagent/installation-docker/) which can parse Solr logs out of the box (see https://github.com/sematext/logagent-js/blob/master/patterns.yml#L140). But there are other options, like Fluentd or Logstash. Best regards, Radu > On 17 Jun 2020, at 10:33, Krönert Flor

RE: Log4J Logging to Http

2020-06-23 Thread Krönert Florian
), Michael Jung, Stefan Mailänder, Frank Schmelzer Chairman of the Supervisory Board: Ulrich Holzer -Original Message- From: Shawn Heisey Sent: Donnerstag, 18. Juni 2020 04:22 To: solr-user@lucene.apache.org Subject: Re: Log4J Logging to Http On 6/17/2020 1:33 AM, Krönert Florian

Handling Locales in Solr

2021-02-24 Thread Krönert Florian
Hi everyone, First up thanks for this group, I appreciate it very much for exchanging opinions on how to use Solr. We built a Solr instance for one of our customers which is used for searching data on his website. We need to search different data (kb articles, products and external links) in

RE: Handling Locales in Solr

2021-02-25 Thread Krönert Florian
Op wo 24 feb. 2021 om 12:09 schreef Krönert Florian < florian.kroen...@orbis.de>: > Hi everyone, > > > > First up thanks for this group, I appreciate it very much for > exchanging opinions on how to use Solr. > > > > We built a Solr instance for one of our cust