Hi
i am trying to create index-pattern from query, index-pattern got created but no feilds are there in that and it is giving some errors
i used bellow query to create index-pattern in elasticsearch
POST /.kibana/doc/test
{
"type": "index-pattern",
"index-pattern" : {
"title": "test",
"timeFieldName": "post_date"
}
}
and i am getting bellow error
Could not locate that index-pattern (id: test), click here to re-create it
Please help