ElasticSearchCustomIndexTemplateBody
Home > @backstage/plugin-search-backend-module-elasticsearch
> ElasticSearchCustomIndexTemplateBody
Elasticsearch specific index template body
Signature:
export type ElasticSearchCustomIndexTemplateBody = {
index_patterns: string[];
composed_of?: string[];
template?: Record<string, any>;
};