Trying to add a rollup index called "rollup-test" to kibana and getting the error "Multiple date histograms configured". What does this mean?
Here is the /_mapping/doc of the index:
I suspect the problem is the duplicated items "accessPerformance", "accessPerformance1"... so maybe the question is what are these and how can I remove them?
If I do GET /_xpack/rollup/job/_all
I have only 2 jobs: accessPerformance9
(on this index rollup-test) and accessPerformance9-prod
(on index rollup-prod).