mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 19:13:14 -04:00
* App Arch API updates for CSV Export * add logging to show error cause from es * revert logging the error in an inconsistent way
7.6 KiB
7.6 KiB
Home > kibana-plugin-plugins-data-server
kibana-plugin-plugins-data-server package
Classes
Class | Description |
---|---|
AggParamType | |
IndexPattern | |
IndexPatternsFetcher | |
IndexPatternsService | |
IndexPatternsServiceProvider | |
OptionedParamType | |
Plugin |
Enumerations
Enumeration | Description |
---|---|
BUCKET_TYPES | |
ES_FIELD_TYPES | * |
KBN_FIELD_TYPES | * |
METRIC_TYPES |
Functions
Function | Description |
---|---|
getCapabilitiesForRollupIndices(indices) | |
getDefaultSearchParams(uiSettingsClient) | |
getShardTimeout(config) | |
getTime(indexPattern, timeRange, options) | |
parseInterval(interval) | |
plugin(initializerContext) | Static code to be shared externally |
searchUsageObserver(logger, usage, { isRestore }) | Rxjs observer for easily doing tap(searchUsageObserver(logger, usage)) in an rxjs chain. |
shouldReadFieldFromDocValues(aggregatable, esType) | |
usageProvider(core) |
Interfaces
Interface | Description |
---|---|
AggFunctionsMapping | A global list of the expression function definitions for each agg type function. |
AggParamOption | |
EsQueryConfig | |
FieldDescriptor | |
FieldFormatConfig | |
IEsSearchRequest | |
IFieldSubType | |
IFieldType | |
IndexPatternAttributes | Interface for an index pattern saved object |
IScopedSearchClient | |
ISearchOptions | |
ISearchSessionService | |
ISearchSetup | |
ISearchStart | |
ISearchStrategy | Search strategy interface contains a search method that takes in a request and returns a promise that resolves to a response. |
KueryNode | |
OptionedValueProp | |
PluginSetup | |
PluginStart | |
RefreshInterval | |
SearchStrategyDependencies | |
SearchUsage |
Variables
Variable | Description |
---|---|
AggGroupLabels | |
AggGroupNames | |
castEsToKbnFieldTypeName | Get the KbnFieldType name for an esType string |
config | |
ES_SEARCH_STRATEGY | |
esFilters | |
esKuery | |
esQuery | |
exporters | |
fieldFormats | |
indexPatterns | |
mergeCapabilitiesWithFields | |
search | |
UI_SETTINGS |
Type Aliases
Type Alias | Description |
---|---|
AggConfigOptions | |
AggGroupName | |
AggParam | |
EsaggsExpressionFunctionDefinition | |
ExecutionContextSearch | |
ExpressionFunctionKibana | |
ExpressionFunctionKibanaContext | |
ExpressionValueSearchContext | |
FieldFormatsGetConfigFn | |
Filter | |
IAggConfig | AggConfig This class represents an aggregation, which is displayed in the left-hand nav of the Visualize app. |
IAggType | |
IEsSearchResponse | |
IFieldFormatsRegistry | |
IFieldParamType | |
IMetricAggType | |
IndexPatternLoadExpressionFunctionDefinition | |
KibanaContext | |
ParsedInterval | |
Query | |
SearchRequestHandlerContext | |
TimeRange |