Sitemap is not generating using scheduler of apache sling sitemap
I am trying to develop sitemap scheduler with apache sling sitemap, I just added this configuration in config.publish like this
{
"scheduler.name": "My Daily Sitemap Scheduler",
"scheduler.expression": "0 0 2 1/1 * ? *",
"searchPath": "/content/dumysite"
}This configuration I didnt add in dispatcher/src/conf.dispatcher.d/filters/filters.any file.
# Allow AEM WCM Core Components sitemaps
/0200 { /type "allow" /path "/content/*" /selectors '(sitemap-index|sitemap)' /extension "xml" }
Do I need to add this configuration in order to generate sitemap.

