Notifications

Hi,

Is there a notification level to set for elasticsearch console to show more
messages, like when it receives a search request.

I'm testing for more than one node and I can't tell if the slave node is
taking part in the search process.

Other needed notifications – slave elasticsearch is building replicas,
finished building and so on.

Thanks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

You can fiddle with logging verbosity by changing values in your
logging.yml file. The "discovery" settings will log events about
joining/parting, the "indices.recovery" setting will tell you about shard
activities in the cluster, etc etc

If you want to log every query that your cluster sees, enable query slowloghttp://www.elasticsearch.org/guide/reference/index-modules/slowlog.html and
set it to 0ms. This could, obviously create some very large log files if
you aren't careful!

-Zach

On Monday, February 18, 2013 12:23:16 PM UTC-5, Ophir Michaeli wrote:

Hi,

Is there a notification level to set for elasticsearch console to show
more messages, like when it receives a search request.

I'm testing for more than one node and I can't tell if the slave node is
taking part in the search process.

Other needed notifications – slave elasticsearch is building replicas,
finished building and so on.

Thanks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi,

I set all the values to 0ms, but the logs at \elasticsearch-0.20.2\logs
(cluster_index_indexing_slowlog.log) are still empty. Am I looking at the
wrong path or is there another setting to be done?

thanks

On Monday, February 18, 2013 7:46:28 PM UTC+2, Zachary Tong wrote:

You can fiddle with logging verbosity by changing values in your
logging.yml file. The "discovery" settings will log events about
joining/parting, the "indices.recovery" setting will tell you about shard
activities in the cluster, etc etc

If you want to log every query that your cluster sees, enable query
slowloghttp://www.elasticsearch.org/guide/reference/index-modules/slowlog.html and
set it to 0ms. This could, obviously create some very large log files if
you aren't careful!

-Zach

On Monday, February 18, 2013 12:23:16 PM UTC-5, Ophir Michaeli wrote:

Hi,

Is there a notification level to set for elasticsearch console to show
more messages, like when it receives a search request.

I'm testing for more than one node and I can't tell if the slave node is
taking part in the search process.

Other needed notifications – slave elasticsearch is building replicas,
finished building and so on.

Thanks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

OK, it seems to work now. I get the log file
"clusterName_index_search_slowlog.log" at "elasticsearch-0.20.2\logs", the
log started to fill only after several requests.

Thanks!

On Monday, February 18, 2013 7:23:16 PM UTC+2, Ophir Michaeli wrote:

Hi,

Is there a notification level to set for elasticsearch console to show
more messages, like when it receives a search request.

I'm testing for more than one node and I can't tell if the slave node is
taking part in the search process.

Other needed notifications – slave elasticsearch is building replicas,
finished building and so on.

Thanks

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.