Hi mates!
Currently I'm implementing Elasticsearch & Kibana in my local server, it has Debian 11 and the version of elasticsearch, kibana is 7.10.
The installation was successful and withous mistakes, but when I created my Index pattern doesn't show the data.
The mistake is the next:
search_phase_execution_exception
Error: Bad Request
at Fetch._callee3$ (http://172.17.175.91:5601/36136/bundles/core/core.entry.js:6:59535)
at l (http://172.17.175.91:5601/36136/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:380:982071)
at Generator._invoke (http://172.17.175.91:5601/36136/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:380:981824)
at forEach.e.<computed> [as next] (http://172.17.175.91:5601/36136/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js:380:982428)
at fetch_asyncGeneratorStep (http://172.17.175.91:5601/36136/bundles/core/core.entry.js:6:52652)
at _next (http://172.17.175.91:5601/36136/bundles/core/core.entry.js:6:52968)
I supposed that was the date format, but it doesn't work yet.
I realized a query and i have the next:
"post_date" : "2024-04-23 01:10:42",
And in the settings of the time field I updated in according to my data
Someone can help me? Thanks a lot!