Hi All,
I have installed and started both ElasticSearch and Kibana.
If I do GET http://localhost:9200 from kibana,It is giving below response.
{
"error": {
"root_cause": [
{
"type": "invalid_index_name_exception",
"reason": "Invalid index name [nodes], must not start with '', '-', or '+'",
"index_uuid": "na",
"index": "_nodes"
}
],
"type": "invalid_index_name_exception",
"reason": "Invalid index name [nodes], must not start with '', '-', or '+'",
"index_uuid": "na",
"index": "_nodes"
},
"status": 400
}
However,If I do the same request from Browser console,i am getting version number,name and etc.. field..
Can anyone help me how to resolve the issue.?
Thanks,
Balu