Hi,

I'm using elasticsearch version 1.0.1 that is installed on linux machine.
I have created fs river to index content from file system. The river 
definition is

curl -XPUT 'http://localhost:9200/_river/riverTest/_meta' -d '{
  "type": "fs",
  "fs": {
    "url": " /data01/test/NewVehicleFiles1/",
    "json_support" : true

  },
  "index": {
      "index": "investigations",
      "type": "Vehicle"
  }
}'

The river gets started, however, the indexing fails due the error mentioned 
below

[fr.pilato.elasticsearch.river.fs.river.FsRiver] [North] [fs][riverTest] 
Error while indexing content from  /data01/test/NewVehicleFiles1

ES user has full access to the content directory( 
/data01/test/NewVehicleFiles1).
What could be the issue?

Regards,
Preeti


-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/835a870f-a29f-4c33-b260-afc92d13b8c7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to