[DataTable]The problems about DataTable

Hi!
I have two problems about use of DataTable:
First,When use Avg Aggregation Metric with JSON input,may be the aggregate result is null,then kibana will throws an error:6 of 24 shards failed,as follows:


and is there any solutions.
Second,When use Date Histogram,the interval will change follows the time range,as follows:I set the interval is 5 minutes,but shows interval is 3 houres.
image
I hope 5 minutes and is there any solutions.

Wouldn't it be much easier to apply a filter or query to your table instead of trying to use JSON input?

What is the error you see when hovering over the interval error? Could be that your time range is so long the max. amount of buckets will be exceeded (I think it's 2000 by default, you should be able to change this in the default settings but it might affect performance).

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