Skip to content

Commit

Permalink
feat(elasticsearch): support for dynamically specifying the elasticse…
Browse files Browse the repository at this point in the history
…arch _type from config
  • Loading branch information
missinglink committed Nov 25, 2019
1 parent c9a49fa commit cabddf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
}]
},
"elasticsearch": {
"_type": "doc",
"settings": {
"index": {
"number_of_replicas": "0",
Expand Down
1 change: 1 addition & 0 deletions test/expected-deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
}]
},
"elasticsearch": {
"_type": "doc",
"settings": {
"index": {
"number_of_replicas": "0",
Expand Down

0 comments on commit cabddf4

Please sign in to comment.