OpenSearch/server
Nhat Nguyen 9e9abc31b8
Fix IndexTemplateMetaData parsing from xContent (#30917)
We failed to register "aliases" and "version" into the list of keywords
in the IndexTemplateMetaData; then fail to parse the following index
template.

```
{
    "aliases": {"log": {}},
    "index_patterns": ["pattern-1"]
}
```
This commit registers that missing keywords.
2018-05-29 11:14:39 -04:00
..
cli Add useful message when no input from terminal (#29369) 2018-04-10 21:50:39 -04:00
licenses Upgrade to Lucene-7.4.0-snapshot-cc2ee23050 (#30778) 2018-05-22 13:11:48 -04:00
src Fix IndexTemplateMetaData parsing from xContent (#30917) 2018-05-29 11:14:39 -04:00
build.gradle Build: Split distributions into oss and default 2018-04-20 15:33:57 -07:00