Hi,
I am trying to analyze Solr Data in Kibana. Hence, I am first transferring the data to Elastisearch through Solr River plugin for elasticsearch. I created the following index in elastisearch through this command in Linux:
curl -XPUT 10.12.18.121:9200/_river/solr_river/_meta -d '
{
"type" : "solr",
"solr" : {
"url" : "http://hdpttn22.gsm.com/solr/#/col_dashv1_shard2_replica2/query",
"q" : ":"
}
}'
And I am getting the following error
{"error":{"root_cause":[{"type":"invalid_index_name_exception","reason":"Invalid index name [river], must not start with ''","index":"_river"}],"type":"invali d_index_name_exception","reason":"Invalid index name [_river], must not start wi [root@auppol18 ~]#
I don't understand how it's an invalid index name?
Oh. And btw I am using the following tutorial: