File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ The configuration from Version 1 to Version 2 has changed; here's what to change
6464
6565
6666
67- ## ElasticSearch Configuration file elasticsearch.yaml
67+ ## ElasticSearch Configuration file elasticsearch.yml
6868
6969Due to the fact that the default scripting language has changed from marvel to groovy since elasticsearch 1.3.0,
7070there is a need, depending on your running installation of ElasticSearch, to add following lines of configuration to your
71- ElasticSearch Configuration File ` elasticsearch.yaml ` .
71+ ElasticSearch Configuration File ` elasticsearch.yml ` .
7272
73- ### Needed Configuration in configuration.yaml for ElasticSearch 1.4.x
73+ ### Needed Configuration in configuration.yml for ElasticSearch 1.4.x
7474
7575```
7676# The following settings are absolutely required for the CR adaptor to work
@@ -88,7 +88,7 @@ index.number_of_shards: 1
8888index.number_of_replicas: 0
8989```
9090
91- ### Needed Configuration in configuration.yaml for ElasticSearch 1.3.x
91+ ### Needed Configuration in configuration.yml for ElasticSearch 1.3.x
9292
9393```
9494# The following settings are absolutely required for the CR adaptor to work
You can’t perform that action at this time.
0 commit comments