Search code examples
elasticsearchindexingweb-crawlerstormcrawler

ES Index name and Stormcrawler


I've been working with Stormcrawler for a few days now and am getting comfortable with it. I've been following the guide for indexing with ES.

How can I change the name of the ES Index that Stormcrawler sends the data to?

I've been playing with the ES_IndexInit.sh script but it seems no matter what I do, it sends the crawl data to the index index. Its fine to get started and do some testing but I want to create my own indices and mappings now.


Solution

  • This is set via the config, see es-conf example 'es.indexer.index.name'