Moved opscenter into it's own node
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/5fdbfa0d Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/5fdbfa0d Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/5fdbfa0d Branch: refs/heads/key-row-sharding Commit: 5fdbfa0d0d8475edd5506663ac412cd9147fa0a3 Parents: ac9740b Author: Todd Nine <[email protected]> Authored: Tue Nov 4 09:43:36 2014 -0700 Committer: Todd Nine <[email protected]> Committed: Tue Nov 4 09:43:36 2014 -0700 ---------------------------------------------------------------------- .../src/main/groovy/configure_elasticsearch.groovy | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/5fdbfa0d/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy ---------------------------------------------------------------------- diff --git a/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy b/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy index 355bde2..6dec000 100644 --- a/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy +++ b/stack/awscluster/src/main/groovy/configure_elasticsearch.groovy @@ -114,6 +114,21 @@ indices.recovery.max_bytes_per_sec: 40mb # We want to turn on logging for slow queries and executions, so ############### +index.search.slowlog.threshold.query.warn: 10s +index.search.slowlog.threshold.query.info: 5s +index.search.slowlog.threshold.query.debug: 2s +index.search.slowlog.threshold.query.trace: 500ms + +index.search.slowlog.threshold.fetch.warn: 1s +index.search.slowlog.threshold.fetch.info: 800ms +index.search.slowlog.threshold.fetch.debug: 500ms +index.search.slowlog.threshold.fetch.trace: 200ms + + +index.indexing.slowlog.threshold.index.warn: 10s +index.indexing.slowlog.threshold.index.info: 5s +index.indexing.slowlog.threshold.index.debug: 2s +index.indexing.slowlog.threshold.index.trace: 500ms """
