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

2020-05-26 Thread Krönert Florian
ginal Message- From: Walter Underwood Sent: Dienstag, 26. Mai 2020 02:06 To: solr-user@lucene.apache.org Subject: Re: Log slow queries to SQL Database using Log4j2 (JDBC) I would back up and do this a different way, with off-the-shelf parts. Send the logs to syslog or your favorite log aggregator.

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

2020-05-25 Thread Walter Underwood
I would back up and do this a different way, with off-the-shelf parts. Send the logs to syslog or your favorite log aggregator. From there, configure something that puts them into an ELK stack (Elasticsearch, Logstash, Kibana). A commercial version of this is logz.io . Traditi