After adding the filter, executing the query will cause the kibana container to restart

I hide the unnecessary domain name display

kibana completes the error:

Error: Request to Elasticsearch failed: {"error":{}}
    at http://kibana.platform.abc.cn/bundles/commons.bundle.js:3:4900279
    at Function._module.service.Promise.try (http://kibana.platform.abc.cn/bundles/commons.bundle.js:3:2504083)
    at http://kibana.platform.abc.cn/bundles/commons.bundle.js:3:2503457
    at Array.map (<anonymous>)
    at Function._module.service.Promise.map (http://kibana.platform.abc.cn/bundles/commons.bundle.js:3:2503414)
    at callResponseHandlers (http://kibana.platform.abc.cn/bundles/commons.bundle.js:3:4898793)
    at http://kibana.platform.abc.cn/bundles/commons.bundle.js:3:4881154
    at processQueue (http://kibana.platform.abc.cn/built_assets/dlls/vendors.bundle.dll.js:435:204190)
    at http://kibana.platform.abc.cn/built_assets/dlls/vendors.bundle.dll.js:435:205154
    at Scope.$digest (http://kibana.platform.abc.cn/built_assets/dlls/vendors.bundle.dll.js:435:215159)

My cpu memory limit for the kibana container is:

     Limits:
       cpu: 400m
       memory: 1300Mi
     Requests:
       cpu: 400m
       memory: 1300Mi

Which container is restarting?

Use kibana to query the above example, causing the kibana container to restart

What do the Kibana logs show?

Error: Request to Elasticsearch failed: {"error":{}}
    at http://kibana.platform.abc.cn/bundles/commons.bundle.js:3:4900279
    at Function._module.service.Promise.try (http://kibana.platform.abc.cn/bundles/commons.bundle.js:3:2504083)
    at http://kibana.platform.abc.cn/bundles/commons.bundle.js:3:2503457
    at Array.map (<anonymous>)
    at Function._module.service.Promise.map (http://kibana.platform.abc.cn/bundles/commons.bundle.js:3:2503414)
    at callResponseHandlers (http://kibana.platform.abc.cn/bundles/commons.bundle.js:3:4898793)
    at http://kibana.platform.abc.cn/bundles/commons.bundle.js:3:4881154
    at processQueue (http://kibana.platform.abc.cn/built_assets/dlls/vendors.bundle.dll.js:435:204190)
    at http://kibana.platform.abc.cn/built_assets/dlls/vendors.bundle.dll.js:435:205154
    at Scope.$digest (http://kibana.platform.abc.cn/built_assets/dlls/vendors.bundle.dll.js:435:215159)

[/quote]

Is that all?

I can no longer find the previous kibana container log. After I increased the kibana memory to 2300Mi, the error no longer occurs. This index mode corresponds to 3 indexes, the total size of the 3 indexes is 800M, query specific fields within 7 days, whether kibana needs more memory to perform the query operation。

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