You need to download the SNAPSHOT version for the time being from https://oss.sonatype.org/content/repositories/snapshots/fr/pilato/elasticsearch/crawler/fscrawler-es7/2.7-SNAPSHOT/. Sorry for the confusion.
Please format your code, logs or configuration files using </>
icon as explained in this guide and not the citation button. It will make your post more readable.
Or use markdown style like:
```
CODE
```
The node settings are incorrect. It should be:
elasticsearch:
nodes:
- url: "http://localhost:9200"
user: "elastic"
password: "*****"
bulk_size: 100
flush_interval: "5s"
byte_size: "10mb"