Home > kibana-plugin-plugins-data-server
Class | Description |
---|---|
IndexPatternsFetcher | |
Plugin |
Enumeration | Description |
---|---|
ES_FIELD_TYPES | * |
KBN_FIELD_TYPES | * |
Function | Description |
---|---|
getDefaultSearchParams(config) | |
parseInterval(interval) | |
plugin(initializerContext) | Static code to be shared externally |
shouldReadFieldFromDocValues(aggregatable, esType) |
Interface | Description |
---|---|
EsQueryConfig | |
FieldFormatConfig | |
Filter | |
IFieldSubType | |
IFieldType | |
IIndexPattern | |
IndexPatternAttributes | Use data plugin interface instead |
IndexPatternFieldDescriptor | |
IRequestTypesMap | |
IResponseTypesMap | |
ISearchContext | |
ISearchOptions | |
KueryNode | |
PluginSetup | |
PluginStart | |
Query | |
RefreshInterval | |
TimeRange |
Variable | Description |
---|---|
castEsToKbnFieldTypeName | Get the KbnFieldType name for an esType string |
esFilters | |
esKuery | |
esQuery | |
fieldFormats | |
indexPatterns | |
search |
Type Alias | Description |
---|---|
FieldFormatsGetConfigFn | |
IFieldFormatsRegistry | |
ISearch | |
ISearchCancel | |
ParsedInterval | |
TSearchStrategyProvider | Search strategy provider creates an instance of a search strategy with the request handler context bound to it. This way every search strategy can use whatever information they require from the request context. |