Hi Experts ,
In ES 2.1 I have created following index . It has 2 date fields , Publish_date and test_date but in kibana when I am configuring an Index pattern I can only see publish_date in the time filed drop down .So my question is
-
why only publish_date why not test_date also be there
-
After selecting publish_date why Kibana throwing an error in discover page
"Discover: An error occurred with your request. Reset your inputs and try again."
PUT /library/books/1
{
"title": "A fly on the wall part2",
"name" : {
"first" : "vikas",
"last" : "gopal"
},
"publish_date" : "2015-12-08T12:40:33.661",
"test_date" : "1449716657959",
"price" : 510
}
This is what I can see in the setting of this index