Skip to content

Commit

Permalink
Added the max_clause parameter to snovault. These are in encoded as w…
Browse files Browse the repository at this point in the history
…ell.
  • Loading branch information
Tim Dreszer authored and hitz committed Feb 8, 2018
1 parent 60fef0d commit 092267e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion cloud-config-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,15 @@ write_files:
discovery.ec2.groups: elasticsearch-https, ssh-http-https
indices.query.bool.max_clause_count: 8192
# discovery.zen.minimum_master_nodes: 2
- path: /etc/elasticsearch/cluster.sh
content: |
#!/bin/bash
name=$1
if [[ -n "$name" ]]; then
echo "cluster.name: $name" >> /etc/elasticsearch/elasticsearch.yml
else
Expand Down
4 changes: 3 additions & 1 deletion cloud-config-elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,15 @@ write_files:
discovery.ec2.groups: elasticsearch-https, ssh-http-https
indices.query.bool.max_clause_count: 8192
# discovery.zen.minimum_master_nodes: 2
- path: /etc/elasticsearch/cluster.sh
content: |
#!/bin/bash
name=$1
if [[ -n "$name" ]]; then
echo "cluster.name: $name" >> /etc/elasticsearch/elasticsearch.yml
else
Expand Down
2 changes: 2 additions & 0 deletions cloud-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ write_files:
index.search.slowlog.threshold.fetch.warn: 1s
index.indexing.slowlog.threshold.index.warn: 25s
indices.query.bool.max_clause_count: 8192
- path: /etc/postgresql/9.3/main/custom.conf
content: |
hot_standby = on
Expand Down

0 comments on commit 092267e

Please sign in to comment.