public abstract class EventsIndexMapping extends Object implements IndexMappingTemplate
| Constructor and Description |
|---|
EventsIndexMapping() |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.collect.ImmutableMap<String,Object> |
buildMappings() |
protected String |
dateFormat() |
protected com.google.common.collect.ImmutableMap<String,Object> |
fieldProperties() |
protected com.google.common.collect.ImmutableList.Builder<Object> |
list() |
protected com.google.common.collect.ImmutableMap.Builder<String,Object> |
map() |
Map<String,Object> |
toTemplate(IndexSetConfig indexSetConfig,
String indexPattern,
int order)
Returns the index template as a map.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoTemplatepublic Map<String,Object> toTemplate(IndexSetConfig indexSetConfig, String indexPattern, int order)
IndexMappingTemplatetoTemplate in interface IndexMappingTemplateindexSetConfig - the index set configurationindexPattern - the index pattern the returned template should be applied toorder - the order value of the index templateprotected com.google.common.collect.ImmutableList.Builder<Object> list()
protected String dateFormat()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.