Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 4 KB

kibana-plugin-plugins-data-server.md

File metadata and controls

75 lines (60 loc) · 4 KB

Home > kibana-plugin-plugins-data-server

kibana-plugin-plugins-data-server package

Classes

Class Description
IndexPatternsFetcher
Plugin

Enumerations

Enumeration Description
ES_FIELD_TYPES *
KBN_FIELD_TYPES *

Functions

Function Description
getDefaultSearchParams(config)
parseInterval(interval)
plugin(initializerContext) Static code to be shared externally
shouldReadFieldFromDocValues(aggregatable, esType)

Interfaces

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

Variables

Variable Description
castEsToKbnFieldTypeName Get the KbnFieldType name for an esType string
esFilters
esKuery
esQuery
fieldFormats
indexPatterns
search

Type Aliases

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.