Unable to view logs on February 1st in Discover Kibana

While we are trying to check logs in Discover-Kibana, we noticed popup that showed 1 of 17 shards failed and its not showing up logs for today- 1st feb


Request logs:

"took": 34, "timed_out": false, "_shards": { "total": 17, "successful": 16, "skipped": 16, "failed": 1, "failures": [ { "shard": 0, "index": "default-2022.02", "node": "1wQleHN8T82gNvACcqqbkw", "reason": { "type": "script_exception", "reason": "runtime error", "script_stack": [ "org.Elasticsearch.search.lookup.LeafDocLookup.get(LeafDocLookup.java:90)", "org.Elasticsearch.search.lookup.LeafDocLookup.get(LeafDocLookup.java:41)", "if(!doc['cf_FileCount.keyword'].empty){\r\n ", " ^---- HERE" ], "script": "if(!doc['cf_FileCount.keyword'].empty){\r\n if(doc['cf_FileCount.keyword'].value.length() > 0){\r\n return Integer.parseInt(doc['cf_FileCount.keyword'].value)\r\n }\r\n}", "lang": "painless", "position": { "offset": 8, "start": 0, "end": 45 }, "caused_by": { "type": "illegal_argument_exception", "reason": "No field found for [cf_FileCount.keyword] in mapping with types " } } } ] }, "hits": { "total": 258, "max_score": null, "hits": }, "aggregations": { "2": { "buckets": [ { "key_as_string": "2022-02-01T00:00:00.000-06:00", "key": 1643695200000, "doc_count": 6 }, { "key_as_string": "2022-02-01T01:00:00.000-06:00", "key": 1643698800000, "doc_count": 20 }, { "key_as_string": "2022-02-01T02:00:00.000-06:00", "key": 1643702400000, "doc_count": 6 }, { "key_as_string": "2022-02-01T03:00:00.000-06:00", "key": 1643706000000, "doc_count": 214 }, { "key_as_string": "2022-02-01T04:00:00.000-06:00", "key": 1643709600000, "doc_count": 6 }, { "key_as_string": "2022-02-01T05:00:00.000-06:00", "key": 1643713200000, "doc_count": 6 } ] } } }

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