Index pattern test* is not time based

Hi. I tried to create a machine learning. But I got this error. So Please help to resolve this.

It means that the index pattern you've configured, test*, does not have a time field defined. Is the data you've got in the matching indices time-based data? If so, tell Kibana what field to use for the time when you configure the index pattern. If not, you can't use that data with Machine Learning.

Hi Joe,

Thanks for replied. I got your point. But I do not get my time field in Kibana. It's showing in String. But I have configured in date format in config file.

Check the mapping in your index, it's possible that if you just let Elasticsearch infer the field mappings, that it didn't know how to parse the date string it got and just make the field into a string.

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