Sha256: 2d9308d62d775ed3540b9be2c1c195e76c32c7452da9fb841bbcdd49ae92cb57

Contents?: true

Size: 288 Bytes

Versions: 27

Compression:

Stored size: 288 Bytes

Contents

cluster.name: <%= application_name %>

path.data: db/elasticsearch
path.logs: log

# disable cluster discovery
discovery.zen.ping.multicast.enabled: false
discovery.zen.ping.unicast.hosts: []

# disable index sharding and replication
index.number_of_shards: 1
index.number_of_replicas: 0

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
springboard-0.19.4 lib/springboard/generators/templates/elasticsearch.yml
springboard-0.19.3 lib/springboard/generators/templates/elasticsearch.yml
springboard-0.19.2 lib/springboard/generators/templates/elasticsearch.yml
springboard-0.19.1 lib/springboard/generators/templates/elasticsearch.yml
springboard-0.19.0.1 lib/springboard/generators/templates/elasticsearch.yml
springboard-0.19.0 lib/springboard/generators/templates/elasticsearch.yml
springboard-0.18.7.1 lib/springboard/generators/templates/elasticsearch.yml