Fscrawler FATAL [f.p.e.c.f.FsCrawler] Fatal error received while running the crawler: [listener timeout after waiting for [30000] ms]

open 127.0.0.1:8080 is no working.
my setting file:
{
"name" : "job_name",
"fs" : {
"url" : "E:\winlogbeat",
"update_rate" : "1m",
"json_support" : false,
"filename_as_id" : false,
"add_filesize" : true,
"remove_deleted" : true,
"add_as_inner_object" : false,
"store_source" : false,
"index_content" : true,
"attributes_support" : false,
"raw_metadata" : true,
"xml_support" : false,
"index_folders" : true,
"lang_detect" : false,
"continue_on_error" : false,
"pdf_ocr" : true,
"ocr" : {
"language" : "eng"
}
},
"elasticsearch" : {
"index" : "fscrawler-rest-tests_doc",
"username" : "elastic",
"password" : "changeme",
"nodes" : [ {
"host" : "192.168.0.116",
"port" : 9200,
"scheme" : "HTTP"
} ],
"bulk_size" : 100,
"flush_interval" : "5s"
},
"rest" : {
"scheme" : "HTTP",
"host" : "127.0.0.1",
"port" : 8080,
"endpoint" : "fscrawler"
}
}

Please format your code using </> icon as explained in this guide. It will make your post more readable.

Or use markdown style like:

```
CODE
```

I moved your question to #elasticsearch.

What can you see in elasticsearch logs? Could you share them?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.