DateHistogram Aggregation over indices split by month

I do know that ElasticSearch can query across multiple indices when specified, but will it aggregate results that fall into the same bucket but were found in different indices. An example to clarify: A 7 day aggregation starting on the 25 of January. The first bucket in this example would contain data from both the index for the month of January and from the index for the month of Feb. Will it correctly aggregate the results into the bucket and is there a performance hit in doing this?

Thanks,
Arvind

Yes, that is not a problem.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.