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

About this parameter

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

Examples

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