Tools / Crawler / Crawler: IndexPrefix
Type: string
Parameter syntax
indexPrefix: 'index_prefix'

About this parameter# A

Prefix added to the names of all indices defined in the crawler’s configuration.

Examples# A

1
2
3
{
  indexPrefix: 'crawler_',
}
Did you find this page helpful?