Move integration test files to test directory
This commit is contained in:
parent
32ce4b19b9
commit
9b427f148d
10 changed files with 12 additions and 8 deletions
9
test/integration/files/templates-7.x/basic.json
Normal file
9
test/integration/files/templates-7.x/basic.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"index_patterns" : "te*",
|
||||
"settings" : {
|
||||
"number_of_shards" : 1
|
||||
},
|
||||
"mappings" : {
|
||||
"_source" : { "enabled" : false }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue