Re: Help setting up logging

2014-03-21 Thread Raphael Miranda
Thank you very much. I figured the name slowlog meant it was verbose and not directives to log actions that surpass a given threshold. I lowered the config to 1ms and now I can see the logs. On Thursday, 20 March 2014 22:56:36 UTC-3, Ivan Brusic wrote: The logging configuration specifies

Help setting up logging

2014-03-20 Thread Raphael Miranda
ES is creating the log files upon startup but they are empty? I switched every log level to DEBUG and it started pouring more log into elasticsearch.log still, no query or indexing is logged. -rw-r--r-- 1 elasticsearch elasticsearch 0 Mar 21 00:54 elasticsearch_index_indexing_slowlog.log

Re: Help setting up logging

2014-03-20 Thread Ivan Brusic
The logging configuration specifies how and what to log, but it does not specify when or what actually constitutes a slow query/index. Not all queries/index requests are logged, just the slow ones. You need to define the threshold in the main elasticsearch.yml config file.