Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 717 Bytes

kibana-plugin-plugins-data-server.getcapabilitiesforrollupindices.md

File metadata and controls

28 lines (19 loc) · 717 Bytes

Home > kibana-plugin-plugins-data-server > getCapabilitiesForRollupIndices

getCapabilitiesForRollupIndices() function

Signature:

export declare function getCapabilitiesForRollupIndices(indices: {
    [key: string]: any;
}): {
    [key: string]: any;
};

Parameters

Parameter Type Description
indices {
[key: string]: any;
}

Returns:

{ [key: string]: any; }