Skip to content

Commit 469fb34

Browse files
committed
Merge pull request #75 from jrenggli/master
[BUGFIX] correct filename elasticsearch.yml in documentation
2 parents 0caf6bb + 40adf3d commit 469fb34

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

6969
Due to the fact that the default scripting language has changed from marvel to groovy since elasticsearch 1.3.0,
7070
there 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
8888
index.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

0 commit comments

Comments
 (0)