public interface IndexMappingTemplate
| Modifier and Type | Method and Description |
|---|---|
default Map<String,Object> |
toTemplate(IndexSetConfig indexSetConfig,
String indexPattern)
Returns the index template as a map.
|
Map<String,Object> |
toTemplate(IndexSetConfig indexSetConfig,
String indexPattern,
int order)
Returns the index template as a map.
|
Map<String,Object> toTemplate(IndexSetConfig indexSetConfig, String indexPattern, int order)
indexSetConfig - the index set configurationindexPattern - the index pattern the returned template should be applied toorder - the order value of the index templatedefault Map<String,Object> toTemplate(IndexSetConfig indexSetConfig, String indexPattern)
indexSetConfig - the index set configurationindexPattern - the index pattern the returned template should be applied toCopyright © 2012–2021 Graylog, Inc.. All rights reserved.