Document that max_bucket setting means that by default the max number of buckets you can request in the auto_date_histogram aggregation is 333.
This is because we need collect num_buckets * 30 buckets before we can merge up to the next interval
We should also mention that this limit can be changed using the max_buckets setting